You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Fixes looping issue with ADPCM samples - Fixes Android not looping sound cues correctly - Fixes one shot sound ADPCM problems where sound would get cut early - Removed Android Audio Device update function - was never called and did nothing anyway so this will improve clarity Changed ADPCM decompressor so that it uses the same code to decompress a full file as it does when streaming - old code was correct it was just silly have it duplicated. [CL 2339877 by Robert Jones in Main branch]