-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
External Delay #21
Comments
@finnwoodman @chipaudette What is your project and speed/memory needs? |
Thank you for your fast reply. I guess SD card will be to slow as I am processing live sound. So, what I want to create is a 2sec echo loop of a microphone input. The overall goal is creating a kind of simple loop machine. Like this with much more duration.... LINK to Video |
Great video! Adafruit has a couple flash breakouts. Here's one I've had parts on my bench for a while to build an effects pedal with a Tympan D. Sparkfun has a nice kit and I plan to use a flash memory chip in it. Just need the time to work out the power supply... |
@finnwoodman, currently the hardware has no place to add external memory. So, you have the same memory as a Teensy 3.6. If you need additional RAM, you'll need a product like the blackaddr Teensy Guitar Audio Shield: http://blackaddr.com/products/. It has options that you can include when you place your order to add a 4Mbit or 8Mbit memory IC. |
Hej Tympan Crew,
I just stumbled across your incredible audio board. It looks like the perfect alternative for what I am doing with the teensy audio board right now. I was wondering whether Tympan has the capabilities to use something to Teensy Audio's AudioEffectDelayExternal. This allows creating longer lasting delays by using additional memory – either placed on the pcb directly or by incorporating a custom memory board.
Best regards, Max
The text was updated successfully, but these errors were encountered: