简体   繁体   中英

Audio Processing in recorded audio

I am developing an application where i use AVAudioRecorder to record & AVAudioPlayer to play audio files.

But what i want to do is after recording the voice , do some speech processing and make it to cartoon voice & play the audio after that.

So is there any library or framework available by which i will convert my recorded audio to some cartoon voice ?

Dirac2 is one commercial iOS library for independent time pitch stretching, which is the effect that some apps use for the funny voices.

Added later: Apple added the NewTimePitch Audio Unit, now built into iOS, circa 2012.

Use the SoundTouch library as a starting point. ( http://www.surina.net/soundtouch/ ) It's what I'm using in my application, and with the right settings it runs amazing in real time. I would suggest taking a look at Audio Units for at least the playback part. They aren't as hard as people make them seem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM