iPhone voice changer

前端 未结 4 1336
逝去的感伤
逝去的感伤 2020-12-08 05:55

I am developing an iphone app, which records user voice and change it into a female voice like (TALKING TOM and iHOBO). I am new to audio manipulation. Please tell me which

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-08 06:39

    There are no built-in iOS APIs that will do independent time-pitch modification.

    There is open source code that implements time-pitch stretching in Audacity, but I don't know whether this code has been ported to iOS. Same with SoundTouch.

    There is a Time-Pitch Stretch Tutorial on the DSP Dimensions site.

    Update: In late 2012, the kAudioUnitSubType_NewTimePitch Audio Unit was included with and built into the release of iOS 6, so you can now implement (independant time-pitch modification) voice changing using iOS APIs. See Apple's developer documentation for details.

提交回复
热议问题