← Back

Play Monkey's Audio using the <audio> tag

Monkey's Audio (.ape) is a lossless codec that trades encoding speed for compression ratio - it typically beats FLAC by a few percent at the cost of much slower decoding. No browser supports it. Decoded here with libape_1, built on the Monkey's Audio SDK itself.

Code snippet

<audio is="universal-audio_1" src="ff-16b-2c-44100hz.ape" using="solver_minimal_1"
     with="libape_1" controls> </audio>

Specifications :

The specifications of the test sequence are :

FormatMonkey's Audio, normal compression
Audio16-bit stereo, 44.1 kHz
FileSize391 Ko
Solversolver_minimal_1