arduino-audio-tools: Mixing Effects with the Input Signal
Yesterday, a user was proposing an Arduino Sketch for a Guitar Effects Pedal which is mixing the original input with an effect. Setting up a simple effect is easy, but I have never thought about how to mix the effect with the original input. He was proposing the following process chain (which I think is just ingenious): |-> AudioEffectStream –| I2SStream -copy-> MultiOutput -| |-> OutputMixer -> I2SStream |———————–| It took me quite some time Read more…