c8207c7a10
- waveout: added support for RIFF WAVE format and raw output. The formats 'voc' and 'wav' are detected by file extension, raw output is used otherwise. - midiout: added support for raw midi output (no header, no deltatime). The 'mid' format is detected by file extension, raw output is used otherwise. - Added 'midiout' parameter to the global sound option to specify the device if necessary. The related SB16 parameter now only specifies the output file. - TODO: Rewrite of the sound configuration and output code to support dual output (device and file).