如何在 iPhone 中修剪音频文件?
我的文档目录文件夹中有声音文件,我想修剪该声音文件。
怎么做呢?
I have sound files in my document directory folder and i want to trim that sound file.
How to do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用扩展音频文件服务。查看 ExtAudioFileRead & 的参考资料ExtAudioFileWrite(他们有示例代码),然后您可以打开一个音频文件,读取它,修剪它,然后编写新的文件。转到这里 http://developer.apple.com/library/ios/#documentation/MusicAudio/Reference/ExtendedAudioFileServicesReference/Reference/reference.html
you can use Extended Audio File Services. have a look at the reference for ExtAudioFileRead & ExtAudioFileWrite (they have sample code) then you can open one audio file read it, trim it and then write the new one.go here http://developer.apple.com/library/ios/#documentation/MusicAudio/Reference/ExtendedAudioFileServicesReference/Reference/reference.html