Skip to content

Commit 17fe17d

Browse files
committed
Merge branch 'bugfix/update_correct_file_name' into 'master'
update correct audio file name in record_while_play example See merge request adf/esp-adf-internal!761
2 parents 538c22e + 1a25dcb commit 17fe17d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/advanced_examples/record_while_play/main/example_record_and_play.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ void app_main(void)
343343
#ifdef CONFIG_OUTPUT_STREAM_HTTP
344344
pipeline_for_play = example_create_play_pipeline("https://dl.espressif.com/dl/audio/ff-16b-2c-44100hz.mp3", OUTPUT_STREAM_HTTP);
345345
#else
346-
pipeline_for_play = example_create_play_pipeline("test.mp3", OUTPUT_STREAM_SDCARD);
346+
pipeline_for_play = example_create_play_pipeline("/sdcard/test.mp3", OUTPUT_STREAM_SDCARD);
347347
#endif
348348

349349
#ifdef CONFIG_INPUT_STREAM_ASR

0 commit comments

Comments
 (0)