Forcing do_trim_silence to False in the extract TTS script

This commit is contained in:
Adam Froghyar 2021-06-14 10:44:00 +02:00
parent d0eb2e636f
commit b0aa189348
1 changed files with 1 additions and 0 deletions

View File

@ -299,4 +299,5 @@ if __name__ == "__main__":
args = parser.parse_args()
c = load_config(args.config_path)
c.audio['do_trim_silence'] = False # IMPORTANT!!!!!!!!!!!!!!! disable to align mel
main(args)