Record speakers on windows phone 7

爱⌒轻易说出口 提交于 2019-12-10 22:12:18

问题


do you know if is possible to intercept the audio stream on win phone 7 and record what is being played on the speakers?

Alternatevely, I use a MediaElement, is there a way to get the current stream? I want to add some animations when certain frequency is hit.

thanks


回答1:


You can get the media as long as you know its location and can initiate a download. There is no built-in capability for automatically capturing the sound output. Assuming that MediaElement is playing a remote stream, you should know its location.



来源:https://stackoverflow.com/questions/10399139/record-speakers-on-windows-phone-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!