We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
Faster STT turnaround time
Describe the solution you'd like
Use this version of pocketsphinx OpenNewsLabs/pocketsphinx-stt#5
Describe alternatives you've considered
NA
Additional context
Needs to be tested with electron DEP, by trying switching to
npm install [email protected]
and running npm run start:prod etc..
npm run start:prod
as separate issue worth looking into same segmentation and Multithread to speed up Mozilla DeepSpeech STT
The text was updated successfully, but these errors were encountered:
So unfortunately no worker threads in electron yet. I have been using the cluster api instead until this feature is no longer experimental. https://nodejs.org/dist/latest-v10.x/docs/api/cluster.html I have example code here https://github.com/vijayee/js-offs/blob/master/src/block-cache-cluster.js vs its worker counterpart https://github.com/vijayee/js-offs/blob/master/src/block-cache-worker.js
from electron/electron#15748 (comment)
Sorry, something went wrong.
seems like it's not compatible for now, so closing for now to revisit if this ever changes, or if there's time to refactor using cluster.
pietrop
No branches or pull requests
Is your feature request related to a problem? Please describe.
Faster STT turnaround time
Describe the solution you'd like
Use this version of pocketsphinx OpenNewsLabs/pocketsphinx-stt#5
Describe alternatives you've considered
NA
Additional context
Needs to be tested with electron DEP, by trying switching to
and running
npm run start:prod
etc..as separate issue worth looking into same segmentation and Multithread to speed up Mozilla DeepSpeech STT
The text was updated successfully, but these errors were encountered: