Re: [android-developers] Re: How to play media via speaker phone

2009-12-17 Thread n179911
Thanks Stoffe, Can you please tell me what you mean by using voice call setting? AudioManager.setMode() ? or Acivity.setVolumeControlStream(int streamType) ? On Mon, Nov 16, 2009 at 5:19 PM, Stoffe wrote: > Hi Hap! > > Try to use the voice call setting. > At least when used on AudioTrack the c

[android-developers] Re: How to play media via speaker phone

2009-11-16 Thread Stoffe
Hi Hap! Try to use the voice call setting. At least when used on AudioTrack the constants seem to be inverted. AudioManager.STREAM_MUSIC seems to play in the earpiece while AudioManager.STREAM_VOICE_CALL on the speaker. Maybe you are suffering from the same effect. BR Stoffe On Nov 13, 10:02 am