EZAudio icon indicating copy to clipboard operation
EZAudio copied to clipboard

Mute the output

Open susrisha opened this issue 10 years ago • 4 comments

Is there any way that I can mute the output (at least set the volume level) of the track? I tried looking into EZAudioPlayer and EZOutput as well but nothing as of now. Please let me know.

susrisha avatar May 15 '14 11:05 susrisha

I would like to add to this question: Is there a way to let the audio keep going (playing) while the output being forced to mute? The idea is that if my the phone switches to another task the output will be muted, but keep rolling. I think it would be very cool

rahav avatar Oct 06 '14 13:10 rahav

Did you find a solution for this ?

zammitjames avatar Mar 19 '15 22:03 zammitjames

Any solution for this? I'm would like to adjust volume for output as well...

emmavray avatar Jul 19 '15 15:07 emmavray

float volume = 0.0; [self.output setVolume:volume];

ghost avatar Aug 27 '21 04:08 ghost