FIXED THE ISSUE
Using the mixer in the correct way.
AudioInputI2S audioInput;
AudioMixer4 mixer;
AudioAnalyzeFFT1024 fft;
AudioOutputI2S audioOutput;
Type: Posts; User: milos
FIXED THE ISSUE
Using the mixer in the correct way.
AudioInputI2S audioInput;
AudioMixer4 mixer;
AudioAnalyzeFFT1024 fft;
AudioOutputI2S audioOutput;
Hey, thanks a lot! I did not know about the # button previously. I have now edited the post with more information you suggested!
Hey sorry to bother I am unable to read data from the left and right line-in at the same time.
I am using Teensy 4.0 with the Audio Board Rev D.
I have checked my (3.5mm jack) out with an...
Hello I want to use the deafult fft code with my teensy 4.0, teensy audio board and I have MAX4466 anlog mic and Adafruit I2S MEMS Microphone Breakout
Am I able to make this code work on one of...