Otto Rottier

Results 112 comments of Otto Rottier

Thanks for sharing your new insights. Interesting stuff. Let me get very straigth: the 'safe' version with `Arc` can still suffer from a corrupt buffer. Indeed, when the FFT thread...

The safe version is merged now. Also I added a small render thread CI benchmark for the AnalyserNode which will aid further measurements. Some more reading for our interest: -...

Hi @flosse, thanks for the kind words! It works on my machine ™ Do you happen to run on Linux with the ALSA sound system? We are currently looking into...

Thanks @flosse. I'm relieved to hear this fixes your playback issue. Deviating from the official specification for audio hosts that are unable to provide low latency is probably the sensible...

Hi, I'm experiencing the same issue. The loop keeps running but after a few days the bot does not respond anymore. @fliespl did you ever get to creating a patch?

I have done a small bit of optimizations on the rust side. Currently a process call spends 60% of time in the Node.js runtime, and 40% is spent on overhead...

I have made a small work in progress with the Worker method. On mobile now so will share some details later. It needs a lot of work still but I'm...

Hi @ggadwa, thanks for taking the time to write this up. Definitely not useless. It will indeed be tricky to break down, but let's try! First, the fact that Windows...

Thanks @ggadwa I have prepared the branch `feature/loop-logging` with extra logging - https://github.com/orottier/web-audio-api-rs/tree/feature/loop-logging I hope it will give us some extra information, but to be honest I have no clue...

@ggadwa Thanks for the information. I can't find anything suspicious in the log though, all seems to look normal. Are you sure the rest of your application is not causing...