Joel Strait

Results 4 issues of Joel Strait

As an example, suppose a `"fmt "` chunk has a stated size of 30 bytes, and the format code is not `1` (and therefore the chunk should have an extension)....

Bug

Normally, the `"fmt "` chunk has an expected size based on the format code. For example: * Format code `1` (Integer PCM): 16 bytes * Format code `3` (Floating point...

Bug

If a *.wav file's `fmt ` chunk has a format code of `65534` (i.e. WAVE_FORMAT_EXTENSIBLE), it should have a `fmt ` chunk extension at least 22 bytes long. However, as...

Bug

When a `fmt ` chunk has the format code `65534` (i.e. WAVE_FORMAT_EXTENSIBLE) it is required to have a chunk extension of 22 bytes containing 3 fields. These fields, especially the...

Bug