node-pocketsphinx
node-pocketsphinx copied to clipboard
Graceful termination of the Decoder
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.