This does look like a major contribution. Thank you Dragon!
Will this perform 24 or 32 bit conversion at 96khz? Because if it does this is very exciting for pro audio users. My personal interest is 24bit/44.1k.
I...
Hi Franz,
Are you using the Teensy as the Master? Since it stops working when the ESP32 is paused, do you think maybe the clocks stop? Do you think the Teensy is expecting the clock and the ESP32 stops sending it?...
Hello Jay,
This is really cool. I'm always thinking about MCU instrument design and you've got some really awesome designs here. I always think based on midi between the instrument and the synth, but all in one is...
Follow the pinout from the audio adaptor page. Revsision C. https://www.pjrc.com/store/teensy3_audio.html
Skip the master clock because this has a built in PLL.
WSEL = 23, BCLK = 9, DATAI = 22, GND = GND
Should...