Bochs/bochs/iodev/sound
Volker Ruppert 72cbbe9e8b Fixed incorrect calls of virtual functions in constructor/destructor.
- Removed useless set_pcm_params() call in base class contructor.
- SDL waveout destructor needs to call the unregister_wave_callback() method
  of the SDL stuff, since the base class destructor doesn't do that.
2015-03-29 15:53:56 +00:00
..
es1370.cc Added the capability to set up the sound driver per service. The global 2015-03-06 22:54:30 +00:00
es1370.h Rewrite of the ES1370 wave output code and related changes. 2015-02-19 21:31:18 +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 Moved output volume calculation to a separate method and prepared volume 2015-03-27 15:49:40 +00:00
opl.h Moved output volume calculation to a separate method and prepared volume 2015-03-27 15:49:40 +00:00
sb16.cc Moved output volume calculation to a separate method and prepared volume 2015-03-27 15:49:40 +00:00
sb16.h Moved output volume calculation to a separate method and prepared volume 2015-03-27 15:49:40 +00:00
soundalsa.cc Improved mixer thread mutex handling. 2015-03-16 19:02:31 +00:00
soundalsa.h Added BX_HAVE_SOUND_* definitions to simplify code. 2015-02-23 21:32:34 +00:00
soundfile.cc Improved mixer thread mutex handling. 2015-03-16 19:02:31 +00:00
soundfile.h Rewrite of the ES1370 wave output code and related changes. 2015-02-19 21:31:18 +00:00
soundlnx.cc Improved mixer thread mutex handling. 2015-03-16 19:02:31 +00:00
soundlnx.h Added BX_HAVE_SOUND_* definitions to simplify code. 2015-02-23 21:32:34 +00:00
soundlow.cc Fixed incorrect calls of virtual functions in constructor/destructor. 2015-03-29 15:53:56 +00:00
soundlow.h Separated sound lowlevel base class from dummy driver. The base class returns 2015-03-10 20:56:44 +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 Improved mixer thread mutex handling. 2015-03-16 19:02:31 +00:00
soundosx.h Added BX_HAVE_SOUND_* definitions to simplify code. 2015-02-23 21:32:34 +00:00
soundsdl.cc Fixed incorrect calls of virtual functions in constructor/destructor. 2015-03-29 15:53:56 +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