How to read 24 bits frames with the I2S driver #9252
Answered
by
miketeachman
saraverbeecke
asked this question in
Libraries & Drivers
-
The docs of I2S state that the allowed sample sizes are 16 bits or 32 bits. How can we handle dataframes of 24 bits without too much manipulation? In the "old" I2S-examples repo of @miketeachman (prior to the merge in the official Micropython codebase) you could use for example |
Beta Was this translation helpful? Give feedback.
Answered by
miketeachman
Sep 8, 2022
Replies: 1 comment 3 replies
-
Can you describe what I2S device you are using that requires 24 bit audio samples? |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
saraverbeecke
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you describe what I2S device you are using that requires 24 bit audio samples?