Mercurial > almixer_isolated
log
age | author | description |
---|---|---|
Tue, 30 Oct 2012 16:01:30 -0700 | Eric Wing | Added support for Apportable's alcSuspend()/alcResume() in BeginInterruption()/EndInterruption. You must define ALMIXER_USE_APPORTABLE_OPENAL_EXTENSIONS to compile in this support. default tip |
Thu, 25 Oct 2012 16:12:50 -0700 | Eric Wing |
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. |
Mon, 13 Aug 2012 16:11:30 -0700 | Eric Wing | Fixed stupid inverted logic bug with ALMIXER_DISABLE_PREDECODED_PRECOMPUTE_BUFFER_SIZE_OPTIMIZATION. I meant for this optimization to be on by default, but it was off. |