How to use PDM mic properly? #919
-
I saw in 2174cec , example about PDM mic is added. I have some question:
enum I2SFormat {
I2S_STD_FORMAT,
I2S_LSB_FORMAT,
I2S_MSB_FORMAT,
I2S_PHILIPS_FORMAT,
I2S_RIGHT_JUSTIFIED_FORMAT,
I2S_LEFT_JUSTIFIED_FORMAT,
I2S_PCM,
}; Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
pschatzmann
Jul 10, 2023
Replies: 2 comments 1 reply
-
I suggest that you read the documentation or just use the corresponding example |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pschatzmann
-
That would be my understanding as well: just notice that the new Driver is only available when you use the latest IDF versions. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I suggest that you read the documentation or just use the corresponding example