AudioManager provides access to volume and ringer mode control.

learn more… | top users | synonyms

0
votes
0answers
4 views

Set Volume mute to unmute on OrientationChange using setStreamMute() method of AudioManager is not working

Set Volume mute to unmute on OrientationChange using setStreamMute() method of AudioManager is not working. Suppose i set Volume mute using setStreamMute(AudioManager.STREAM_MUSIC, true); by ...
-3
votes
0answers
23 views

Android visual and audio effects [closed]

Hi I am a newbiew I have some questions 1)I have to make a camera appication in which after capturing an image I can apply visual effects like (android camera) in which we can apply effect on ...
1
vote
1answer
66 views

How to play multiple sounds simultaneously in Android?

I've been trying to make multiple sounds work simultaneously but I kept getting errors like Sample not ready and Error creating AudioTrack. Though I've taken care of the first error, the other error ...
0
votes
1answer
81 views

Check if the android application has audio focus and continue playing next song

I'm new to android app development and it's my first app. I'm building a music player, I have following method public void playSong(int songIndex){ // Play song mContext = ...
0
votes
1answer
67 views

Radio Streaming Creacast from url

My application contain a radio streaming functionality that load mp3 format data from a url. I play the live radio based on the following code: public class StreamingMp3Player extends Activity ...
0
votes
1answer
72 views

android - detecting stream volume change

in my app I have a VerticalSeekBar (some custom implementation of SeekBar) whos progress should change when the user changes media volume using the hardware buttons. Below is a half-working solution ...
2
votes
2answers
127 views

How to increase ringtone volume from low to high from Android application

Does anybody know if there is a way to set incoming call ringtone volume increasing from low to high programmatically from Android application? Any suggestions are appreciated.
0
votes
1answer
45 views

android how to adjust stream volume using a seekBar?

I'm trying to adjust a stream volume using a SeekBar (audioMan IS initialized): sbTest = (SeekBar)findViewById(R.id.seekBar1); ...
0
votes
1answer
44 views

Not able to read audio streams with ffmpeg

I am trying to solve a big problem but stuck with very small issue. I am trying to read audio streams inside a video file with the help of ffmpeg but the loop that should traverse the whole file of ...
0
votes
0answers
68 views

How to route audio in android 4

I will quickly summarize. Samsung Galaxy S3, when I run some app with the headphones plugged and for some reason, if the app freezes or any other issue. The phone thinks that it have the headphones ...
2
votes
1answer
67 views

Android-dev AudioRecord without blocking or threads

I wish to record the microphone audio stream so I can do realtime DSP on it. I want to do so without having to use threads and without having .read() block while it waits for new audio data. NOTE: ...
0
votes
0answers
55 views

Apply sound effects on a video file

I am a little miss guided here and it seems i am totally lost. I am developing an android app and its core idea is to develop a video recorder and video player that applies some sound effects on the ...
-2
votes
1answer
3k views

How to implement voice changer in android during phone call [closed]

I want to develop an android application which can change the voice of user during the phone call. No need to store recording anywhere and no internet should be required. For example, if the user is ...
0
votes
2answers
52 views

getProperty() is undefined for the type AudioManager

I have a problem with API 17 AudioManager's method getProperty Eclipse can't recognize this method and displays: The method getProperty() is undefined for the type AudioManager I have updated ...
2
votes
0answers
55 views

How to Detect Headset Capabilities

I know how to detect whether a headset is plugged in but some headsets (e.g Samsung EHS60ANNBE) come with the PAUSE/PLAY (a.k.a KeyEvent.KEYCODE_HEADSETHOOK) button only, without the PREV/NEXT... I ...
0
votes
0answers
54 views

Android AudioManager does't work on htc one s device

In my app I play sound: private void playSound() { AudioManager audioManager = (AudioManager) getActivity().getSystemService(Context.AUDIO_SERVICE); float actualVolume = (float) ...
0
votes
1answer
151 views

How to Text-to-Speech plays on Bluetooth in Android?

I'm a newbie for android. I've created an app that can read Incoming messages using Android Text-To-Speech. Up to now its fine with it. Now user's want It has to play over paired Bluetooth. I'd read ...
4
votes
1answer
163 views

AudioManager sending message to a Handler on a dead thread?

I am trying to programmatically raise the volume to the STREAM_MUSIC stream's maximum value, but I am having a "Sending message to a Handler on a dead thread" issue when I do. Also, it seems like it ...
0
votes
0answers
47 views

How do you return audio focus to previously playing apps?

I'm new to android app development and have what I think is probably a pretty simple question, but I'm having trouble sussing out how to do what I want... I have a simple application that plays a ...
11
votes
2answers
105 views

What triggers (or generates) KeyEvent.ACTION_MULTIPLE?

The documentation for KeyEvent.ACTION_MULTIPLE says: "multiple duplicate key events have occurred in a row, or a complex string is being delivered. If the key code is not {#link ...
1
vote
1answer
250 views

Effective way to detect current Audio Route in Android?

My application requires the ability to know the fundamental audio route the user has selected. On iOS this is trivial, as you just register for a callback and you know exactly where the audio is ...
3
votes
0answers
102 views

Play / Record .DSS or .DS2 files

I have a project running which should allow to play and eventually also record .DSS ("Digital Speech Standard") and .DS2 ("Digital Speech Standard Pro") audio files. However, I can't seem to find ...
0
votes
1answer
46 views

How to identify streaming audio URL?

I use WebView to view some web contents. Some of the pages redirects me to streaming audio. When I access the streaming audio URL with the device browser, it prompts me to open an external player or ...
32
votes
1answer
755 views

Transfer data through audio jack cable over two Android devices

I'm researching on transferring text data over male-to-male audio jack cable. I'm testing this on HTC one V and on PC, which supports male-to-male audio jack for data transfer as mentioned in this ...
2
votes
1answer
386 views

Volume change Listener: Is registerMediaButtonEventReceiver preferable to onKeyDown?

Looking for a "most comprehensive & compatible (i.e. all Android versions...)" way to listen to volume changes, I found 2 different approaches to handle this: registerMediaButtonEventReceiver ...
0
votes
0answers
75 views

How to use audio focus properly?

I made a music player and I overrode onAudioFocusChange(). @Override public void onAudioFocusChange(int focusChange) { if (focusChange ==AudioManager.AUDIOFOCUS_LOSS_TRANSIENT) { ...
18
votes
3answers
412 views

KeyEvent.ACTION_UP fired TWICE for ACTION_MEDIA_BUTTON

I have this broadcast receiver for ACTION_MEDIA_BUTTON which actually works for both Android 2.x and Android 4.1, but for some strange reason, on Android 2.x (only), I get each even twice (for a ...
7
votes
1answer
156 views

How to pass a parameter to a subclass of BroadcastReceiver?

I managed to get my headset buttons get recognized by my app when pressed, but one of the buttons needs to call a method that's in MyCustomActivity. The problem is onReceive's 1st parameter is a ...
0
votes
0answers
112 views

How to set the output (the speaker) as the input (the microphone)?

I want to be able to change the audio input (what was the microphone by default), and to change it to what would normally be outputted to the speakers. My ultimate goal is to be able to, when talking ...
2
votes
2answers
129 views

How do I register in manifest an *inner* MEDIA_BUTTON BroadcastReciver?

I managed to get my headset buttons get recognized by my app when pressed, but one of the buttons needs to call a method that's in MyCustomActivity. The problem is onReceive's 1st parameter is a ...
1
vote
1answer
141 views

Why does ACTION_MEDIA_BUTTON fail to process events?

Following the training section on how to use hardware playback control keys to control audio playback, I create a listener class: public class RemoteControlReceiver extends BroadcastReceiver { ...
0
votes
1answer
111 views

Setting the speaker on doesn't always work

I'm making an app that the user can call his favorite contacts through my app. When the call starts the speaker turns on. In order to make a call im using this Intent. Intent ...
0
votes
1answer
204 views

how to play or resume music of another music player from my code?

In my android app I want to play or resume the played music after a paused it. I got my app to pause the music by sending a broadcast, but I can't get it to play or resume the music. here is the code ...
0
votes
2answers
120 views

Android Media Volume locked after I kill

I have a huge bug in my app. After I finish the app the volume is muted and it's locked. Even when I quit and restart the app the volume is still locked at mute. The only way to restore the volume ...
0
votes
1answer
255 views

Detect whether headset has microphone

I need to detect whether the plugged in wired headset has microphone or not. I can check if a headset is plugged in using isWiredHeadSetOn(), but for microphone does not seem to be such a method in ...
0
votes
1answer
77 views

AudioTrack Latency

I'm making an application, that will be capable to make a VOIP communications on WAN, using AudioManager, specifically AudioTrack and AudioRecord, AudioRecord works fine but I have serious problems ...
0
votes
1answer
178 views

Android: Hide Volume change bar from device?

is there a way to hide the volume change bar/notification (however you might call it..btw. how do you call it?) ? i attached a screenshot above. this bar is shown everytime i change the volume (at ...
1
vote
2answers
101 views

How to turn vibrate on and keep sound on as well

Since AudioManager.RINGER_MODE_VIBRATE also silences the device, how do you turn on vibrate and keep the current volume level (e.g. if there's an incoming call the phone will vibrate AND play the ring ...
0
votes
1answer
180 views

Alternative to the deprecated AudioManager.isWiredHeadsetOn?

The method AudioManager.isWiredHeadsetOn() is deprecated from api level 14, how do we now detect if a wired headset is connected?
0
votes
1answer
416 views

Adjusting the mic sensitivity while recording audio in android

I am developing an android application which records audio in PCM using the AudioRecord API. I want to adjust the mic sensitivity to low, medium and high as the user chooses it in the settings. Is it ...
1
vote
1answer
333 views

Constantly check for volume change in Android services

I wrote this piece of code, it's obviously flawed. How do I go about creating a service which will constantly check for changes in volume? Key listeners cannot be used in services, please don't post ...
0
votes
0answers
163 views

onAudioFocusChange not getting called

I am creating a application where a song is played by streaming. My app will continue to play when move to background which is OK. But when some other application like a music player of device or ...
-2
votes
1answer
144 views

Play an audio clip already stored in my phone memory, whenever another person will pick my call [closed]

I am new bie in Android and i have studied about PhoneStateListener, but still i don't know how to write a program if i want to play audio clip for a particular number while picking my call. I wish ...
0
votes
2answers
47 views

How do I implement AUDIO_SERVICE in widget

I am implementing audio manager widget application. I would like to use the following code. this.getSystemService(Context.AUDIO_SERVICE) but I can not use because I extend AppWidgetProvider ...
0
votes
0answers
72 views

Android: Play Audio via Internal Speaker

I am trying to record a voice and play it through the Internal speaker. I have set setSpeakerphoneOn() to false & also mediaPlayer.setAudioStreamType(AudioManager.STREAM_VOICE_CALL); On some ...
3
votes
0answers
95 views

How to identify if the user blows air in their mic in android?

I am trying to identify when the user blows air on their mic through media recorder but unfortunately i am not able to differentiate. Is there any way to identify or differentiate between voice and ...
4
votes
1answer
251 views

Audio player in android

I designed an app which plays 12 different audio files based on the item selected in the list view from server. When the audio is playing and I hit home button in the emulator I can see the ...
0
votes
3answers
321 views

Playing audio simultaneously with camera shutter sound

How do I play a sound simultaneously with the camera shutter going off? In my application, I have an inset camera preview. It takes 3 pictures automatically after 5 seconds of the activity starting. ...
0
votes
1answer
94 views

Why AudioManager.isStreamMuted isn't available?

I'm using android AudioManager to mute and unmute streams like STREAM_SYSTEM and STREAM_NOTIFICATION, muting is straightforward calling setStreamMute but I'm unable to find an isStreamMuted method. ...
0
votes
1answer
53 views

Audio android does forces closes app

I have created an audio player with a list view of songs, when the user clicks on an item of the list view the music player starts and a button to pause it, all this worked fine! My next stop i ...

1 2 3 4