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
e.g. to help prevent w2l from waking up
engine: wav2letter and mode: sleep - <phrase>: skip()
Use case: allows us to better support both Dragon and wav2letter in the community repository
The text was updated successfully, but these errors were encountered:
note that on top of this we can't currently tell the difference between sconv and gen2 models from python
Sorry, something went wrong.
engine scope landing in next beta and v0.1.5, and as a bonus you can also match the microphone name:
>>> scope.get('speech') {'engine': 'wav2letter', 'microphone': 'd:vice MMA-A'}
No branches or pull requests
e.g. to help prevent w2l from waking up
Use case:
allows us to better support both Dragon and wav2letter in the community repository
The text was updated successfully, but these errors were encountered: