Otto Rottier
Otto Rottier
Okay, I decided to go for the green CI result. But tests are now disabled on both Ubuntu and MacOs
Echo and noise suppression are part of the https://developer.mozilla.org/en-US/docs/Web/API/MediaTrackConstraints which we have partly implemented at https://docs.rs/web-audio-api/latest/web_audio_api/media_devices/struct.MediaTrackConstraints.html I think it's a reasonable request to include them in the rust library -...
``` RESULTS: - # pass: 5061 - # fail: 382 - # type error issues: 0 ```
Hello and thanks for flagging. We use the symphonia library for decoding and it appears they do not have support for opus yet https://github.com/pdeljanov/Symphonia/issues/8 Adding opus capabilities directly into this...
Thanks for understanding. I'm leaving this issue open for visibility and future reconsideration. Regarding *encoding*, in #508 we plan to add support for more types so perhaps that might result...
Requires rust 1.76.0, we currently have MRSV 1.71 In #500 we intend to bump to 1.75
The ALSA audio driver reports it cannot find an audio device to play the output to. Are you able to play sounds in wsl2 via any other terminal command?
The webaudio backend could probably do a bit better than throwing this uncaught error. I should read up on the recent `onerror` spec addition. Perhaps in case of these exceptions,...
Multi channel is now supported, however we need to add one bit still: > There is still a todo regarding input number of channel changes (i.e. from stereo to mono),...
Released today 🎊