Files
Cubed/vcpkg.json
zhenyan121 bf6edeb812 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.
2026-07-20 15:14:01 +08:00

15 lines
250 B
JSON

{
"dependencies": [
"protobuf",
"zstd",
"openal-soft",
"harfbuzz",
"freetype",
"opus",
{
"name": "sdl3",
"default-features": false
}
],
"builtin-baseline": "a0400024711b283056538ac19ced80b91a83c24c"
}