2

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

Guru
  • 21,652
  • 10
  • 63
  • 102
Anish
  • 2,889
  • 1
  • 20
  • 45

1 Answers1

6

Try out this...

[[SimpleAudioEngine sharedEngine]setBackgroundMusicVolume:2.5];
ShinuShajahan
  • 1,296
  • 2
  • 11
  • 20