I downloaded the Xromium Embedded Framework r306 for Windows and built it. Unfortunately, it shows that it does not support mp3:
<script> var a = document.createElement("audio"); document.write(a.canPlayType('audio/mpeg')); </script>
The output is empty, and when I try to open an mp3 file, it cannot be played (ogg is playing).
The same time that Google Chrome writes “maybe” (and it actually plays).
How to add MP3 support to CEF?
mpeg mp3 chromium chromium-embedded
noober
source share