Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaking I2S Changes in ESP32-Arduino 2.0.10+ #27

Open
connornishijima opened this issue Dec 21, 2023 · 0 comments
Open

Breaking I2S Changes in ESP32-Arduino 2.0.10+ #27

connornishijima opened this issue Dec 21, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@connornishijima
Copy link
Owner

If you compile Sensory Bridge firmware from source on the 2.0.10 version (or higher) of the ESP32 Arduino core, the microphone will not work, returning the same value on every frame.

Matt Crawford helpfully discovered that the I2S "right only" and "left only" modes swapped places between the 2.0.9 and 2.0.10 versions of the ESP32 Arduino core. And you can't even fucking install 2.0.9 anymore in the IDE, which doesn't help anyone.

Sensory Bridge works great from the pre-compiled .BIN in releases, but will fail unless the FMT_RIGHT_ONLY in i2s_audio.h is changed to FMT_LEFT_ONLY in the i2s_config struct. Once that change is made everything works again.

Why this changed, I don't know!

@connornishijima connornishijima added the bug Something isn't working label Dec 21, 2023
@connornishijima connornishijima self-assigned this Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant