Search results

  1. M

    Unable to read data from left and right line in at the same time

    FIXED THE ISSUE Using the mixer in the correct way. AudioInputI2S audioInput; AudioMixer4 mixer; AudioAnalyzeFFT1024 fft; AudioOutputI2S audioOutput; AudioConnection c1(audioInput, 0, mixer, 0); AudioConnection c2(audioInput, 1, mixer, 1); AudioConnection c3(mixer...
  2. M

    Unable to read data from left and right line in at the same time

    Hey, thanks a lot! I did not know about the # button previously. I have now edited the post with more information you suggested!
  3. M

    Unable to read data from left and right line in at the same time

    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 oscilloscope and seems like the correct sinewaves are showing up, also the code works for the left channel...
  4. M

    Sorry I am unable to get any readings from FFT

    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 these microphones, if yes how should I connect them? I am unsure of how does the audio board work and...
Back
Top