port 7200

This commit is contained in:
SFirouzi 2025-11-17 16:01:19 +03:30
parent 3a1f2f5278
commit 42cc5d6e0b

View File

@ -12,5 +12,5 @@ async function startStreaming() {
ws.send(event.data); // send audio chunks to backend ws.send(event.data); // send audio chunks to backend
}; };
recorder.start(500); // send audio every 250 ms recorder.start(500); // send audio every 500 ms
} }