MycroftAI / mimic2

Text to Speech engine based on the Tacotron architecture, initially implemented by Keith Ito.
Apache License 2.0
581 stars 103 forks source link

issue 19 fix, add ip as a parameter #22

Closed el-tocino closed 5 years ago

el-tocino commented 5 years ago

the else wasn't returning as a byte stream which is what issue 19 was about.

Also adjusted the parameters to include IP address as an option. use --ip 127.0.0.1 (or whatever) to specify an ip, if not included will default to listening on all ip's.