Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add mute fuctions for one sound in OALSimpleAudio #42

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dyego
Copy link

@dyego dyego commented Nov 27, 2012

I'm developing a musical book, so didin't find functions to mute one sound using OALSimpleAudio, so I added tree functions to solve it.

  /*
     switch beteen mute and unmute.
     @param filePath The path containing the sound data.
 */
- (void) switchMuteWithEffectName:(NSString*) filePath;

/*
 only mute the effect.
 param filePath The path containing the sound data.
*/
- (void) muteEffectWithName:(NSString*) filePath;

/*
 only unmute the effect.
 param filePath The path containing the sound data.
*/
- (void) unmuteEffectWithName:(NSString*) filePath;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants