Marcel Blum
Marcel Blum
#902 introduced a breaking change in that the file loader now assumes a given URL is unencoded. This is probably fine in most use cases but when loading local files...
When looking into #1037 I found that, contrary to the docs, calling `context.dispose()` does not really close the audio context. Looks like just an oversight. This fixes the following bug:...
The .npmignore file was causing files needed for manual build to be excluded from the project's folder when npm-installed. It's only about 500kb of files total and I noticed this...
Hello, does soul.exe support outputting to ASIO devices on Windows? I have been unable to get the CLI to even list my connected ASIO devices. Am I doing something wrong...
I think this must be related to Electron's deprecation of `app.allowRendererProcessReuse` and [related changes](https://github.com/electron/electron/issues/18397) introduced with Electron 14. I'm using Audify in Electron in the renderer process. But in Electron...
This is a fix for the following bug which occurs when trying to instantiate any effect node that uses an AudioWorklet (BitCrusher, JCReverb, etc.) if using Tone with a native...
If remote is in use in the renderer and the page is reloaded >10 times (via `location.reload()` or `webContents.reload()`), the following scary sounding warning appears in the Node console: ```...
First many thanks for providing what appears to be the only static prebuild of ffprobe for darwin-arm64 on the web. I noticed the ffprobe binary as npm-installed comes with unusual...
Just fixing a small console error in the benchmark demo.
The currently provided darwin-arm64 build is not 100% static. On my M1 Mac when I try to run it I get missing Homebrew dependency errors similar to those mentioned in...