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.
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: