This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7dcd51da85196a24c8a8fca56595462a6c29af98
UnrealEngineUWP
/
Engine
/
Source
/
Runtime
/
BinkAudioDecoder
/
Module
History
dan thompson
c3a14b350b
Submitting new bink decoder libs to pick up the radfft init race condition fixed a while back for the encoder libs.
...
#rb fabian.giesen [CL 31314600 by dan thompson in ue5-main branch]
2024-02-08 19:39:38 -05:00
..
Private
Cleanup pass on Bink Audio decoder - avoid creating buffers since the common case can decode directly to the output without any intermediaries. For a typical stereo sound, this saves around 15kb of memory per sound. ~30kb for 7.1.
2024-01-30 13:42:26 -05:00
Public
Cleanup pass on Bink Audio decoder - avoid creating buffers since the common case can decode directly to the output without any intermediaries. For a typical stereo sound, this saves around 15kb of memory per sound. ~30kb for 7.1.
2024-01-30 13:42:26 -05:00
BinkAudioDecoder.Build.cs
Submitting new bink decoder libs to pick up the radfft init race condition fixed a while back for the encoder libs.
2024-02-08 19:39:38 -05:00