Commit Graph
4 Commits
Author SHA1 Message Date
Glenn Maynard fd4b5f93bb RageSoundReader::Read(char *) -> int16_t *. This was originally
char * based on the idea of supporting more than one sample type.
I don't plan to do that (though I may change the sample type to float
or int32).
2007-01-20 01:10:24 +00:00
Glenn Maynard 00f371fa7c remove IsStreamingFromDisk 2006-12-23 07:15:32 +00:00
Glenn Maynard 92d77c3b6b comment 2006-12-22 21:55:11 +00:00
Glenn Maynard 65f61daf82 add RageSoundReader_ThreadedBuffer. This will be used to
replace the big 32k streaming buffer in RSoundDriver_Generic.  This
can be placed earlier in the filter chain, so we can buffer audio
far ahead without introducing latency.
2006-12-22 12:07:43 +00:00