Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

NM123

macrumors newbie
Original poster
Dec 16, 2010
1
0
Hi guys,
I am new to post, but I have a problem, that how I can maximize the recorded Audio sound in AVAudio class, Volume level is already 1.0 but the audio sound is very slow, please check the following few lines of code, and help me....
Thanks in advance.

Code:
AVAudioPlayer * avPlayer = [[AVAudioPlayer alloc] initWithContentsOfURL:recordedTmpFile error:&error];
	[avPlayer setVolume: 1.0];
	[avPlayer prepareToPlay];
	[avPlayer play];
 
Last edited by a moderator:
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.