YerkoPalma / choo-stt

:microphone: Simple speech-to-text in the browser for choo
MIT License
13 stars 3 forks source link

use a constructor? #2

Closed yoshuawuyts closed 6 years ago

yoshuawuyts commented 7 years ago

Just noticed the constructor API is different from choo-tts. I think it'd be nice if they were similar, e.g.

app.use(require('choo-stt'))   // old
app.use(require('choo-stt')()) // new

Thanks!

YerkoPalma commented 7 years ago

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.

YerkoPalma commented 6 years ago

Solved in version 1.0.0 :tada:

yoshuawuyts commented 6 years ago

woot! :D