WhisperFusion icon indicating copy to clipboard operation
WhisperFusion copied to clipboard

which browser you used?

Open twmht opened this issue 2 years ago • 1 comments

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 avatar Mar 27 '24 08:03 twmht

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

twmht avatar Mar 27 '24 08:03 twmht