Closed yoshuawuyts closed 6 years ago
Just noticed the constructor API is different from choo-tts. I think it'd be nice if they were similar, e.g.
choo-tts
app.use(require('choo-stt')) // old app.use(require('choo-stt')()) // new
Thanks!
Yeah for sure. I'm planning this for a 1.0.0 stable release, if I have to do a roadmap it wold be
Not sure if I'm missing anything else.
Solved in version 1.0.0 :tada:
1.0.0
woot! :D
Just noticed the constructor API is different from
choo-tts
. I think it'd be nice if they were similar, e.g.Thanks!