SnijderC / dyplayer

Abstracton for DY-XXXX mp3 player modules over UART.
Other
110 stars 30 forks source link

8 char filenames and paths won't play #58

Open larrybud2004 opened 10 months ago

larrybud2004 commented 10 months ago

This may be related to the board I'm using, I have the "koobook module . The chip on it is the DY1703A.

https://www.amazon.com/dp/B07YFPBGF8?psc=1&ref=ppx_yo2ov_dt_b_product_details

I have files in folders, everything works great except I cannot play a sound which has a folder which is 8 characters, or the filename (excluding .Ext) which is 8 characters. Took a bit to figure out why some of my sounds were skipped over, but I narrowed it down to that.

I checked the command bytes which were being sent and they appear correct, so I'm wondering if 8 char filenames/folders were tested or if this might just be a limitation of my board? Not a big deal on my end but it sure took some figuring out.

SnijderC commented 8 months ago

IIRC names can be only 5 characters, excluding the extension. Are you saying it only worked with 4, or that 6 didn't work? Because the latter is expected.