mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-06-02 03:07:36 -04:00
* Remove some dead native sound code * Rewrite managed audio system to be lock-free Use a snapshot triple buffering approach (main thread collect snapshots -> mixingthread processes), similar to how we handle batch drawing (mainthread collects snapshots -> render threads processes) * Remove/Rework managed steam audio abstraction * Add just Steam Audio effects, build ourselves via vpc Compile steamaudio with AVX1