h4yn0nnym0u5e
Well-known member
Outstanding! And yes, the Teensy 4.1 should be way easier to work with, from a software point of view. They can be a bit delicate electronically, so take care. Did you order a Rev D audio adaptor as well? The pinout of the 4.x isn't the same as for 3.x, though you can cobble a 4.x and a Rev C adaptor together if you need to.
Ah, indeed, the SGTL5000 enable click. Very useful for debugging, but a bit annoying in Real Life.
I'm curious as to how apparent the system latency is going to be as you "pile on many more layers" during overdubbing etc. What you hear is a few milliseconds delayed from when it came off the SD card, and there's a delay from the recording input to the SD card write buffer. Probably only about 6-12ms, I think, but it might accumulate. You may need to use the optional startFrom parameter of the playback object to keep things aligned truly tightly. And of course punch-in is a whole 'nother game!
Ah, indeed, the SGTL5000 enable click. Very useful for debugging, but a bit annoying in Real Life.
I'm curious as to how apparent the system latency is going to be as you "pile on many more layers" during overdubbing etc. What you hear is a few milliseconds delayed from when it came off the SD card, and there's a delay from the recording input to the SD card write buffer. Probably only about 6-12ms, I think, but it might accumulate. You may need to use the optional startFrom parameter of the playback object to keep things aligned truly tightly. And of course punch-in is a whole 'nother game!