开发者

Converting a sample rate of audio file iPhone

I'd like to change the pitch of an audio fil开发者_JS百科e by changing the sample rate programmatically. I am recording the file using AVAudioRecorder. I have noticed a settings parameter within AVAudioPlayer, however, it is read only. Can anyone lend a helping hand? :)


You could manipulate the data the recording process returns, this is generally the way to go for DSP. A simple change in sound's speed can be done with a resampling.

Take a look here

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜