Need a javascript/HTML 5 web player that plays audio with G.711 codec wrapped in WAV container

☆樱花仙子☆ 提交于 2019-12-06 16:40:16

If the codec/format/wrapper is not supported natively by the browsers you are aiming it will never work. You should convert your audio file in a format natively supported by most of the browsers.

http://html5doctor.com/native-audio-in-the-browser/

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!