annotate TODO.SOUND @ 1:ff5e05767bd3 ALPHA

Empty changelog
author darius
date Sat, 06 Dec 1997 05:41:28 +0000
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
1 * TFIRE packet
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
2
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
3 * Check sound volumes on both devices.. Phaser too loud?
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
4
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
5 * DSP_STEREO????
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
6
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
7 * Volume control on menu
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
8
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
9 * signal sound stuff that dsp wouldn't open.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
10
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
11 * dup2 stdin, no fifo.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
12
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
13 * Better defines in .paradiserc
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
14
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
15 * Change Mixing Scheme to Premix all sounds into the buffer.
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
16 Then output fragsize at a time, and mix in new sounds as they
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
17 get played. This should prevent sound skipping under heavy
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
18 load situation (May require another fork??).
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
19
ff5e05767bd3 Empty changelog
darius
parents:
diff changeset
20 * Clean up Terminate Sound code