Bochs/bochs/iodev/sound
Volker Ruppert d27972cc42 Implemented support for the new mixer thread in the lowlevel sound module 'win'.
- removed disabled code for the sndPlaySound() function.
- removed now obsolete buffer ring for wave output.
- The new mothod waveout() is driven by the mixer thread. For the best results
  you need to disable the 'realtime' sychronization and to find out a usable
  IPS vaöue. The mixer also polls data from the speaker beep generator and
  the OPL3 FM generator.
- TODO: Code cleanup in soundwin.cc, implementation in other sound modules.
2015-02-06 15:57:26 +00:00
..
es1370.cc PCM volume now applied to the output packet in the format conversion code. 2015-01-27 19:33:28 +00:00
es1370.h Added volume control support per channel for stereo samples 2013-12-15 17:09:18 +00:00
Makefile.in Ported OPL3 emulation from DOSBox. 2015-01-12 21:20:18 +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 PCM volume now applied to the output packet in the format conversion code. 2015-01-27 19:33:28 +00:00
sb16.h PCM volume now applied to the output packet in the format conversion code. 2015-01-27 19:33:28 +00:00
soundalsa.cc Method startwaveplayback() now completely replaced by set_pcm_params(). 2015-02-01 12:33:21 +00:00
soundalsa.h ALSA / OSS sound modules: startwaveplayback() rewritten to set_pcm_params() 2015-01-31 10:48:22 +00:00
soundlnx.cc Method startwaveplayback() now completely replaced by set_pcm_params(). 2015-02-01 12:33:21 +00:00
soundlnx.h ALSA / OSS sound modules: startwaveplayback() rewritten to set_pcm_params() 2015-01-31 10:48:22 +00:00
soundlow.cc Implemented simple mixing support (addition and clipping). 2015-02-02 21:11:31 +00:00
soundlow.h Some more work on the mixer thread framework. 2015-02-01 20:50:20 +00:00
soundmod.cc Method startwaveplayback() now completely replaced by set_pcm_params(). 2015-02-01 12:33:21 +00:00
soundmod.h PCM volume now applied to the output packet in the format conversion code. 2015-01-27 19:33:28 +00:00
soundosx.cc Method startwaveplayback() now completely replaced by set_pcm_params(). 2015-02-01 12:33:21 +00:00
soundosx.h Method startwaveplayback() now completely replaced by set_pcm_params(). 2015-02-01 12:33:21 +00:00
soundsdl.cc Some more work on the mixer thread framework. 2015-02-01 20:50:20 +00:00
soundsdl.h Some more work on the mixer thread framework. 2015-02-01 20:50:20 +00:00
soundwin.cc Implemented support for the new mixer thread in the lowlevel sound module 'win'. 2015-02-06 15:57:26 +00:00
soundwin.h Implemented support for the new mixer thread in the lowlevel sound module 'win'. 2015-02-06 15:57:26 +00:00