mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-08-09 02:07:04 +08:00
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:
@@ -9,7 +9,7 @@ find_package(OpenAL REQUIRED)
|
||||
find_package(harfbuzz REQUIRED)
|
||||
find_package(Freetype REQUIRED)
|
||||
find_package(SDL3 REQUIRED)
|
||||
|
||||
find_package(Opus REQUIRED)
|
||||
|
||||
# Third-party libraries
|
||||
FetchContent_Declare(
|
||||
|
||||
Reference in New Issue
Block a user