cmusphinx / node-pocketsphinx

Pocketsphinx bindings for Node.JS
Other
242 stars 47 forks source link

Graceful termination of the Decoder #56

Open carpteas opened 6 years ago

carpteas commented 6 years ago

Cannot find any API docs explaining how to terminate the Decoder gracefully. Do we need to do that or just calling decoder.endUtt() followed by setting decoder = null should be sufficient?

Thanks.