Skip to content

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