Support mobile chrome
gut4 opened this issue · 1 comments
gut4 commented
Demo is failed in chrome mobile(110 & 111) with errors:
DOMException: Input audio buffer is incompatible with codec parameters
Uncaught (in promise) DOMException: Failed to execute 'encode' on 'AudioEncoder': Cannot call 'encode' on a closed codec
Looks like it should work
https://caniuse.com/webcodecs
Vanilagy commented
Seems like your user agent doesn't support Opus. You're free to use any other codec in your own project, it's just the demo that's broken for you.