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:
+3
-2
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user