vip audio card

This commit is contained in:
legop3
2026-04-28 14:33:39 -04:00
parent 4dc930f64b
commit 7e13d44458
12 changed files with 249 additions and 232 deletions
@@ -0,0 +1,8 @@
// VIP audio upload/mic forwarding constants.
export const MAX_UPLOAD_BYTES = 8 * 1024 * 1024;
export const TARGET_SAMPLE_RATE = 16000;
export const RTC_CONFIG = {
iceServers: [{ urls: 'stun:stun.l.google.com:19302' }],
bundlePolicy: 'max-bundle',
rtcpMuxPolicy: 'require',
};