Otto Rottier
Otto Rottier
> Absolutely not related to the issue but, I'm happy it's out there and quite usable: https://www.npmjs.com/package/node-web-audio-api :) > > (I will probably move the repo to my team's organization,...
Ready for final comments
Good point, but it's hard to find a middle ground The IDL is ``` dictionary AudioNodeOptions { unsigned long channelCount; ChannelCountMode channelCountMode; ChannelInterpretation channelInterpretation; }; ``` We could go entirely...
To be continued with #220
Another option would be to keep a copy of every AudioParamEventTimeline in the control thread. Insert the event first locally in the control side copy. Reject if it will 'panic',...
Fixed with #412
Revisiting this, I think it would be a mistake to tie the lifetime of the Destination and the Listener to the AudioContext. Other nodes are allowed to outlive the context,...
Thanks for bringing this to my attention @jorgesumle This library only lists the opengraph fields as-is, and it is lemmy that then tries to fetch the listed URLs, so I...
A solution for the segfaults could be to run the rust implementation of the audiounit backend: https://github.com/mozilla/cubeb-rs/pull/75#discussion_r946494221