← Back

Play tracker modules using the <audio> tag

A tracker module is not a sample stream but a score plus its instruments: the pattern data says which sample to play, at which pitch, on which channel. The filter renders it to PCM in the browser with libxmp_1, which covers Protracker MOD, Fast Tracker XM, Scream Tracker S3M, Impulse Tracker IT and some ninety other formats.

Code snippet

<audio is="universal-audio_1" src="ode2ptk.mod" using="solver_minimal_1"
     with="libxmp_1" controls> </audio>

Specifications :

The specifications of the test sequence are :

Format Protracker MOD (4 channels)
FileSize 23 Ko
Rendered as 16-bit stereo PCM, 44.1 kHz
Solver solver_minimal_1