tags:

views:

13

answers:

0

Hi,I'm writing an app for Android that uses the microphone while playing back audio, however as soon as the microphone starts recording the audio is routed through the earpiece instead of the speaker and becomes very quiet (You can test this by playing music, then opening an app that records from the microphone).

I've tried using setSpeakerphoneOn(true), but that made no difference. Is there any way from preventing this from happening?