Skip to content
New issue

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

[Feature request] Add ability to restrict commands to a particular engine e.g. wav2letter #205

Closed
knausj85 opened this issue Jan 15, 2021 · 2 comments
Milestone

Comments

@knausj85
Copy link

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

@lunixbochs lunixbochs added this to the v0.1.5 milestone Jan 15, 2021
@lunixbochs
Copy link

note that on top of this we can't currently tell the difference between sconv and gen2 models from python

@lunixbochs
Copy link

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'}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants