Sam Clegg
Sam Clegg
Same with `.o`. Object files for wasm are still called `.o`, in general.
I've also seen plain old ` test_audio_worklet` flake.
This seems like its working around a larger issue here which is that audio worklet code cannot, in general, synchronize with the main thread. Is that true? If so, should...
(I guess the previous comment is really just about #24213)
> I think until recently it was possible to use futexes between the main and audio thread*, but something changed in Chrome that broke this. Let me delve into the...
> > I think until recently it was possible to use futexes between the main and audio thread*, but something changed in Chrome that broke this. Let me delve into...
Actually I just heard back from webaudio folks who pointed out that [spec](https://webaudio.github.io/web-audio-api/#AudioWorkletProcessor) for AudioWorkletProcessor says: "This interface represents an audio processing code that runs on the audio rendering thread."...
> > Actually I just heard back from webaudio folks > > [snip] > > I'll look into it. There was a change in Chrome that seemed to break this...
If this is a bug in libc++ then perhaps its best to file it upstream? Are you able to reproduce on your desktop system, linking against libc++? For example, using...
Since this option was only turned off by default in 4.0.2 we could wait a few more releases before removing it? Its conceivable that some users might be depending on...