-
audioWorklets with Open Frameworks work really well, as long as I do not use ofxOfelia as an addon: https://github.com/cuinjune/Ofelia
If I use it with `USE_PTHREADS`, I get error messages like this:…
-
https://webaudio.github.io/web-audio-api/#audioworklet
Any interest in this? @ferjm @Manishearth
It's using MessagePorts, coming soon to a neighorhood near you. https://github.com/servo/servo/p…
-
-
The [worklets spec currently claims](https://drafts.css-houdini.org/worklets/#code-idempotency)
> The following techniques are used in order to encourage authors to write code in an idempotent way:…
-
I'm testing out aurura for flac playback and it's working just fine on desktop. However in my mobile browser the audio is very choppy. There's a short pause every second or two.
I'm wondering if any…
-
I was expecting this to work also in the browser but I get `fs.readFileSync is not a function`
-
The Javascript implementation of emscripten_start_wasm_audio_worklet_thread_async does not print the reason for failure when calling the callback with success=false. This makes it very difficult to un…
-
https://github.com/emscripten-core/emscripten/issues/20349#issuecomment-1762155539 encountered problems with SharedArrayBuffer. Neither of the tutorials mentions CORS, so this was an inevitable error:…
-
### Is your proposal related to a problem?
The `AudioContext#createScriptProcessor` method is deprecated, the new way to process audio is through AudioWorklet.
Reference: https://developer.m…
-
After a lot of experimentation, to me it seems there is a field which Web Audio API doesn't cover as nicely as it could: crunching numbers on `AudioBuffer` objects -- i.e. when we have a `for` loop th…