port 7200
This commit is contained in:
parent
3a1f2f5278
commit
42cc5d6e0b
@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user