Removed check_length from validate_input_file() (#1312)
Some audio formats like `gsm` does not have valid frame numbers when opened. But `libsox` can properly handle these audios, so checking if `length > 0` is not necessary and too strict.
Showing
Please register or sign in to comment