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
2010-03-15 21:20:24
i have a file like someone screaming loadly or ringing bell..i want to set the intensity not volume...
RakeshBhatt
2010-03-15 21:30:34
There is no intensity adjustment, only volume.
progrmr
2010-03-16 00:22:21
emmm... what do you mean by intensity?
Remover
2010-03-21 17:55:41