Is there a way to find out the duration length of .wav without actually playing it ?
Printable View
Is there a way to find out the duration length of .wav without actually playing it ?
Use mcisendstring to do it
look through MSDN for more info, i can't be bothered to type it here
You can read it from the file header. Look up WAVEFORMATEX in MSDN.