Mercurial > almixer_isolated
annotate .hgtags @ 78:714ec6c5789d
Fixed a unit conversion bug in the Ogg Tremor decoder for SoundDecoder. This fixes out of memory issues with LoadAll on long, but still reasonably sized .ogg files on some Android devices.
Ogg Vorbis uses seconds and we multiply by 1000 to convert to milliseconds. But Ogg Tremor already uses milliseconds but I was still multiplying by 1000. (The Tremor decoder was derived from the Vorbis decoder so this is actually the second time I hit a bug like this.)
author | Eric Wing <ewing . public |-at-| gmail . com> |
---|---|
date | Thu, 25 Oct 2012 16:12:50 -0700 |
parents | c8282222421c |
children |
rev | line source |
---|---|
9
c8282222421c
Added tag 0.1.0_FirstPublicRelease for changeset a71ed111a627
Eric Wing <ewing . public |-at-| gmail . com>
parents:
diff
changeset
|
1 a71ed111a6275fb7768ccabb2f1ae81fa697fa62 0.1.0_FirstPublicRelease |