collabora / WhisperFusion

WhisperFusion builds upon the capabilities of WhisperLive and WhisperSpeech to provide a seamless conversations with an AI.
1.45k stars 101 forks source link

which browser you used? #48

Open twmht opened 3 months ago

twmht commented 3 months ago

I am exprementing issues when using firefox and chromium.

for firefox it would throw the exception in main.js

Connecting AudioNodes from AudioContexts with different sample-rate is currently not supported.

for chromimum it does not ask the permission for microphone and throw

main.js:138 Websocket created.
main.js:141 Connected to server.
main.js:47 AudioContext {baseLatency: 0.032, outputLatency: 0, destination: AudioDestinationNode, currentTime: 0, sampleRate: 16000, …}
main.js:78 Error TypeError: Cannot read properties of undefined (reading 'getUserMedia')
    at start_recording (main.js:53:57)
main.js:152 Connection closed (1006).

which browser you used?

twmht commented 3 months ago

ok for chromium i need to use localhost:8000 instead of http:ip:8000