The Teensy 4.1 is famously powerful, with a 600MHz ARM Cortex-M7, a 64-bit floating point unit, gobs of flash and RAM (which are expandable!) and certain interfaces that are ideal for audio processing, like I2S and S/PDIF. This Programmable Guitar Pedal combines the intense processing power of the Teensy with a high-quality ADC and DAC audio chipset, the WM8960, to create the ultimate in customizable guitar effects pedals.
The Teensy Audio Library is a very well-written and easy-to-use audio processing library which is perfect for applications like this. The documentation includes a few examples of simple effects like Bitcrusher and Delay, and it’s amazing that each effect is only a hundred or so lines of code. There is even a GUI application to help you design and tweak the audio processing, so you can quite literally create just about any sound you can imagine. The possibilities are truly endless!
If you’re a guitar player and are willing to learn a bit about how the Teensy Audio Library works, this could become a key part of your pedal lineup. It’s designed to fit into a Hammond 1590B enclosure, a very popular enclosure for guitar pedals, so you can decorate it and make it uniquely your pedal. Check out the full listing page for all the details!