Android 音频编解码器支持
有什么办法可以记录&在 Android 中使用 ADPCM 编解码器编辑音频文件?
除了AMR_WB & AMR_NB 音频编解码器; Android 支持哪些其他开放/标准编解码器?
Is there any way to record & edit audio files using ADPCM codec in Android?
Apart from AMR_WB & AMR_NB audio codec; which all other open/standard codec supported in Android?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
除了您可以通过编译 FFmpeg 库
http://developer.android .com/guide/appendix/media-formats.html
You should look into Android official Documentation for this apart from that you can support many other formats in your app by compiling FFmpeg library
http://developer.android.com/guide/appendix/media-formats.html