iphoneobjective-ccocos2d-iphonesimpleaudioengine

Reducing Volume of a background music


In My application,I am playing a music using the following code.But i want to reduce the volume of the background music.How to do that.

Thanks, Anish


Solution

  • Try out this...

    [[SimpleAudioEngine sharedEngine]setBackgroundMusicVolume:2.5];