Update TTS/engine_wrapper.py

Co-authored-by: drugsosos <44712637+Drugsosos@users.noreply.github.com>
pull/990/head
Jason 3 years ago committed by GitHub
parent 839fab2791
commit da1c3b0755
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -111,7 +111,7 @@ class TTSEngine:
f.write("file " + f"'{idx}-{idz}.part.mp3'" + "\n")
split_files.append(str(f"{self.path}/{idx}-{idy}.part.mp3"))
f.write("file " + f"'silence.mp3'" + "\n")
f.close()
os.system("ffmpeg -f concat -y -hide_banner -loglevel panic -safe 0 " +
"-i " + f"{self.path}/list.txt " +

Loading…
Cancel
Save