read mp3 file length (in seconds)

  • Thread starter Thread starter vertigo
  • Start date Start date
V

vertigo

Hello

How can i read how long is song (in mp3 file) ?
I use id3lib but as far as i see it can not be read from tags... ( or it
can ??)

Thanx
Michal
 
Hi,

Check codeproject.com I have seen several articles/code samples regarding
mp3s.

It would help if you check the standard to see how it's stored/calculated

cheers,
 
Check codeproject.com I have seen several articles/code samples
regarding
mp3s.

not found any for C# which will read MP3 file header :(

i found old library called strawberry but can't even compile it (many
errors).
Is it the only library which can read MP3 file header ???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top