Volume Issues with NetStream

2018-02-19 Thread Erik J. Thomas
Hey all: I'm using the flash enhanced microphone (to help reduce echo), a NetConnection, and a NetStream to broadcast live audio between mobile devices using Adobe Media Server. This is an audio walkie talkie feature where only one person can speak at a time. When the user releases the speak bu

Re: Volume Issues with NetStream

2018-02-20 Thread bilbosax
Erik, you are always so generous with your help on this site, I wish I could give you a nugget of information. Alas, I have no experience with this even in the slightest and can offer no help. I'm sure you already thought about it, but the first thing that popped into my head is if the volume lev

Re: Volume Issues with NetStream

2018-02-20 Thread Erik J. Thomas
Thanks for your kind words, and for your suggestion. It turns out that you suggestion is right on! I added these calls: SoundMixer.audioPlaybackMode = AudioPlaybackMode.VOICE; SoundMixer.useSpeakerphoneForVoice = true; SoundMixer.soundTransform.volume = 1; And the Android playback volume is much,