Closed mofr closed 4 years ago
For example:
Looks like wav file is found, but it's too short.
Working examples:
The reason was in the class Wav. It was reading the first chunk only and it was of the PAD type in the examples above. Now it's implemented correctly - all data chunks are read, all other chunks are skipped.
For example:
Looks like wav file is found, but it's too short.
Working examples: