Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

which browser you used? #48

Closed
twmht opened this issue Mar 27, 2024 · 1 comment
Closed

which browser you used? #48

twmht opened this issue Mar 27, 2024 · 1 comment

Comments

@twmht
Copy link

twmht commented Mar 27, 2024

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
Copy link
Author

twmht commented Mar 27, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants