哪种音频格式最好?

发布于 2024-07-26 14:35:32 字数 224 浏览 4 评论 0原文

我使用 AVAudioPlayer 连续播放多个音频剪辑,但曲目之间总是有一点沉默,然后我开始了解 Finch,这是一个使用 OpenAL 播放音频的库。 这样,静音问题似乎在理论上得到了解决,但后来我发现它不能播放 m4a 或任何其他压缩格式。

现在我正在寻找一种未压缩的音频格式,其文件大小相对较小(尽管未压缩意味着所有文件都应该具有几乎相同的大小)和一种转换方法,同时我也在谷歌上搜索afconvert。

I was using AVAudioPlayer to play multiple audio clips back to back but there was always a small silence between tracks and then i came to know of Finch, a library which uses OpenAL to play audio. with this the silence problem seems to be solved theoretically but then i found that it doesn't play m4a or any other compressed formats.

Now i am looking for an uncompressed audio format which would have relatively less file size (though uncompressed means that all of them should have almost same size) and a method to convert, i am also googling on afconvert in a mean while.

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

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

发布评论

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

评论(1

两人的回忆 2024-08-02 14:36:15

CAF 文件非常适合此目的。 我构建了一个循环音频文件的应用程序,相对较小的文件大小给我留下了深刻的印象。

查看此问题了解更多信息有关转换为 CAF 的信息。

CAF files work great for this. I've built an application that loops audio files, and I was impressed with the relatively small file size.

Check out this question for more info on converting to CAF.

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