Track length not being calculated in for Wav files

Issue #78 resolved
IJabz repo owner created an issue

Needs completing in org.jaudiotagger.audio.wav.chunk.WavFormatChunk

Comments (4)

  1. IJabz reporter

    Done for non-compressed wavs, also added getByteRate() method to AudioHeader to make things a bit clearer.

  2. IJabz reporter

    Now calculates track length based on totalNoOfsamples/SampleRate where it can, which is better for compressed data.

  3. Log in to comment