Hi. Im guessing this is not likely to ever work is it? I just started prototyping an app and all was going well until testing on Android and then after further reading I see its been depreciated. (Looks like I am late to realize this) All I wanted was a way of getting the input level from microphone but as this seems dead in water, Im guessing its the same for Windows. IE never any way to get audio level input. Cue check on c# audio mission…
We definitely do *not* support audio recording on WP8.
I think the only way you can do this in C# is via the “AudioVideoCaptureDevice” class.
http://msdn.microsoft.com/en-us/library/windows.phone.media.capture.audiovideocapturedevice.aspx
But I don’t have any experience with the above class. I’ve seen some developers do this via Microsoft’s XNA framework, but unfortunately that framework is deprecated.
Nokia has written up some developer documentation explaining your options here…
http://developer.nokia.com/community/wiki/Audio_recording_and_playback_options_in_Windows_Phone
I hope this helps.
We definitely do *not* support audio recording on WP8.
I think the only way you can do this in C# is via the “AudioVideoCaptureDevice” class.
http://msdn.microsoft.com/en-us/library/windows.phone.media.capture.audiovideocapturedevice.aspx
But I don’t have any experience with the above class. I’ve seen some developers do this via Microsoft’s XNA framework, but unfortunately that framework is deprecated.
Nokia has written up some developer documentation explaining your options here…
http://developer.nokia.com/community/wiki/Audio_recording_and_playback_options_in_Windows_Phone
I hope this helps.