examples(websocket-server): use VAD analyzer from transport

This commit is contained in:
Aleix Conchillo Flaqué
2024-05-31 11:30:03 -07:00
parent 428c8af77e
commit 3fef818843
3 changed files with 12 additions and 46 deletions

View File

@@ -173,6 +173,7 @@
}
function stopAudio(closeWebsocket) {
playTime = 0;
isPlaying = false;
startBtn.disabled = false;
stopBtn.disabled = true;