File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ jobs:
400
400
id : idf-cache
401
401
with :
402
402
path : ${{ github.workspace }}/.idf_tools
403
- key : ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-20210923
403
+ key : ${{ runner.os }}-idf-tools-${{ hashFiles('.git/modules/ports/espressif/esp-idf/HEAD') }}-20220404
404
404
- name : Clone IDF submodules
405
405
run : |
406
406
(cd $IDF_PATH && git submodule update --init)
Original file line number Diff line number Diff line change @@ -364,7 +364,7 @@ audioio_get_buffer_result_t audiomp3_mp3file_get_buffer(audiomp3_mp3file_obj_t *
364
364
}
365
365
366
366
self -> samples_decoded += * buffer_length / sizeof (int16_t );
367
- return GET_BUFFER_MORE_DATA ;
367
+ return mp3file_find_sync_word ( self ) ? GET_BUFFER_MORE_DATA : GET_BUFFER_DONE ;
368
368
}
369
369
370
370
void audiomp3_mp3file_get_buffer_structure (audiomp3_mp3file_obj_t * self , bool single_channel_output ,
You can’t perform that action at this time.
0 commit comments