如何在 iPhone 中修剪音频文件?

发布于 2024-11-14 17:05:14 字数 43 浏览 2 评论 0原文

我的文档目录文件夹中有声音文件,我想修剪该声音文件。
怎么做呢?

I have sound files in my document directory folder and i want to trim that sound file.
How to do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

愛上了 2024-11-21 17:05:14

您可以使用扩展音频文件服务。查看 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文