Reputation: 3966
I want to implement a feature in Windows Phone 8, let it calculate decibel by using the audio data from microphone in background task. Is it possible?
Upvotes: 2
Views: 200
Reputation: 2461
You can't access the microphone from a background task according to this: http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202962(v=vs.105).aspx
Unsupported APIs:
System.Windows.Media A/V Capture
Microsoft.Xna.*
Upvotes: 3