view TODO.SOUND @ 2:fba0b6e6cdc7

Added tag ALPHA for changeset ff5e05767bd3
author darius@midget.dons.net.au
date Tue, 23 Oct 2007 10:09:09 +0930
parents ff5e05767bd3
children
line wrap: on
line source

* TFIRE packet

* Check sound volumes on both devices.. Phaser too loud?

* DSP_STEREO????

* Volume control on menu

* signal sound stuff that dsp wouldn't open.

* dup2 stdin, no fifo.

* Better defines in .paradiserc

* Change Mixing Scheme to Premix all sounds into the buffer.
  Then output fragsize at a time, and mix in new sounds as they
  get played.  This should prevent sound skipping under heavy
  load situation (May require another fork??).

* Clean up Terminate Sound code