mirror of https://github.com/coqui-ai/TTS.git
Fix #571
This commit is contained in:
parent
d0eb2e636f
commit
d85ee901d5
|
@ -299,4 +299,5 @@ if __name__ == "__main__":
|
|||
args = parser.parse_args()
|
||||
|
||||
c = load_config(args.config_path)
|
||||
C.audio['do_trim_silence'] = False
|
||||
main(args)
|
||||
|
|
Loading…
Reference in New Issue