Questions tagged as 'audio-manager'

2
answers

Up and down volume of an audio channel with the physical buttons on Android

I would like to synchronize the physical buttons of volume up and down synchronized with a specific audio channel. When clicking, the dialogue of the image will be shown, with the seekbar icon and increase or decrease the volume.     
asked by 15.05.2017 / 15:40
1
answer

Xamarin.Forms playing audio

hi friends I'm trying to play an mp3 for the notifications of an App that I developed in Xamarin.Forms I was reading about it and very similar to SQLite I must handle this event with an interface, but I have trouble referencing it    Unha...
asked by 27.02.2018 / 18:02
1
answer

How to delete the cache of the AUDIO TAG?

Dear greetings, someone knows how to erase the caching of the audio tag, with javascript. I have the following problem. I generate an Audio mp3 and I charge it on my AUDIO tag. but according to another event I generate another Audio with t...
asked by 04.08.2017 / 16:12
1
answer

Intercept and synchronize when changing Audio volume in Android?

I need to detect when there is a volume change in the Audio channel to synchronize the volume set to SeekBar By showing for example the dialog where you can adjust the volume I would like to detect the change made, in order to...
asked by 15.05.2017 / 21:06
1
answer

Audio channels available in Android AudioManager

I'm looking at the channels available on Android that are obtained from the AudioManager I have some doubt so that they serve or that affect AudioManager.STREAM_MUSIC AudioManager.STREAM_RING AudioManager.STREAM_ALARM AudioManager.ST...
asked by 14.05.2017 / 00:02
1
answer

Perform Audio Fade effect in / out on the Audio channel on Android

I use the AudioManager.setStreamMute(..,true/false) function to make mute or unmute to the Audio channel. Obviously cut the sound of blow, I would like the cut was not so abrupt, but before silencing is going down the volume...
asked by 17.05.2017 / 13:20
0
answers

why can I save the rintong in URI with RingtoneManager.TYPE_RINGTONE? will permit problems?

Occupy Uri uriSoundDefault = RingtoneManager.getDefaultUri(RingtoneManager.TYPE_RINGTONE); SharedPreferences.Editor editor = prefs.edit(); editor.putString("urime",uriSoundDefault.toString()); editor.apply(); to put the default...
asked by 11.11.2018 / 01:33
0
answers

Audio Manager's setSpeakerphoneOn () method generates interference.

I am using Sinch to implement a voice call "App to App". My problem arises when I try to activate the speaker. I created an instance of audio manager in the onCreate () of my activity: AudioManager audioManager = (AudioManager) context.g...
asked by 19.08.2017 / 01:17