NAME
mus, dmxdec – MUS to MIDI converter and DMX decoder

SYNOPSIS
games/mus [ musfile ]
games/dmxdec [ dmxfile ]

DESCRIPTION
The MUS format is a simplified MIDI music format used in doom and several related games. DMX format is used for doom's sound effects.

Mus decodes MIDI music encoded in MUS format, either from musfile or from standard input, and produces a MIDI format file on standard output.

Dmxdec similarly transcodes its input into PCM on standard output at audio(3)'s default 44.1 kHz sampling rate.

SEE ALSO
games(1), wadfs(4)

SOURCE
/sys/src/games/mus.c
/sys/src/games/dmxdec.c

HISTORY
Mus and dmxdec first appeared in 9front (respectively in September, 2015 and August, 2023).