Skip to content
/ droplay Public

DRO music file command line player

License

Notifications You must be signed in to change notification settings

cmdrf/droplay

Repository files navigation

droplay

DRO music file command line player

About

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.

Credits

Based on droplay.c from the Chocolate Doom source by Simon Howard.

Uses the Nuked OPL3 emulator by Alexey Khokholov.

Build Instructions

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

Running

droplay takes a single argument for the file to play:

droplay <.dro file>

Additional Information

Releases

No releases published

Packages

No packages published