mirror of
https://github.com/wassname/TTS.git
synced 2026-09-11 12:00:24 +08:00
Merge pull request #572 from a-froghyar/fix-extract-tts-script
Forcing do_trim_silence to False in the extract TTS script
This commit is contained in:
@@ -299,5 +299,5 @@ if __name__ == "__main__":
|
||||
args = parser.parse_args()
|
||||
|
||||
c = load_config(args.config_path)
|
||||
C.audio['do_trim_silence'] = False
|
||||
c.audio['do_trim_silence'] = False # IMPORTANT!!!!!!!!!!!!!!! disable to align mel
|
||||
main(args)
|
||||
|
||||
Reference in New Issue
Block a user