Hi,
Having previously used VS1005 in UART mode there was data returned on file position as a percentage.
Does something similar to this exist in VS1010?
VS1010 File Position
Re: VS1010 File Position
Hi!
Not in the ROM because the VS1010 is EXTREMELY cost optimized in regard to the memory size and what's in the memory, but the same VS1005 code probably would work if copied into a custom PlayerCallback function in the VS1010.
In any case, it would be something like u_int32 percentage = (auDec->inFp->pos * 100L) / auDec->inFp->fileSize;
-Panu
Not in the ROM because the VS1010 is EXTREMELY cost optimized in regard to the memory size and what's in the memory, but the same VS1005 code probably would work if copied into a custom PlayerCallback function in the VS1010.
In any case, it would be something like u_int32 percentage = (auDec->inFp->pos * 100L) / auDec->inFp->fileSize;
-Panu
Info: Line In and Line Out, VS1000 User interface, Overlay howto, Latest VSIDE, MCU Howto, Youtube
Panu-Kristian Poiksalo, VLSI Solution Oy
Panu-Kristian Poiksalo, VLSI Solution Oy