tags:

views:

24

answers:

1

Can we set audio intensity of mp3 file in iphone application.....

A: 

If you're playing your own audio with an AVAudioPlayer class then set the volume property of your AVAudioPlayer instance before you send it the play message.

If you want to adjust the volume of the iPod player from your app, then get the iPodMusicPlayer instance from MPMusicPlayer class and set the volume property on it.

progrmr
i have a file like someone screaming loadly or ringing bell..i want to set the intensity not volume...
RakeshBhatt
There is no intensity adjustment, only volume.
progrmr
emmm... what do you mean by intensity?
Remover