mute « audio « iPhone iPad Media Q&A

Home
iPhone iPad Media Q&A
1.animation
2.audio
3.AVAudioPlayer
4.box2d
5.cocos2d
6.CoreGraphics
7.CorePlot
8.Flash
9.graphics
10.icon
11.image
12.photo
13.plot
14.sound
15.video
iPhone iPad Media Q&A » audio » mute 

1. How to mute an audio stream    stackoverflow.com

Is there way to mute an audio stream or at least control the volume? cheers

2. iPhone SDK: Set audio route and also mute audio when mute switch is turned on    stackoverflow.com

I have an application where user can record sound and also play the sound either in the speaker or the ear piece. To route the audio I set kAudioSessionProperty_OverrideAudioRoute in the ...

3. iPhone SDK - Mute    stackoverflow.com

I have the following to play m background music:

NSURL *url = [NSURL fileURLWithPath:[NSString stringWithFormat:@"%@/bgMusic.mp3", [[NSBundle mainBundle] resourcePath]]];

    NSError *error;
    bgMusic = [[AVAudioPlayer alloc] initWithContentsOfURL:url error:&error];
 ...

4. How to mute output in apple aurio Touch (audio sessioin example) application?    stackoverflow.com

I have wrote detector of breath based on apple's aurio Touch example application. But i can not figure how to set audio unit or audio session not to play ...

5. How to mute background audio while recording (using Audio Queue Services)    stackoverflow.com

I have an application which uses Audio Queues to do recording of spoken user input. This only happens for short durations and only when the user presses a button. I'd like to allow ...

6. Mute built in iPhone Microphone    stackoverflow.com

I have a Voice over IP application and I just want to be able to mute the built in microphone on a button click. How do I do this?

7. put iPhone on mute programmatically. (Force Mute/UnMute)    stackoverflow.com

So i need some help coding a tweak (Implemented in SpringBoard). I dont know how many of my friends that has an iPhone with a broken Mute/Volume button, that including me... So ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.