-
-
Notifications
You must be signed in to change notification settings - Fork 33
PCM music format
Victor Nieto edited this page Mar 24, 2024
·
2 revisions
PCM Music format is unsigned 8-bit PCM, and supports 11025, 22050 or 44100 Hz frequencies.
Use SOX to convert files to RAW format, for example:
sox D_E1M1.ogg -r 44100 -e unsigned -b 8 -c 1 MUS_1.RAW
Folders used for music are these:
- Doom: \MUSIC\DOOM1\MUS_*.RAW
- Doom2: \MUSIC\DOOM2\MUS_*.RAW
- TNT: \MUSIC\TNT\MUS_*.RAW
- Plutonia: \MUSIC\PLUTONIA\MUS_*.RAW