We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 538c22e + 1a25dcb commit 17fe17dCopy full SHA for 17fe17d
examples/advanced_examples/record_while_play/main/example_record_and_play.c
@@ -343,7 +343,7 @@ void app_main(void)
343
#ifdef CONFIG_OUTPUT_STREAM_HTTP
344
pipeline_for_play = example_create_play_pipeline("https://dl.espressif.com/dl/audio/ff-16b-2c-44100hz.mp3", OUTPUT_STREAM_HTTP);
345
#else
346
- pipeline_for_play = example_create_play_pipeline("test.mp3", OUTPUT_STREAM_SDCARD);
+ pipeline_for_play = example_create_play_pipeline("/sdcard/test.mp3", OUTPUT_STREAM_SDCARD);
347
#endif
348
349
#ifdef CONFIG_INPUT_STREAM_ASR
0 commit comments