Tagged Questions

The AudioManager in Android SDK provides access to volume and ringer mode control.

learn more… | top users | synonyms

13
votes
2answers
839 views

How does setMicrophoneMute() work?

I have been trying to use Android's AudioManager.setMicrophoneMute() without much success. That is, it simply refuses to mute the microphone, no matter what I do. I searched the web for some clues ...
7
votes
2answers
2k views

Android: Ringer mode changed to silent doesn't stop the phone vibrating

I'm trying to change the ringer mode of the phone to RINGER_MODE_SILENT when a call is incoming by using the following lines of code. AudioManager am = (AudioManager) ...
5
votes
1answer
531 views

How to Sync Sounds using SoundPool

I have been trying to get a few sounds to play at the same time; currently i'm using a shared instance of SoundPool. I would like 1, 2 or 3 sounds to be played at the exact same time with no lag. ...
4
votes
1answer
242 views

What is the default audio stream of TTS?

As far as I can tell, there are currently are 7 audio streams in Android: STREAM_ALARM (for alarms) STREAM_DTMF (for DTMF Tones) STREAM_MUSIC (for music playback) ...
3
votes
1answer
431 views

Android the fastest way to load and play sound in application

I'm working on a project in which I have to load 6 different sounds in one activity and play all sound on button click.The sound file are not so big,but the problem is that maybe they will be more.So ...
2
votes
0answers
71 views

Calling setVolumeControlStream from a Service

I need to call setVolumeControlStream from a service that plays some sound via STREAM_SYSTEM. Obviously in an Activity that is no problem, but how can I do this with a service?
1
vote
1answer
60 views

Android audio mode change notification

I'd like to know when the audio mode (as returned by AudioManager.getMode()) has changed. This is so that I can disable functionality in my app while the mode is not MODE_NORMAL. Obviously I can ...
1
vote
2answers
351 views

How to set volume for text-to-speech “speak” method?

I'm at a lost. I want to be able to adjust the speak volume. Whatever I do, I can't increase its volume. How do I make it as loud as that found in the Android settings (as below)? System Settings -> ...
1
vote
1answer
409 views

Ringer mode change listener Broadcast receiver?

AudioManager am = (AudioManager)getSystemService(Context.AUDIO_SERVICE); switch (am.getRingerMode()) { case AudioManager.RINGER_MODE_SILENT: Log.i("MyApp","Silent mode"); break; case ...
1
vote
2answers
247 views

Changing data source for audio playback using existing MediaPlayer?

I'm trying to use the same media player but change the data source. Here is what I'm trying to do:  private MediaPlayer mMediaPlayer; public void pickFile1() { ...
1
vote
0answers
160 views

How to tell if already has audio focus?

I have an audio playback Android App which politely does a requestAudioFocus() when it starts playing, and abandonAudioFocus() when it stops. Sometimes the user will want to playback a different file ...
1
vote
0answers
152 views

OnAudioFocusChangeListener does not get executed when native player is paused

I have this strange issue when if I play song with custom app player, it works fine when I receive calls OnAudioFocusChangeListener gets called which in turn deos all the appropriate things to lower ...
1
vote
1answer
235 views

Setting Vibrate while in a lock state Android

I've hit an interesting part in my studies with Android. I'm as I go through I have created a timed PendingIntent to go off. Before it goes off, I lock the phone. When it goes off. I see it runs ...
1
vote
1answer
1k views

android.media.AudioManager.setStreamVolume(int streamType, int index, int flags)

I am trying to change volume of notifications, but not ringer. However, when I use this function notification and ringer volume are changed. Example code: AudioManager mAudioManager = (AudioManager) ...
1
vote
0answers
201 views

How to stop other apps sounds?

I have an app that needs to play a sound, and it needs to set the volume at 100% ALWAYS (it's an alarm sound). I use this piece of code: // First I set the volume to 100% AudioManager mAudioManager = ...
1
vote
0answers
443 views

Programmatically disable WiredHeadset

I have an HTC Hero with a major issue. It thinks that the headset/headphones are plugged in. I sent it to HTC and they said there is water damage so no fix. I have tried toggleheadset, ...
0
votes
0answers
22 views

Android's AudioManager.getMode() seems unreliable. Same situation produces different results

I am currently working on an audio player that is supposed to pause/stop when losing audio focus, for example when a call comes in. While I got this working fine by using an ...
0
votes
1answer
75 views

Android Application return NULL

Before start let me say I have been searching around for last two days to resolves the Error , did find some usable solution which did't work with me. SO FInally I am posting my code here : Regarding ...
0
votes
0answers
42 views

Android: How to provide customized vibration on specific incoming calls

The program functions like this: the user has a list of phone numbers, for which the cellphone could vibrate upon an incoming call only when no other system-wide application would provide vibration ...
0
votes
0answers
44 views

Change Bluetooth Incall Volume

How is it possible to change the Bluetooth Incall Volume? I already did a lot of research here, but could not find an answer. This code doesn't affect the volume at all: ...
0
votes
0answers
99 views

Record Android Audio Output Stream?

I am developing an app and I need to record the output sounds (MUSIC_STREAM) and save it on the SDCard. Can anyone post a code on how to achieve this please? Thank you, much appreciation
0
votes
0answers
95 views

How to change the color of volume control bar in android

I have a Mediaplayer in my Android application. When I click the down button of the Mediaplayer the volume control bar should change to red. How to do this task?
0
votes
1answer
173 views

Android App : Media app not muting while in PHONE call or in ringing mode

This is my first self taught project .. in this project in webview i am playing a flash video from my website... I is working fine ... i mean its palying music etc no problem on that side.. only ...
0
votes
2answers
100 views

How to control the background music in Android

If music is active in the background, how do I pause it while my application is running?
0
votes
2answers
180 views

setStreamMute never unmutes

In the documentation, it is said: The mute command is protected against client process death: if a process with an active mute request on a stream dies, this stream will be unmuted automatically. ...
0
votes
0answers
131 views

why is abandonAudioFocus not working in Android Music app

Im using this code to get AudioFocus and it works ok with Android Music app ( the one preinstalled ) int result = audioManager.requestAudioFocus(meService, ...
0
votes
0answers
162 views

Cant play mp3 thru Earpiece on Android 2.3.4

I'm using the following code to play an Mp3 File, the problem I have is that when I try to play it thru the earpiece I can't hear anything or just small parts of the file, this only in android 2.3.4. ...
0
votes
0answers
101 views

stopBluetoothSco() stops wired headset output

I have an app reading out incoming SMS and (if set) routing the TTS output to a mono bluetooth headset. This is done by public static void startBluetooth(Context context) { AudioManager ...
0
votes
1answer
190 views

Set volume to specific value and back again

I would like my users to be able to choose that an alarm-sound plays at the highest possible volume. For this I need to set media volume to max, play the alarm and set the volume back to the original ...
0
votes
1answer
438 views

Disable SMS and Email Notifications in Android

Is there any way within (or non-standard way) to disable email and sms alerts / notifications when an Android application is running? I found a way to mute the phone ringer, but I want to stop the ...
0
votes
0answers
259 views

Adjusting ringer volume isn't working on Samsung phones

I have a simple proof of concept app I'm working on with a few friends. We're trying to adjust the ringer volume inside of a BroadcastReceiver when someone is calling. It works fine on several ...
0
votes
2answers
2k views

Android : setVolume and setAudioStreamType(AudioManager.STREAM_VOICE_CALL);

I am playing an audio file with an internal speaker using this code audioManager = (AudioManager)Context.getSystemService(Context.AUDIO_SERVICE); audioManager.setSpeakerphoneOn(false); ...
0
votes
0answers
61 views

how to guarantee audio is paused for the duration of my activity

I have a requirement for my project that while my activity is at the top of the task stack that the music stream will be paused. My current solution is to start a IntentService, AudioPauseService, ...
0
votes
2answers
429 views

Android MediaPlayer not playing sound on some platforms

I'm currently developing an Android application that plays a sound to the user at various intervals. I have working code (included below) which functions exactly as expected on my Hero (running 2.2) ...
0
votes
1answer
562 views

Setting silent mode at a specific date and time

I'd like to set the ringer mode to silent for specific events in the future. It should only happen if a checkbox in the preferences is checked. I know that I have to update the manifest for the ...
0
votes
0answers
268 views

Android: device specific volume issues

My app uses the MediaPlayer for audio playback and gives the user the option to switch between AudioManager.STREAM_VOICE_CALL and AudioManager.STREAM_MUSIC (Earphone and SpeakerPhone) Everything ...
0
votes
1answer
409 views

Vibrate settings in froyo

I read that in froyo if you change vibrate settings with setVibrateSettings() it doesn´t sync with SO vibrate settings. Then I found this workaround that people use with some of the functions in this ...
-1
votes
1answer
516 views

I want change the volume of ringertonevolume

i used this code to adjust volume but it didn't work int volume=23; audio.setStreamVolume(AudioManager.STREAM_RING,volume, AudioManager.FLAG_PLAY_SOUND|AudioManager.FLAG_ALLOW_RINGER_MODES);}