from local

This commit is contained in:
dohe0342 2023-01-27 16:40:01 +09:00
parent ddcb2310fd
commit 271f512b6e
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ if not os.path.exists(save_dir):
# strings = f.readlines()
wavs = sorted(glob.glob(f"{sys.argv[1]}/*.wav"))
for string in strings:
for string in wavs:
# Split the string into parts
parts = string.split("|")