feat(platform): wire VoiceCaptureFeed and ingestVoiceCapture API

Attach capture feed to VoiceMediaHub on guild load, reset on voice leave,
and accept base64 PCM chunks from the Pear UI for live microphone send.
This commit is contained in:
Raven Scott
2026-05-21 22:17:17 -04:00
parent 35ee850d17
commit 0ec5bbfe56
2 changed files with 20 additions and 3 deletions
+3 -2
View File
@@ -38,8 +38,9 @@
"pearcord-stage": "file:../pearcord-stage",
"pearcord-automod": "file:../pearcord-automod",
"pearcord-screen-share": "file:../pearcord-screen-share",
"pearcord-announcements": "git+https://git.ssh.surf/pearcord/pearcord-announcements.git#main",
"pearcord-boosts": "git+https://git.ssh.surf/pearcord/pearcord-boosts.git#main",
"pearcord-announcements": "file:../pearcord-announcements",
"pearcord-boosts": "file:../pearcord-boosts",
"pearcord-voice-capture": "file:../pearcord-voice-capture",
"hyperswarm": "^4.11.6",
"pearcord-shared": "file:../pearcord-shared"
}