Bochs/bochs/iodev/sound
Volker Ruppert 377d920956 Created a new class for the audio buffer handling to make multiple buffers
chains possible.
TODO: the lowlevel sound code should bbe rewritten with an additional
conversion thread.
2015-05-15 20:18:47 +00:00
..
es1370.cc Implemented MIDI output support for the ES1370 soundcard. Data written to the 2015-04-16 21:18:42 +00:00
es1370.h Implemented MIDI output support for the ES1370 soundcard. Data written to the 2015-04-16 21:18:42 +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 Volume control fixes and improvements 2015-04-03 12:18:53 +00:00
opl.h Fixed compilation errors found on Cygwin64 2015-05-05 18:06:05 +00:00
sb16.cc Renamed SB16 parameters "midi" to "midifile" and "wave" to "wavefile" (same 2015-04-17 18:37:51 +00:00
sb16.h Minor fixes and cleanups in the SB16 code (no functional changes). 2015-04-06 16:03:04 +00:00
soundalsa.cc Include pthreads library header in soundlow.h (fixes SF bug #1373). 2015-05-09 08:31:49 +00:00
soundalsa.h Added BX_HAVE_SOUND_* definitions to simplify code. 2015-02-23 21:32:34 +00:00
soundfile.cc Include pthreads library header in soundlow.h (fixes SF bug #1373). 2015-05-09 08:31:49 +00:00
soundfile.h Rewrite of the ES1370 wave output code and related changes. 2015-02-19 21:31:18 +00:00
soundlnx.cc Include pthreads library header in soundlow.h (fixes SF bug #1373). 2015-05-09 08:31:49 +00:00
soundlnx.h Added BX_HAVE_SOUND_* definitions to simplify code. 2015-02-23 21:32:34 +00:00
soundlow.cc Created a new class for the audio buffer handling to make multiple buffers 2015-05-15 20:18:47 +00:00
soundlow.h Created a new class for the audio buffer handling to make multiple buffers 2015-05-15 20:18:47 +00:00
soundmod.cc Separated sound lowlevel base class from dummy driver. The base class returns 2015-03-10 20:56:44 +00:00
soundmod.h Added the capability to set up the sound driver per service. The global 2015-03-06 22:54:30 +00:00
soundosx.cc Fixed some compilation errors / warnings found on Mac OSX (SF bug #1371). 2015-05-02 08:42:44 +00:00
soundosx.h Added BX_HAVE_SOUND_* definitions to simplify code. 2015-02-23 21:32:34 +00:00
soundsdl.cc Created a new class for the audio buffer handling to make multiple buffers 2015-05-15 20:18:47 +00:00
soundsdl.h Added BX_HAVE_SOUND_* definitions to simplify code. 2015-02-23 21:32:34 +00:00
soundwin.cc Sound driver 'win': changed output rate to 20 packets per second. 2015-03-17 20:55:51 +00:00
soundwin.h Sound driver 'win': changed output rate to 20 packets per second. 2015-03-17 20:55:51 +00:00