在 iPhone 或服务器上转换 caf 以便共享
我有一个应用程序可以录制短声音(作为 caf 文件)并将其上传到服务器。我希望能够分享这些声音,因此它们需要采用更普遍的格式,例如 mp3。我有一个Linux服务器。我可以在 iPhone 或服务器上使用什么来执行转换吗?
谢谢, 豪伊
I have an app that records short sounds (as caf files) and uploads them to a server. I want to be able to share these sounds so they need to be in a more ubiquitous format like mp3. I've got a linux server. Is there anything I can use either on the iphone or the server to perform the conversion?
thanks,
Howie
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来我解决了自己的问题,但我愿意接受任何其他解决方案。
我已经安装了 Sox 和 libsnd 在我的服务器上。如果我上传 caf 文件,我可以使用 SoX 将 caf 转换为 mp3。
Looks like I solved my own problem, but I'm open to any other solutions.
I've installed Sox and libsnd on my server. If I upload a caf file I can use SoX to convert from caf to mp3.