Adding parameter for output filename. Closes #519

This commit is contained in:
Haydon Ryan
2024-11-23 17:57:29 -06:00
parent 9c2a51e4cc
commit 6b72d67270
2 changed files with 11 additions and 2 deletions

View File

@@ -7,4 +7,5 @@ gen_text = "I don't really care what you call me. I've been a silent spectator,
# File with text to generate. Ignores the text above.
gen_file = ""
remove_silence = false
output_dir = "tests"
output_dir = "tests"
output_file = "infer_cli_out.wav"