When pressing the hotkey or the button in the web ui, nothing is sent to the backend (koboldcpp, haven't tested with anything else). This fork works fine.
I saw this in the browser console:
Uncaught (in promise) DOMException: AudioContext.createMediaStreamSource: Connecting AudioNodes from AudioContexts with different sample-rate is currently not supported.
onSuccess http://localhost:8000/scripts/extensions/third-party/Extension-Speech-Recognition/index.js:212
promise callback*loadNavigatorAudioRecording http://localhost:8000/scripts/extensions/third-party/Extension-Speech-Recognition/index.js:281
loadSttProvider http://localhost:8000/scripts/extensions/third-party/Extension-Speech-Recognition/index.js:340
<anonymous> http://localhost:8000/scripts/extensions/third-party/Extension-Speech-Recognition/index.js:853
jQuery 9
e
t
setTimeout handler*Deferred/then/l/<
c
add
then
Deferred
then
ready
<anonymous> http://localhost:8000/scripts/extensions/third-party/Extension-Speech-Recognition/index.js:679
Don't know much about how audio capture works, but I think it may be related to const audioContext = new AudioContext(); being created without the sampleRate in the fork
When pressing the hotkey or the button in the web ui, nothing is sent to the backend (koboldcpp, haven't tested with anything else). This fork works fine.
I saw this in the browser console: