Commit Graph

4773 Commits (simple_video)

Author SHA1 Message Date
Åke Forslund d8c7a76a78 mock XDG during doc build 2020-11-06 07:29:11 +01:00
Åke Forslund 39e8c21540 Fix issues with .readthedocs file
- Rename it to .readthedocs.yml
- Fix doc requirements path
2020-11-06 07:28:39 +01:00
Kris Gesling 8b107ce733
Merge pull request #2742 from forslund/bugfix/vk-reset-config-spam
Fix Voight kampff reset of patched config
2020-11-06 14:38:28 +09:30
Kris Gesling 596a9b7cd6
Merge pull request #2748 from forslund/bugfix/load-stt-plugin
Fix typo preventing STT plugins to load
2020-11-05 06:51:50 +09:30
Åke 680269436c
Merge pull request #2745 from forslund/test/travis-build-mimic-once
Only build mimic once during travis tests
2020-11-04 21:20:50 +01:00
Åke Forslund 5bf2af861f Fix typo preventing STT plugins to load 2020-11-04 08:04:46 +01:00
Åke Forslund e552910660 Add sphinxdoc for plugins 2020-11-04 08:03:08 +01:00
Åke Forslund 50f049032b Add docstrings for Hotword base class 2020-11-04 08:03:15 +01:00
Åke Forslund de8803be34 Add docstring for STT base classes 2020-11-04 08:03:12 +01:00
Åke Forslund 5e633421c6 Improve docstrings for TTS 2020-11-04 08:03:08 +01:00
Åke Forslund c747b0487a Improve docstrings for audio service backend classes 2020-11-04 08:03:03 +01:00
Kris Gesling 4aebf3c50e
Merge pull request #2746 from forslund/bugfix/dev-setup-adapt
Enable utf-8 encoding during dev-setup.sh
2020-11-04 15:44:13 +09:30
Kris Gesling e3e01ee936
add reason for skipping Mimic build 2020-11-04 15:11:30 +09:30
Åke Forslund 0dadb580c3 Enable utf-8 encoding during dev-setup.sh 2020-10-30 13:04:29 +01:00
Åke Forslund 62817b1139 Only build mimic once during travis tests
Save some CPU cycles by only building mimic once. The build shouldn't
differ vastly (or at all) between runs.
2020-10-29 23:42:28 +01:00
Åke Forslund dfe909aa2e Add a log for when config is patched
Since we have a reset log a matching info message for when updating the
config should be shown
2020-10-29 08:05:32 +01:00
Åke Forslund 3de34003cf Use custom cleanup to reset patched config
original_config will now only live in the scenario part of the context
being automatically cleared at the end of each scenario. To reset the
patch a custom cleanup is added when the patch is performed.
2020-10-29 08:05:28 +01:00
Kris Gesling 0258009857
Merge pull request #2737 from MycroftAI/feat/appstore_warning
msm appstore warning
2020-10-28 16:13:18 +09:30
Kris Gesling 157607d728
Merge pull request #2739 from forslund/feature/travis-test-py3.9
Run unit tests on python 3.9 as well on PRs
2020-10-28 09:22:54 +09:30
Åke Forslund dd69b1da65 Run unit tests on python 3.9 as well on PRs 2020-10-27 17:22:13 +01:00
jarbasal 8b7a45d02f msm appstore warning 2020-10-26 16:44:52 +00:00
Åke 73e49949b0
Merge pull request #2735 from MycroftAI/bugfix/load-status
Ensure load_status is initialized on load failure
2020-10-26 08:47:54 +01:00
Kris Gesling 3ca15e9bb7 ensure load_status is initialized on load failure 2020-10-26 16:18:20 +09:30
Kris Gesling f809ab296c
Merge pull request #2731 from forslund/bugfix/sphinxdocs
Point sphinxdocs to new requirements.txt location
2020-10-26 14:56:11 +09:30
Kris Gesling 6301d19088
Merge pull request #2732 from AIIX/fix/pageinteractionparams
Fix/add missing skill_id parameter for page interaction and focus events
2020-10-26 11:34:48 +09:30
Aditya Mehra 3a33284f62 add missing skill_id parameter for page interaction and focus events 2020-10-23 13:34:01 +05:30
Åke Forslund 65656ac3f4 Point sphinxdocs to new requirements.txt location 2020-10-23 08:43:20 +02:00
Kris Gesling 23f8c3f5be
Merge pull request #2724 from forslund/feature/pyee-8.1.0
Update to pyee 8.1.0
2020-10-22 20:38:22 +09:30
Åke Forslund c04b6bbc3b Update adapt to a version with matching pyee 2020-10-22 11:43:06 +02:00
Åke Forslund 0a9de0ab7c Update to pyee 8.1.0
pyee 8.1.0 adds a small change to make the once call to be more safe in
multithreaded environments.

This switches back from the now deprecated BaseEventEmitter to the
standard EventEmitter.
2020-10-22 11:43:06 +02:00
Kris Gesling 11062dbd9c
Merge pull request #2721 from Nihvel/patch-1
Update __init__.py
2020-10-21 16:26:16 +09:30
Kris Gesling 8a1b989935
Merge pull request #2594 from forslund/feature/plugin-system
Plugin system for stt, tts, audioservices and wake word engines
2020-10-19 15:41:35 +09:30
Kris Gesling bee3b8c64a
Merge pull request #2725 from emphasize/add_arch_variants_to_devsetup
allow variants of arch (archarm, ...) to fetch dependencies (dev_setup.sh)
2020-10-16 16:25:59 +09:30
emphasize 0df9e40589 allow variants of arch (archarm, ...) to be processed 2020-10-16 00:13:53 +02:00
Juri Calleri 1795322035
Update __init__.py
trailing whitespace removed and double space after '.' dot restored
2020-10-15 15:13:17 +02:00
Juri Calleri 2a1b099390
Update __init__.py
fix for the issue #2630
2020-10-14 19:14:39 +02:00
Åke f3a534f3a9
Merge pull request #7 from MycroftAI/feature/plugin-system2
wake words plugin
2020-10-12 06:31:31 +02:00
jarbasal 02cb489f63 wake word plugins 2020-10-10 18:03:40 +01:00
Åke Forslund 112a983024 Fix pylint issues 2020-10-10 09:20:21 +02:00
Åke Forslund a2dc3482ef Fix logs when Mimic is not found
If Mimic was not found at all the LOG message would raise an exception,
this fixes that issue and cleans up Exception chain
2020-10-10 09:04:54 +02:00
Åke 58415e71d4
Merge pull request #2716 from el-tocino/mimic-arm-fix
Fix mimic build on arm
2020-10-09 08:31:22 +02:00
el-tocino 8005193769 revised mem calculation 2020-10-09 07:28:19 +02:00
Kris Gesling 6e058e48b5
Merge pull request #2713 from domcross/feature/mozilla_tts
Feature/mozilla tts
2020-10-07 11:39:54 +09:30
domcross 10ded43c65 Mozilla TTS
Clean up imports
2020-10-06 11:44:54 +02:00
domcross 99f534c1ad Mozilla TTS
remove custom cache code
improve url handling
2020-10-05 19:51:00 +02:00
Kris Gesling 7bd0e25466
Merge pull request #2706 from joshuajaharwood/feat/issue-2700
Issue-2700 - Allow for different Polly engines in config
2020-10-05 15:28:08 +09:30
domcross 12ec5cb9b7 Mozilla TTS
Cache handling
2020-10-02 21:48:55 +02:00
domcross d0fb378c56 Mozilla TTS
fix imports and example config
2020-10-02 14:10:41 +02:00
Åke b241f1de84
Merge pull request #2704 from MycroftAI/bugfix/settings-update-typeerror
Add optional message argument
2020-10-02 13:40:18 +02:00
domcross 65e30ba861 Mozilla TTS
fix codestyle
2020-10-01 21:03:52 +02:00