Hi,
I’m studying the minimad, in this function:
static
enum mad_flow output(void *data,
struct mad_header const *header,
struct mad_pcm *pcm)
{
….
}
1.How to get the total time of a mp3 file?
2.How to get the time stamp for player (not system time, it need return the position time stamp)?
Can somebody help me? Thanks a lot.