DRO music file command line player
DRO files are created by DOSBox by recording all register writes to the emulated SoundBlaster or AdLib sound cards. These files can later be played back by software like this one. DRO format versions 1 and 2 are supported.
droplay uses SDL for sound playback.
Based on droplay.c from the Chocolate Doom source by Simon Howard.
Uses the Nuked OPL3 emulator by Alexey Khokholov.
If you have SDL installed in a standard location where CMake can find it, building should work like this:
mkdir build
cd build
cmake ..
make
droplay takes a single argument for the file to play:
droplay <.dro file>