Skip to content

Commit 111abec

Browse files
committed
Merge branch 'bugfix/not_check_id3_frame_size' into 'master'
Fix a bug that not check id3 frame size See merge request adf/esp-adf-libs!285
2 parents 8ac67e6 + 7e87b9d commit 111abec

File tree

17 files changed

+2
-0
lines changed

17 files changed

+2
-0
lines changed

esp_audio/include/esp_audio.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ typedef void *esp_audio_handle_t;
3131
.vol_get = NULL,\
3232
.task_prio = 6,\
3333
.task_stack = 4 * 1024,\
34+
.resample_ch = 0,\
3435
}
3536

3637
/**
@@ -61,6 +62,7 @@ typedef struct {
6162
audio_volume_get vol_get; /*!< Get volume callback*/
6263
int task_prio; /*!< esp_audio task priority*/
6364
int task_stack; /*!< Size of esp_audio task stack */
65+
int resample_ch; /*!< The dest channel of resample */
6466
} esp_audio_cfg_t;
6567

6668
/**

esp_audio/lib/esp32/libesp_audio.a

572 Bytes
Binary file not shown.
1.34 KB
Binary file not shown.
1.34 KB
Binary file not shown.
1.34 KB
Binary file not shown.
1.34 KB
Binary file not shown.
1.43 KB
Binary file not shown.
480 Bytes
Binary file not shown.
532 Bytes
Binary file not shown.
-2.38 KB
Binary file not shown.

0 commit comments

Comments
 (0)