문제

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