VS1005 player and recorder

Installing and using VSIDE tools for VLSI Solution's devices that contain a VSDSP signal processor.
User avatar
Panu
VSDSP Expert
Posts: 2829
Joined: Tue 2010-06-22 13:43

Re: VS1005 player and recorder

Post by Panu »

You can parse that information from the UART output of the player

Code: Select all

~050a'mytest.mp3
~030a=1
e.g. " ~ " means that ui message follows, " 050a " means that it's a Filename message, and " ' " means that it's a string.

-Panu
Post Reply