Mp3 in psram #459
-
Hello, I am making a open source watch which can store and play mp3.There are two ways i can think of to store mp3.One is store Mp3 in sd card which is possible |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I am not aware of any API which would allow this. You can however use your watch as Bluetooth Speaker with the A2DP libary if you want to send music from the phone... You could also try to use an SD card directly w/o module to save space. |
Beta Was this translation helpful? Give feedback.
I am not aware of any API which would allow this. You can however use your watch as Bluetooth Speaker with the A2DP libary if you want to send music from the phone...
You could also try to use an SD card directly w/o module to save space.