Arduino Audio Tools: Audio Effects

Introduction I was playing with the thought of building some Arduino Based Guitar Effects Pedals. With that in mind, I have added some simple sound effects to my Arduino Audio Tools Library and this is fitting quite nicely into the overall design. Overall Design SineWaveGenerator<int16_t> sine; GeneratedSoundStream<int16_t> stream(sine); AudioEffectStream effects(stream); Read more…