forked from mrq/DL-Art-School
generate longer mels?
This commit is contained in:
parent
58f26b1900
commit
6cc0405c7c
|
@ -50,7 +50,8 @@ def process_folder(folder, base_path, output_path, progress_file, max_duration,
|
||||||
to_combine.append(load_audio(audio_file, 22050))
|
to_combine.append(load_audio(audio_file, 22050))
|
||||||
file_ordinal = int(files[i])
|
file_ordinal = int(files[i])
|
||||||
if last_ordinal != -1 and file_ordinal != last_ordinal+1:
|
if last_ordinal != -1 and file_ordinal != last_ordinal+1:
|
||||||
break
|
last_ordinal = file_ordinal
|
||||||
|
continue
|
||||||
else:
|
else:
|
||||||
i += 1
|
i += 1
|
||||||
total_progress += 30
|
total_progress += 30
|
||||||
|
|
Loading…
Reference in New Issue
Block a user