: OK, first thing, the slots are meaningless. Aleph One can play 8 or 16-bit
: sounds out of either slot, and Aleph One SDL can resample sounds to play
: on any hardware, so your best bet is actually just to stick all your
: nicest sounds in the 8-bit slot, and leave the 16-bit slot empty.
Ok. All my sounds are 8-bit to start with, so I was originally planning to do that anyway.
: I assume you're using the preview build; if not, previous builds had trouble
: playing back 2's complement 8-bit sounds (such as the PiD door). The
: sounds aren't higher than 32 KHz are they? The preview build has trouble
: with those.
I'm not using the preview build because of the audio-stuttering problem I mentioned before.
What is a 2's complement 8-bit sound?