mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
fix: message input dictate
Co-Authored-By: Marchotridyo <29671825+acomarcho@users.noreply.github.com>
This commit is contained in:
parent
6c583ef9d3
commit
00520a9602
2 changed files with 684 additions and 688 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -335,6 +335,7 @@
|
||||||
|
|
||||||
stopDurationCounter();
|
stopDurationCounter();
|
||||||
audioChunks = [];
|
audioChunks = [];
|
||||||
|
visualizerData = Array(VISUALIZER_BUFFER_LENGTH).fill(0);
|
||||||
|
|
||||||
if (stream) {
|
if (stream) {
|
||||||
const tracks = stream.getTracks();
|
const tracks = stream.getTracks();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue