Bochs/bochs/iodev/sound
Volker Ruppert fe49c73a6b Some work on the lowlevel sound support.
- Define new structure bx_pcm_param_t and use it as a parameter for the method
  sendwavepacket(). The method startwavepacket() is now called from
  sendwavepacket() in case of a parameter change (temporary solution).
- soundsdl: Replaced waveready() call by some more accurate code for buffer
            space check in sendwavepacket().
- soundsdl: Moved code for reading from audio buffer to a new function.
- soundsdl: Temporarily increase the audio buffer size.
- Preparing the SB16 code for the OPL emulation port from DOSBox.
2015-01-11 20:13:50 +00:00
..
es1370.cc Some work on the lowlevel sound support. 2015-01-11 20:13:50 +00:00
es1370.h Added volume control support per channel for stereo samples 2013-12-15 17:09:18 +00:00
Makefile.in Now build rules for all gui and device plugins supported by MSVC nmake depend 2014-12-28 19:13:02 +00:00
sb16.cc Some work on the lowlevel sound support. 2015-01-11 20:13:50 +00:00
sb16.h Some work on the lowlevel sound support. 2015-01-11 20:13:50 +00:00
soundalsa.cc Some work on the lowlevel sound support. 2015-01-11 20:13:50 +00:00
soundalsa.h Some work on the lowlevel sound support. 2015-01-11 20:13:50 +00:00
soundlnx.cc Some work on the lowlevel sound support. 2015-01-11 20:13:50 +00:00
soundlnx.h Some work on the lowlevel sound support. 2015-01-11 20:13:50 +00:00
soundlow.cc Some work on the lowlevel sound support. 2015-01-11 20:13:50 +00:00
soundlow.h Some work on the lowlevel sound support. 2015-01-11 20:13:50 +00:00
soundmod.cc Some work on the lowlevel sound support. 2015-01-11 20:13:50 +00:00
soundmod.h Some more work in the lowlevel sound code. 2015-01-08 19:12:01 +00:00
soundosx.cc Some work on the lowlevel sound support. 2015-01-11 20:13:50 +00:00
soundosx.h Some work on the lowlevel sound support. 2015-01-11 20:13:50 +00:00
soundsdl.cc Some work on the lowlevel sound support. 2015-01-11 20:13:50 +00:00
soundsdl.h Some work on the lowlevel sound support. 2015-01-11 20:13:50 +00:00
soundwin.cc Some work on the lowlevel sound support. 2015-01-11 20:13:50 +00:00
soundwin.h Some work on the lowlevel sound support. 2015-01-11 20:13:50 +00:00