Raffaello / sdl2-hyper-sonic-drivers

'90s sound-cards hardware emulation and files processing.
Apache License 2.0
5 stars 0 forks source link
adl adlib dmx doom dosbox dune2 mame midi miles monkey-island opl pcspeaker retro-computing rtmidi scummvm soundblaster voc wav westwood xmi

Codacy Badge

windows linux macOS

Hyper-Sonic Drivers

sdl2-hyper-sonic-drivers is a sdl2 based emulating audio of '90s hardware PCs (adlib, OPL3, ...)

reading some old files too as utility and give the capability to render them in digital format or play them in real time

Digital sound files

Partially reading these types of files, depending of their format.

Music sound files

MIDI Files

MIDI files Format 1 are converted to single track before playing them.

Format 2 file type is not supported as there is no sample available, but each tracks should be like a format 0 file (single track).

MUS Files

Are converted to MIDI.

XMI Files

eXtended MIDI files will be converted to MIDI Format 2 when there is more than 1 track. each track is like a format 0 MIDI file with eXtensions.

Emulators

At the moment the only implemented emulators are OPL chips.

Adlib/Sound Blaster PRO 2.0 chips

Roland MT-32

Roland MT-32 is emulated through MUNT.

ROMs are required to use MT-32.

Render Audio to Disk

It is possible to render the audio buffer to disk into a 16 bits PCM WAVE file of:

Usage

see the examples folder for some various basic usage.

Credits

Most of the core emulation code is part of these projects:

Notes

TODO