We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I just set SAMPLE_SIZE_IN_BITS to 32, then it raised an exception, OSError: (-258, 'ESP_ERR_INVALID_ARG'), how to solve this?
SAMPLE_SIZE_IN_BITS
32
OSError: (-258, 'ESP_ERR_INVALID_ARG')
Board: ESP-WROOM-32 MicroPython: MicroPython v1.19.1 on 2022-06-18; ESP32 module with ESP32
# ======= AUDIO CONFIGURATION ======= TONE_FREQUENCY_IN_HZ = 340 SAMPLE_SIZE_IN_BITS = 32 FORMAT = I2S.MONO # only MONO supported in this example SAMPLE_RATE_IN_HZ = 48_000 # ======= AUDIO CONFIGURATION =======
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I just set
SAMPLE_SIZE_IN_BITS
to32
, then it raised an exception,OSError: (-258, 'ESP_ERR_INVALID_ARG')
, how to solve this?Board: ESP-WROOM-32
MicroPython: MicroPython v1.19.1 on 2022-06-18; ESP32 module with ESP32
The text was updated successfully, but these errors were encountered: