Play length of wave file?

  • Thread starter Thread starter Lars Stenberg
  • Start date Start date
L

Lars Stenberg

Hello!

I asked a similar question before but i havent been able to figure out
the answer so i make another try.

I need to get the play length of a wav file anyone have a code snipp
that i can get?

Regards,
Lars
 
Hi,


I will suggest you to find the structure of a wav file, maybe it keeps this
information on a header field or maybe it's calculated using the file
itself.

After you know that you can think of how to do it in C#

Cheers,
 
this seems like an entirely reasonble question-- have you checked out
directX9, do they expose a property like this?
 
Back
Top