Closed DatGuy1 closed 4 years ago
Files that short should be filtered out before training.
I assume you used the _1_preprocess
script or did it manually?
Is it okay if I add checks to remove these shorter files?
edit:
I just checked, the preprocess script is supposed to have a min_duration param but it looks like it's not implemented correctly.
In extremely short files, such as Combine_soldiers/vo/ion.wav (Duration: 00:00:00.28, bitrate: 706 kb/s), the default block_size of 0.400 in meter isn't enough to pass pyloudnorm's valid_audio check.