Migra a jail_audio nou amb streaming i precàrrega

This commit is contained in:
2026-05-04 13:10:43 +02:00
parent dff5d6fab2
commit 4f844fe17e
9 changed files with 865 additions and 565 deletions

7
third_party/stb_vorbis_impl.cpp vendored Normal file
View File

@@ -0,0 +1,7 @@
// Isolated TU for the stb_vorbis implementation.
// jail_audio.cpp defines STB_VORBIS_HEADER_ONLY before including stb_vorbis.c
// (it only sees declarations there); this TU provides the definitions and
// the linker resolves them.
// NOLINTNEXTLINE(bugprone-suspicious-include)
#include "stb_vorbis.c"