Top "Android-audiomanager" questions

AudioManager provides access to volume and ringer mode control.

Controlling the volume of forced-to-speaker audio

I'm playing an audio clip using OpenSL ES. In my code I have audioManager.setMode(AudioManager.MODE_IN_CALL); audioManager.…

android android-audiomanager speaker opensl
audioManager.getStreamVolume(AudioManager.STREAM_MUSIC) returns 0

I am making an Speaking caller name application which pause the ringtone before speaking the caller name using TextToSpeech. I …

android ringtone android-audiomanager
AudioManager MODE_IN_CALL interferences

I'm using AudioManager to play a sound through earpiece just before a call is placed so I use AudioManager setMode(…

android media-player android-audiomanager
Android : Force audio routing

I would like to change the sound device output in my Android app. I want to use the speaker of …

android output android-audiomanager speaker
setStreamMute never unmutes

In the documentation, it is said: The mute command is protected against client process death: if a process with an …

android android-audiomanager