Bochs/bochs/iodev/sound
Volker Ruppert 050795ac44 Rewrite of the SB16 midi and wave output code.
- Implemented wave and midi output using the 'soundfile' driver.
- Implemented dual midi/wave output in midimode/wavemode 3.
- Removed now obsolete output file handling and other cleanups.
- The wave input (recording) and OPL3 output features are not affected by
  the wavemode setting.
- TODO: Similar rewrite of ES1370 wave output and related cleanups.
2015-02-19 18:45:43 +00:00
..
es1370.cc Some work on the sound module handling and the SB16 midi file output. 2015-02-17 18:28:25 +00:00
es1370.h Some work on the sound module handling and the SB16 midi file output. 2015-02-17 18:28:25 +00:00
Makefile.in Added initial version of a sound "driver" that writes to file(s). 2015-02-16 15:47:17 +00:00
opl.cc Some work on the Bochs sound support. 2015-01-22 20:28:14 +00:00
opl.h Some work on the Bochs sound support. 2015-01-22 20:28:14 +00:00
sb16.cc Rewrite of the SB16 midi and wave output code. 2015-02-19 18:45:43 +00:00
sb16.h Rewrite of the SB16 midi and wave output code. 2015-02-19 18:45:43 +00:00
soundalsa.cc Some work on the sound module handling and the SB16 midi file output. 2015-02-17 18:28:25 +00:00
soundalsa.h Some work on the sound module handling and the SB16 midi file output. 2015-02-17 18:28:25 +00:00
soundfile.cc Prepared lowlevel sound code for the usage with the 'wavemode' parameter. 2015-02-18 16:34:53 +00:00
soundfile.h Prepared lowlevel sound code for the usage with the 'wavemode' parameter. 2015-02-18 16:34:53 +00:00
soundlnx.cc Some work on the sound module handling and the SB16 midi file output. 2015-02-17 18:28:25 +00:00
soundlnx.h Some work on the sound module handling and the SB16 midi file output. 2015-02-17 18:28:25 +00:00
soundlow.cc Prepared lowlevel sound code for the usage with the 'wavemode' parameter. 2015-02-18 16:34:53 +00:00
soundlow.h Prepared lowlevel sound code for the usage with the 'wavemode' parameter. 2015-02-18 16:34:53 +00:00
soundmod.cc Some work on the sound module handling and the SB16 midi file output. 2015-02-17 18:28:25 +00:00
soundmod.h Some work on the sound module handling and the SB16 midi file output. 2015-02-17 18:28:25 +00:00
soundosx.cc Some work on the sound module handling and the SB16 midi file output. 2015-02-17 18:28:25 +00:00
soundosx.h Some work on the sound module handling and the SB16 midi file output. 2015-02-17 18:28:25 +00:00
soundsdl.cc Prepared lowlevel sound code for the usage with the 'wavemode' parameter. 2015-02-18 16:34:53 +00:00
soundsdl.h Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +00:00
soundwin.cc Some work on the sound module handling and the SB16 midi file output. 2015-02-17 18:28:25 +00:00
soundwin.h Some work on the sound module handling and the SB16 midi file output. 2015-02-17 18:28:25 +00:00