Replies: 1 comment 6 replies
-
|
Hi, I use 32-bit with the default |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, thank you for the great work. I have migrated now to release 2.0, but I'm wondering a bit on the bits per sample.
I have seen you using the inmp441 microphone before, but there you had specifically added the 24bit with bitshift option.
I'm wondering how to correctly set it up in the new version. Do we still use the 32bits per sample? Or do I configure it as 24bit per sample, and change the mclk_multiple to 384?
thanks in advance!
Also for those looking to implement this new release on a ESP32-C6 variant. ESPhome states its not supported (due to abscense of PSRAM as discussed here) However, for a microphone only i2s setup this is not really required. So this can be circumvented by using this PR
`external_components:
components: [i2s_audio, psram]
refresh: 1h`
Beta Was this translation helpful? Give feedback.
All reactions