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

我的梦境 提交于 2019-12-08 04:57:35

问题


I'm looking for a javascript/HTML5 embeddedable player with the libraries to play audio with G.711 codec wrapped in WAV container. So far standard HTML5 does not support this type of audio. Does anyone have any suggestion of any players/libraries? Paid or free suggestions welcome.

Thanks.


回答1:


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/



来源:https://stackoverflow.com/questions/9524779/need-a-javascript-html-5-web-player-that-plays-audio-with-g-711-codec-wrapped-in

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