1
|
1 * TFIRE packet
|
|
2
|
|
3 * Check sound volumes on both devices.. Phaser too loud?
|
|
4
|
|
5 * DSP_STEREO????
|
|
6
|
|
7 * Volume control on menu
|
|
8
|
|
9 * signal sound stuff that dsp wouldn't open.
|
|
10
|
|
11 * dup2 stdin, no fifo.
|
|
12
|
|
13 * Better defines in .paradiserc
|
|
14
|
|
15 * Change Mixing Scheme to Premix all sounds into the buffer.
|
|
16 Then output fragsize at a time, and mix in new sounds as they
|
|
17 get played. This should prevent sound skipping under heavy
|
|
18 load situation (May require another fork??).
|
|
19
|
|
20 * Clean up Terminate Sound code
|