-
Hey I'm new to embedded rust programming and have a teensy 4.1 with audio boards. |
Beta Was this translation helpful? Give feedback.
Answered by
mciantyre
Sep 15, 2023
Replies: 1 comment
-
Hi there. From my understanding, the Teensy 4 audio boards use I2S signals for audio data. We don't have an I2S driver; see #141 for the last discussion. The only update I can provide: there's a user in the imxrt-rs matrix chat who's exploring a driver. If you're interested in driver development, there might be someone available for collaboration. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mciantyre
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there. From my understanding, the Teensy 4 audio boards use I2S signals for audio data. We don't have an I2S driver; see #141 for the last discussion.
The only update I can provide: there's a user in the imxrt-rs matrix chat who's exploring a driver. If you're interested in driver development, there might be someone available for collaboration.