播放简短的单词声音,以及声音文件格式?

发布于 2024-10-20 18:57:23 字数 226 浏览 2 评论 0原文

我有一个包含数百个短音(主要是单词)的应用程序。我用:

 AudioServicesPlaySystemSound(_soundID);

来玩它们。

问题是 AudioServices 与 MP3 格式文件不兼容,因此我的文件非常大,当我有数百个文件时,我的应用程序大小就很大。

有没有更好的方法来播放压缩格式的短声音?任何建议表示赞赏。

I have an app with hundreds of short sounds (words mainly). I use:

 AudioServicesPlaySystemSound(_soundID);

to play them.

The problem is that AudioServices isn't compatible with MP3-format files, so my files are pretty big and when I have hundreds of them, my app size is huge.

Is there a better way to play short sounds in a compressed format? Any advice is appreciated.

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

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

发布评论

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

评论(1

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