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
feat/listening_modes #150
feat/listening_modes #150
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #150 +/- ##
==========================================
+ Coverage 50.35% 53.59% +3.24%
==========================================
Files 119 152 +33
Lines 10077 9725 -352
==========================================
+ Hits 5074 5212 +138
+ Misses 5003 4513 -490
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
135f84b
to
48f07d6
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any idea why codecov is annotating unmodified lines? Makes the PR hard to read...
0c59a1a
to
8038f9b
Compare
cc2cf9a
to
7980ae5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self._listen_triggered should be set to False here to avoid an infinite listening loop
|
Tested in NeonGeckoCom/neon_speech#96 |
first pass at continuous dialog and recording modes
ensure all word types emit a corresponding loop event unify logic under new helper method
ae200c1
to
1f5fb2c
Compare
adds ListenMode, this is globally set in mycroft.conf and can be one of the following
adds ListeningState, this is a runtime state and can be one of the following
other notes:
"recognizer_loop:record_end"