问题
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