I am using the following method, and express a sound effect in cocos2d.
[[SimpleAudioEngine sharedEngine] playBackgroundMusic:@"BackGround.m4a"];
But sound volume of BackgroundMusic is too small.
so, is there a way that adjust a sound volume?
I am using the following method, and express a sound effect in cocos2d.
[[SimpleAudioEngine sharedEngine] playBackgroundMusic:@"BackGround.m4a"];
But sound volume of BackgroundMusic is too small.
so, is there a way that adjust a sound volume?
The backgroundMusicVolume property of the SimpleAudioEngine class can be used for this.