usb to fft1024

Status
Not open for further replies.
Im having a problem getting the fft1024 to get a proper reading, although everything seems to be set up properly. fft1024_1.available() just does not seem to ever be available, even though my USB type is audio, and my computer is correctly outputting to the teensy. I have attached my code below
 

Attachments

  • Screen Shot 2021-08-31 at 9.07.30 PM.png
    Screen Shot 2021-08-31 at 9.07.30 PM.png
    43.4 KB · Views: 29
  • Screen Shot 2021-08-31 at 9.07.19 PM.png
    Screen Shot 2021-08-31 at 9.07.19 PM.png
    84.9 KB · Views: 37
You need to fire up the audio chain which means including at least one class that can drive it, such as i2s_output.
From what I recall USB doesn't drive the chain, its expects something else to do it.

Please dont post images of text, not searchable or copy/pastable.
 
Status
Not open for further replies.
Back
Top