File managing for mp3 while using player with TFT #531
-
Hi,Phil, |
Beta Was this translation helpful? Give feedback.
Replies: 10 comments
-
Did you read the documentation about the AudioPlayer ? https://github.com/pschatzmann/arduino-audio-tools/wiki/The-Audio-Player-Class |
Beta Was this translation helpful? Give feedback.
-
ooops,it seems to be a veritable ali baba cavern! |
Beta Was this translation helpful? Give feedback.
-
Can i call a mp3 like that? const char startFilePath="/DIR2/CD Track 11"; |
Beta Was this translation helpful? Give feedback.
-
Yes - please note that the path is searched recursively: If you specify "/" it searches all subdirectories. |
Beta Was this translation helpful? Give feedback.
-
I think i made a mistake,last example didn't worked this one worked : const char startFilePath="/"; This one don't work: |
Beta Was this translation helpful? Give feedback.
-
I guess this depends on what the file system implementation allows, but I would expect that the syntax /DIR2 should work for all |
Beta Was this translation helpful? Give feedback.
-
No,/DIR2 nor DIR2/ works |
Beta Was this translation helpful? Give feedback.
-
The SD library was working fine. I make a small correction for the SDFAT library and it should work with the latest commit. I tested with
|
Beta Was this translation helpful? Give feedback.
-
Hey good news!! |
Beta Was this translation helpful? Give feedback.
-
the bluetooth communication is a bit hashed,do i level up the transmitter buffer (where?) or the receiver buffer (audiokit)? |
Beta Was this translation helpful? Give feedback.
Did you read the documentation about the AudioPlayer ? https://github.com/pschatzmann/arduino-audio-tools/wiki/The-Audio-Player-Class