AudioManager provides access to volume and ringer mode control.
I'm trying to use the same media player but change the data source. Here is what I'm trying to do: …
android media-player android-audiomanagerI have this method in my main activity private void beep() { AudioManager manager = (AudioManager) getSystemService(Context.AUDIO_SERVICE); manager.setStreamVolume(…
android notifications android-audiomanagerI'm at a lost. I want to be able to adjust the speak volume. Whatever I do, I can't increase …
android text-to-speech android-audiomanagerI have been trying to use Android's AudioManager.setMicrophoneMute() without much success. That is, it simply refuses to mute the …
android microphone android-audiomanagerThe AudioManager class has a method abandonAudioFocus() and another method requestAudioFocus(). I wonder what is audio focus? And what happens …
android android-audiomanagerI'm researching on transferring text data over male-to-male audio jack cable. I'm testing this on HTC one V and on …
android android-audiomanager android-mediarecorder android-audiorecordI'm using AudioRecord and lame to record mic input to a mp3 sample for 12 seconds. The audio is recorder as …
android android-audiomanager android-audiorecordI am trying to enable the ringer normal mode and increase the volume programmatically. AudioManager mobilemode = (AudioManager)mContext.getSystemService(Context.…
android android-notifications volume android-audiomanagerHow do I force the Android system to select the 3.5mm Jack as my microphone source? I am using the …
android microphone headset android-audiomanagerIn my application I issue the following statement: toneGenerator.startTone(ToneGenerator.TONE_PROP_ACK, 600); Which works very well on a …
android android-audiomanager dtmf audioflinger