Otto Rottier

Results 150 comments of Otto Rottier

Tangential discussion at https://github.com/WebAudio/web-audio-api/issues/2321 Suggesting occasional decoding errors should be ignored but logged.

Notice we have upgraded the symphonia lib since creating this ticket. Situation may already be better now

Good points. Maybe `AudioContextCapacityHint` is a better term, to make clear it's not a limit we enforce. Only in some `cfg(debug)` tests we can deny allocs. Also this is definitely...

Hi @sjm42, thanks for flagging, and glad to hear you were able to work this out. I'm keeping this issue open since I think it should be part of the...

Thanks for reporting. I had a quick look: a stray `` in the `` on that site seems to trick the parser into thinking the `` has started. The people...

Okay, I can pick this up next week. Feel free to open a PR if you are in a hurry

Thanks for adding a bit more info, but I think it's still incorrect. Maybe try something like `composer install`: downloads and installs the dependencies as specified in the `composer.lock` file....

Okay let me know when to take a look, a WIP PR that does not compile is fine too

Great. Yeah, the `removeEventListener` is tricky. Let's see how far we can come without overcomplicating stuff

It is probably easier to use many channels instead of one. So when a `AudioBufferSourceNode` is created, set up an `onended_channel`. Put the `Sender` inside the renderer. The `Receiver` alongside...