使用 OpenAL 将音频转换为 CAF 格式以便在 iPhone 上播放
我在 CrashLanding 示例中使用 Apple 的 SoundEngine 示例代码来播放多个音频文件。 使用 CrashLanding 中包含的示例 caf 文件一切正常,但是当我尝试使用我自己的使用 afconvert 转换为 CAF 的示例时,我得到的只是一片寂静;)
有没有人有 afconvert 的设置,可以生成能够播放的 CAF 文件通过 OpenAL?
I am using the SoundEngine sample code from Apple in the CrashLanding sample to play back multiple audio files. Using the sample caf files included with CrashLanding everything works fine but when I try and use my own samplesconverted to CAF using afconvert all I get is a stony silence ;)
Does anyone have settings for afconvert that will produce a CAF file capable of being played back through OpenAL?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
参考资料:
afconvert -h
获取完整信息)References:
afconvert -h
for complete info)简单的bash脚本将文件夹中的mp3文件转换为iPhone的caf
Simple bash script to convert the mp3 files in a folder to caf for iphone
这是最佳尺寸:
this is the best for size:
谢谢(你的)信息。
另外,如果您正在研究使用 openAL 进行额外压缩,这可能会感兴趣:
“iPhone、OpenAL 和 IMA4/ADPCM”
http://www.wooji-juice.com/blog/ iphone-openal-ima4-adpcm.html
thanks for the info.
also, if you're looking into additional compression with openAL, this might be of interest:
"iPhone, OpenAL, and IMA4/ADPCM"
http://www.wooji-juice.com/blog/iphone-openal-ima4-adpcm.html
看起来 -c 今天不起作用,我通过以下方式得到了它:
It looks like the -c is not working today, I got it with following: