Ver 2.7.0 maybe

This commit is contained in:
litagin02
2025-08-24 11:27:27 +09:00
parent 4859d64e9f
commit c51c80fe1a
24 changed files with 173 additions and 33 deletions

View File

@@ -230,7 +230,7 @@ if __name__ == "__main__":
for t in threads:
t.start()
pbar = tqdm(total=len(audio_files), file=SAFE_STDOUT)
pbar = tqdm(total=len(audio_files), file=SAFE_STDOUT, dynamic_ncols=True)
for file in audio_files:
q.put(file)