[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [rtl] regd mbuff
I have a routine that plays audio on the custom interface board we have here
in house which has an 8 bit DAC and some audio circuitry on it (that's
addressed through a PLD) and I'm able to play audio at 8192 hz using a high
priority task with the clock running in periodic mode (as well as 7 other
threads!) on a 486 dx66 and to play the audio I use mbuff to load the sounds
into memory from the user side so the audio thread can point to it. The
largest I've run through the software is about 2 and 1/2 megs with no
problem.
Steve