Skip to content

ESP32 with 32bitdepth not working #24

@darkhandz

Description

@darkhandz

I just set SAMPLE_SIZE_IN_BITS to 32, 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

    # ======= 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 =======

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions