-
Notifications
You must be signed in to change notification settings - Fork 704
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to open the sd card file while transmitting audio data to connected device through bluetooth a2dp (AUD-5602) #1245
Comments
audio_element_set_uri(fatfs_stream_reader, "/sdcard/test.mp3"); // i had set the same path still no luck
|
Have you set |
You can try set |
|
even i had tried smaller name (renamed test.mp3 to t.mp3) i tried with that still the same |
The SD card might be damaged. I recommend formatting the SD card and then trying again. |
But i have tried this example iam using esp32_lyrat_mini_v1.2 board |
button_press.txt |
All button should be work previous button and next button and volume up and volume down bluttooth stream should be controlled by gpio buttons |
|
What's your development board? In my way, the button flag is set by input key service
It's referenced in pipeline_a2dp_sink_stream |
The text was updated successfully, but these errors were encountered: