-
Использовать ворклеты для
- [ ] Воспроизведения озвучки
- [ ] Записи голоса пользователя
https://developer.chrome.com/blog/audio-worklet
-
I get a lot of comments on my project about choppy audio and dropped samples.
I think that implementing `AudioWorklet` when available instead of `scriptProcessorNode` should resolve those issues.
-
https://github.com/geekuillaume/node-audioworklet
Maybe use as alternative node backend?
Factors: delay, available formats, easiness of install.
-
Hey Jamie,
I've found we've been working on similar example implementations recently and was wondering you would want to collaborate or even have a look at an example I'm working on which is a peer…
-
### 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…
-
Hi @brion, hope all is well. I saw a comment in web-audio-backend about adding support for Audio Worker and I was wondering if you were still planning to add AudioWorklet support as the ScriptProcesso…
-
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…
-
Remaining todos and ideas following #124
- [x] Review rules and fix number of channels outputs when input change
- [x] Use a pool of `Float32Array` channels to avoid allocation and GC (as much as…
b-ma updated
5 months ago
-
With the latest Emscripten:
```
emcc (Emscripten gcc/clang-like replacement + linker emulating GNU ld) 3.1.73-git (299be0bbfbbadfa926cb69380f0fffa3703b26c7)
```
This interactive audio worklet …
-
### Preflight Checklist
- [X] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [Code of Condu…