Closed pietrop closed 4 years ago
Is your Pull Request request related to another issue in this repository ?
NA
Describe what the PR does
Adds support for Mozilla DeepSpeech offline STT - see this PR description for more details https://github.com/pietrop/digital-paper-edit-electron/pull/2
State whether the PR is ready for review or whether it needs extra work
Ready for review
Leaving adding a progress to show progress of downloading the model as a nice to have for subsequent PR.
Additional context
Might need a bit of troubleshooting with conflicts between package.json and package-lock.json.
package.json
package-lock.json
I suggest resolving conflicts with the package.json and removing package-lock.json to then re-generate it via npm install
npm install
Is your Pull Request request related to another issue in this repository ?
NA
Describe what the PR does
Adds support for Mozilla DeepSpeech offline STT - see this PR description for more details https://github.com/pietrop/digital-paper-edit-electron/pull/2
State whether the PR is ready for review or whether it needs extra work
Ready for review
Leaving adding a progress to show progress of downloading the model as a nice to have for subsequent PR.
Additional context
Might need a bit of troubleshooting with conflicts between
package.json
andpackage-lock.json
.I suggest resolving conflicts with the
package.json
and removingpackage-lock.json
to then re-generate it vianpm install