Search found 1 match
- Sun Jul 03, 2022 12:24 pm
- Forum: ESP-ADF
- Topic: play_mp3_example errors
- Replies: 2
- Views: 6292
Re: play_mp3_example errors
Just replaced with this : typedef enum { I2S_COMM_FORMAT_STAND_I2S = 0X01, /*!< I2S communication I2S Philips standard, data launch at second BCK*/ I2S_COMM_FORMAT_STAND_MSB = 0X02, /*!< I2S communication MSB alignment standard, data launch at first BCK*/ I2S_COMM_FORMAT_STAND_PCM_SHORT = 0x04, /*!<...