You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can replace ret = cfg->read(raw_buf, max_raw_size); to read audio frame data and replace cfg->write(out_frame.buffer, out_frame.decoded_size); to save the decoded PCM data. When using these decoder API directly, make sure the input data is frame boudary.
github-actionsbot
changed the title
Canrt Make esp_flac_dec_decode or MP3 to work at all
Canrt Make esp_flac_dec_decode or MP3 to work at all (AUD-5807)
Oct 29, 2024
Can you provide simple example of using:
esp_flac_dec_decode
esp_mp3_dec_decode
esp_aac_dec_decode
As we cant make it to work in esp-idf v5.2.3 or any other.
docs are bad, cant make it sense to work and provide output to i2s
The text was updated successfully, but these errors were encountered: