aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alSource.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-12-07 10:35:30 -0800
committerChris Robinson <[email protected]>2009-12-07 10:35:30 -0800
commit4697e946d3ac61c05512d685a97e4632a392c162 (patch)
tree9ec86073c68d193730c1bdeb48d0f9234c739aca /OpenAL32/alSource.c
parent9286e3984c3276dd720629a1ee4615d6f9acca73 (diff)
Internally store 32-bit float buffer data, and mix accordingly
Diffstat (limited to 'OpenAL32/alSource.c')
-rw-r--r--OpenAL32/alSource.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c
index 73cde8ff..5a19f80a 100644
--- a/OpenAL32/alSource.c
+++ b/OpenAL32/alSource.c
@@ -2039,7 +2039,7 @@ static void ApplyOffset(ALsource *pSource, ALboolean bUpdateContext)
Returns the 'true' byte offset into the Source's queue (from the Sample, Byte or Millisecond
offset supplied by the application). This takes into account the fact that the buffer format
- may have been modifed by AL (e.g 8bit samples are converted to 16bit)
+ may have been modifed by AL (e.g 8bit samples are converted to float)
*/
static ALint GetByteOffset(ALsource *pSource)
{