@todo added.

This commit is contained in:
johns 2002-12-08 17:37:11 +00:00
parent 2d15c4f5b5
commit 26c40af93c

View file

@ -281,6 +281,7 @@ global int CDRomCheck(void *unused __attribute__ ((unused)))
** @return the number of bytes used to fill buffer
**
** @todo Can mix faster if signed 8 bit buffers are used.
** @todo Can combine stereo and volume for faster operation.
*/
local int MixSampleToStereo32(Sample* sample,int index,unsigned char volume,
char stereo,int* buffer,int size)