22 lines
1.6 KiB
JSON
22 lines
1.6 KiB
JSON
|
|
{
|
||
|
|
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
|
||
|
|
"name": "voicecat",
|
||
|
|
"version": "0.0.1",
|
||
|
|
"description": "Self-hosted native voice & text chat. See docs/.",
|
||
|
|
"builtin-baseline": "0000000000000000000000000000000000000000",
|
||
|
|
"$comment-baseline": "TODO: set builtin-baseline to a real vcpkg commit SHA when first enabling VOICECAT_USE_VCPKG_DEPS. Until then the skeleton builds with deps OFF and this manifest is inert.",
|
||
|
|
"dependencies": [
|
||
|
|
{ "name": "opus", "$why": "voice codec (libopus 1.6) — docs/voice.md" },
|
||
|
|
{ "name": "libsodium", "$why": "Argon2id, ChaCha20-Poly1305 media AEAD, Ed25519 — docs/security.md" },
|
||
|
|
{ "name": "mbedtls", "$why": "TLS 1.3 control channel + keying-material exporter — docs/security.md" },
|
||
|
|
{ "name": "protobuf", "$why": "control-plane serialization — docs/protocol.md" },
|
||
|
|
{ "name": "sqlite3", "$why": "server accounts/state — docs/security.md" },
|
||
|
|
{ "name": "asio", "$why": "TCP/UDP/timers reactor — docs/architecture.md" },
|
||
|
|
{ "name": "miniaudio", "$why": "cross-platform capture/playback — docs/tech-stack.md" },
|
||
|
|
{ "name": "speexdsp", "$why": "resampling + jitter reference — docs/tech-stack.md" },
|
||
|
|
{ "name": "webrtc-audio-processing", "$why": "AEC/NS/AGC/VAD (APM) — docs/voice.md" },
|
||
|
|
{ "name": "spdlog", "$why": "logging — docs/tech-stack.md" }
|
||
|
|
],
|
||
|
|
"$license-note": "All of the above are permissive (BSD/MIT/ISC/Apache-2.0/public-domain). No GPL/LGPL — see docs/tech-stack.md §5."
|
||
|
|
}
|