forked from dnrops/open-webui
fix: message input dictate
Co-Authored-By: Marchotridyo <29671825+acomarcho@users.noreply.github.com>
This commit is contained in:
parent
6c583ef9d3
commit
00520a9602
File diff suppressed because it is too large
Load Diff
|
|
@ -335,6 +335,7 @@
|
|||
|
||||
stopDurationCounter();
|
||||
audioChunks = [];
|
||||
visualizerData = Array(VISUALIZER_BUFFER_LENGTH).fill(0);
|
||||
|
||||
if (stream) {
|
||||
const tracks = stream.getTracks();
|
||||
|
|
|
|||
Loading…
Reference in New Issue