feat(audio): implement voice chat using Opus codec

Add voice chat support with Opus encoding/decoding, push-to-talk (V key), and new audio recording infrastructure.
This commit is contained in:
2026-07-20 15:14:01 +08:00
parent 5b081c0b0b
commit bf6edeb812
24 changed files with 404 additions and 31 deletions

View File

@@ -147,6 +147,7 @@ target_link_libraries(${PROJECT_NAME}
zstd::zstd
OpenAL::OpenAL
harfbuzz::harfbuzz
Opus::Opus
$<$<PLATFORM_ID:Windows>:ws2_32>
)