Alan deLespinasse
Alan deLespinasse
Noise generation is done in the main thread, which is generally pretty fast, at least for short responses, but it could potentially cause a glitch if you're trying to generate...
Maybe slower fade-in in the cross-channel responses?
In the web app.
Currently it's a BiquadFilterNode in lowpass mode (12dB/octave rolloff) with minimal resonance, sweeping down from a high frequency to a lower one (or sweeping up, or staying constant, depending on...
Could do full simulation of wall reflections. Or something simpler, like use the two suggested patterns in "About This Reverberation Business".
Chrome is now telling me it has disabled New Tab Redirect until I accept the new permissions, "Read the icons of the websites you visit". Is that a side effect...
When using a `/**/` [glob pattern for entry points](https://esbuild.github.io/api/#glob-style-entry-points), symlinked directories seem to be completely ignored. This is true with or without `--preserve-symlinks`. The included example uses `--preserve-symlinks` because it...
The Firebase Extension code created by `firebase ext:dev:init` does not build correctly when using TypeScript. ### [REQUIRED] Environment info **firebase-tools:** 14.26.0 **Platform:** Ubuntu under WSL2 on Windows 11 ### [REQUIRED]...