質問

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 ?

役に立ちましたか?

解決

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,

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top