Save audio file with changed time pitch using AVAudioEngine in Swift

旧时模样 提交于 2019-12-10 13:35:26

问题


Currently, I am trying to change the time pitch of an existing audio file from the Document folder, then override the old file with the modified one using AVAudioEngine. I have got the first part working using AVAudioPlayerNode and AVAudioUnitTimePitch. I have no idea about the second part though. Can someone point me to the right direction?

Thanks.

来源:https://stackoverflow.com/questions/29012139/save-audio-file-with-changed-time-pitch-using-avaudioengine-in-swift

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!