mirror of https://github.com/coqui-ai/TTS.git
Forcing do_trim_silence to False in the extract TTS script
This commit is contained in:
parent
d0eb2e636f
commit
b0aa189348
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue