Bochs/bochs/iodev/sound
Volker Ruppert de08a6ba55 Added initial version of a sound "driver" that writes to file(s).
- New code is based on the dummy sound driver and file output code from SB16.
- The midiout feature supports the MIDI file format.
- The waveout feature currently only supports the VOC format.
TODO:
- Add support for a more detailed sound configuration (waveout to device,
  midiout to a file.
- The waveout feature should support WAV and RAW file formats.
- Move VOC file handling from soundmod.cc to soundfile.cc.
- Finally remove file handling code from sound devices.
2015-02-16 15:47:17 +00:00
..
es1370.cc Moved wave input support to a separate C++ class. The lowlevel sound module 2015-02-14 17:25:39 +00:00
es1370.h Moved wave input support to a separate C++ class. The lowlevel sound module 2015-02-14 17:25:39 +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 Moved midi output support to a separate C++ class. The lowlevel sound module 2015-02-15 18:32:36 +00:00
sb16.h Moved midi output support to a separate C++ class. The lowlevel sound module 2015-02-15 18:32:36 +00:00
soundalsa.cc Moved midi output support to a separate C++ class. The lowlevel sound module 2015-02-15 18:32:36 +00:00
soundalsa.h Moved midi output support to a separate C++ class. The lowlevel sound module 2015-02-15 18:32:36 +00:00
soundfile.cc Added initial version of a sound "driver" that writes to file(s). 2015-02-16 15:47:17 +00:00
soundfile.h Added initial version of a sound "driver" that writes to file(s). 2015-02-16 15:47:17 +00:00
soundlnx.cc Moved midi output support to a separate C++ class. The lowlevel sound module 2015-02-15 18:32:36 +00:00
soundlnx.h Moved midi output support to a separate C++ class. The lowlevel sound module 2015-02-15 18:32:36 +00:00
soundlow.cc Bugfix for the 'dummy' sound driver: don't add wave packet to the buffer queue 2015-02-16 07:36:32 +00:00
soundlow.h Moved midi output support to a separate C++ class. The lowlevel sound module 2015-02-15 18:32:36 +00:00
soundmod.cc Added initial version of a sound "driver" that writes to file(s). 2015-02-16 15:47:17 +00:00
soundmod.h Moved speaker beep generator to the speaker code. 2015-02-16 08:48:11 +00:00
soundosx.cc Moved midi output support to a separate C++ class. The lowlevel sound module 2015-02-15 18:32:36 +00:00
soundosx.h Moved midi output support to a separate C++ class. The lowlevel sound module 2015-02-15 18:32:36 +00:00
soundsdl.cc Moved wave output support to a separate C++ class. The lowlevel sound module 2015-02-13 11:30:46 +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 Moved midi output support to a separate C++ class. The lowlevel sound module 2015-02-15 18:32:36 +00:00
soundwin.h Moved midi output support to a separate C++ class. The lowlevel sound module 2015-02-15 18:32:36 +00:00