acomminos / Jumble

An Android service implementation of the Mumble protocol.
GNU General Public License v3.0
90 stars 51 forks source link

Audio really quiet #10

Closed puneetgill05 closed 9 years ago

puneetgill05 commented 9 years ago

When other users talk to me, I can hear them, but they're really quiet

puneetgill05 commented 9 years ago

This is fixed by:

jumbleIntent.putExtra(JumbleService.EXTRAS_AUDIO_STREAM, AudioManager.STREAM_MUSIC);