-
> I’d like to improve the distortion section a little. I like the fact that it has pre-EQ and post-EQ, allowing it better mimic a guitar amp’s preamp and speaker. I had previously thought that it used…
-
I don't know how to expand on the title information.after a certain point of playback,hysteresis begins to start introducing clicks that gradually progress to an explosion of dangerously loud noise.th…
-
Here's the reproduction only using standardized-audio-context: https://codesandbox.io/s/stupefied-surf-v8lnz
```javascript
const context = new OfflineAudioContext(2, 40, 44100);
const signal = …
-
Trying to compile on Ubuntu 18:04
I think I've installed all the required dependencies, but getting this in CMakeErrors
```
Determining if files soundcard.h exist failed with the following outp…
-
Arduino: 1.8.13 (Windows 10), TD: 1.53, Board: "Teensy 3.6, Serial + MIDI, 180 MHz, Faster, US English"
C:\Program Files (x86)\Arduino\arduino-builder -dump-…
-
KFR is a fast, modern C++ DSP framework
It is a header only library with the exception of one static library for the DFT portion. It seems like it would be relatively simple to wrap it into a Conan…
-
Running the inner algorithm with a discrete valued component (waveshaper) gives a result that is not discete and doesn't respect the bounds.
-
The [WaveShaper constructor](https://webaudio.github.io/web-audio-api/#dom-waveshapernode-waveshapernode) says that the internal slot `[[curve set]]` is initialized to false. But if the options dicti…
-
The description of the [WaveShaperNode](https://webaudio.github.io/web-audio-api/#waveshapernode) says linear interpolation is used (see also #87). But the fine details are a bit lacking.
Perhaps …
-
I think I discovered a bug in Tone.js. I was trying to get some help on the forum, but I didn't get a response, so I will try again here.
I want to change the pitch of the Pitchshifter over time. U…
Foaly updated
5 years ago