forked from MycroftAI/mycroft-core
-
Notifications
You must be signed in to change notification settings - Fork 0
update to latest dev #6
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This function replaces the class since the class doesn't provide any functionality
make stop-mycroft.sh also stop if skills are started from other module.
Upgrade to latest pip version
This will provide timezone info as well as now reference to the extracted sentences.
Add tzinfo to extracted datetime
- Move to test directory - Make runable module - Add some waiting to give Wakeword engine time to report back - Disable beep on found wakeword - Update gitignore directory
Now the test files for false negatives are simply put in the data/with_wake_word folder
Make audio accuracy test runnable again
Add a cl tool to start mycroft to listen: mycroft-listen Alternative triggers. #1357 - Added feature to activate via command line This can be triggered in most desktop enviroments via short cuts ==== Documentation Notes ==== Activates the mycroft listening feature. On branch feature/mycroft-listen_cli_tool Changes to be committed: new file: mycroft-listen
- Move code out of __init__.py - Correct spacing of docstrings - Make use of ' uniform - Add module level docstring
The DialogLoader class has been replaced by the simpler load_dialogs function.
Refactor mycroft.dialog
Common play skill tests
Tests for CommonQuerySkill
Make message.response keep source/dest info
Convert hash sign comments to double slash (# -> //)
Sets up a thread with a queue interface to handle the upload of timing information to the backend. Previously this was done in the emitter thread after a skill or subsystem had delivered their content to avoid slowing down the system. However massively parallell calls like the "mycroft.stop" message would starve the threadpool casuing the upload time to limit the execution speed of these.
Feature/timing out of thread
Skill tester used a "mocked" skill test class overriding some methods. This is no longer necessary since a normal dict will work just as well.
remove deprecated Settings class
Bump the version to the new 20.02 range
Added a "save_path" configuration for saved wake words and utterances.
Remove debug logging of stop message context
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
(Description of what the PR does, such as fixes # {issue number})
How to test
(Description of how to validate or test this PR)
Contributor license agreement signed?
CLA [ ] (Whether you have signed a CLA - Contributor Licensing Agreement