After installing the latest version of the library, I get the following errors just after audio.setPinout(I2S_BCLK, I2S_LRC, I2S_DOUT); command:
E (11889) i2s_common: i2s_channel_disable(1116): the channel has not been enabled yet
E (11890) i2s_std: i2s_channel_reconfig_std_gpio(357): Invalid state, I2S should be disabled before reconfiguring the gpio
E (11897) i2s_common: i2s_channel_enable(1090): the channel has already enabled or not initialized
ESP32-S3-WROOM-1-N16R8
Should we add any command or config the latest version to work?