Domanda

I am developing a Windows Phone 8.0 application in Visual Studio 2012. There I am accessing microphone like this

using Microsoft.Xna.Framework.Audio;
Microphone microphone = Microphone.Default;

But when a headset plugged in with a in-built microphone it automatically changing the default to that mic in headset. But I want to get the input from the microphone of the phone all the time, not from the mic in headset.

How can I achieve this ?

È stato utile?

Soluzione

That is not possible (instead of impossible word :P )

In Android for example, when you put the headphones in the jack, there's no way to let the speakers instead of the headphones.

In this scenario it's the same, but with the microphone. At least is what I think...not completly sure...

regards,

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top