Matthew D. Scholefield
1df998427e
Fix model folder in manifest
2017-07-06 14:22:45 -05:00
Michael Nguyen
f361392628
Merge branch 'dev' of https://github.com/MycroftAI/mycroft-core into feature/skill-configuration
2017-07-06 12:40:50 -05:00
Michael Nguyen
bf48d7b6fb
[WIP] need to implement PATCH
2017-07-06 12:40:21 -05:00
Ethan Ward
de4adb955b
Remove uuid dependency; has been pulled into python standard library
2017-07-06 12:14:48 -05:00
Ethan Ward
738c181140
Removed unused dependencies from requirements.txt
2017-07-06 12:13:18 -05:00
Augusto Monteiro 'Sparky
f23028949c
#871 - Checking only tracked files
2017-07-06 08:06:02 -07:00
Augusto Monteiro 'Sparky
31637173db
#871 - Adding comment
2017-07-06 08:06:02 -07:00
Augusto Monteiro 'Sparky
dfa64942ea
#871 - Updating only if doesn't have commit
2017-07-06 08:06:02 -07:00
Augusto Monteiro 'Sparky
9d9429a664
#871 - Using grep -q
2017-07-06 08:06:02 -07:00
Augusto Monteiro 'Sparky
ba8a496be4
#871 - Instead of deleting the file just add .pyc
2017-07-06 08:06:02 -07:00
Augusto Monteiro 'Sparky
e54b74f23c
#871 - Fixing skill update on msm
2017-07-06 08:06:02 -07:00
Augusto Monteiro 'Sparky
cde749a2fa
#871 - Updating all skills
2017-07-06 08:06:02 -07:00
Åke
7bab1d1e21
Merge pull request #804 from forslund/feature/issue-803
...
TTS playback thread
2017-07-06 12:15:48 +02:00
Åke Forslund
f714a5a882
Stop current sentence immediately by terminating playback
2017-07-06 11:49:47 +02:00
Åke Forslund
7143e5ef93
Return True when button is pressed as well.
2017-07-06 11:48:40 +02:00
Åke Forslund
3be91fb84c
Allow "Stop" to clear playback queue
2017-07-06 09:41:22 +02:00
Åke Forslund
fb6fa54fd8
refactor Google tts to take advantage of playback thread
2017-07-06 09:39:28 +02:00
Åke Forslund
e528fa0bd3
Stop tts playback thread when needed
...
When
- Updating tts config
- KeyboardInterrupt
2017-07-06 09:39:28 +02:00
Åke Forslund
d378c9d1a6
Refactor Mimic class to keep caching functions in base class
2017-07-06 09:39:28 +02:00
Åke Forslund
0de3f49a82
Add threading for mimic tts
2017-07-06 09:34:33 +02:00
Åke
dbec69c457
Merge pull request #888 from MycroftAI/fix-wake-up
...
Fully fix wake up functionality
2017-07-06 07:55:17 +02:00
Matthew D. Scholefield
a33cc35b39
Fully fix wake up functionality
2017-07-05 17:37:26 -05:00
Matthew D. Scholefield
e11bb52853
Fix wake up
2017-07-05 17:11:26 -05:00
vavrek
d122eabc7d
Syntax, layout, and typo repairs. ( #819 )
...
* Syntax, layout, and typo repairs.
Fixed a bunch of spelling errors, punctuation problems, and layout inconsistencies. Clarified some of the language. Added a link to the `screen` man page.
* Chat link update
Added: https://mycroft.ai/to/chat/
* Added home.mycroft.ai as config option
* Capitalization and small syntax edits
2017-07-05 22:12:28 +02:00
Matthew D. Scholefield
c2b2134a12
Make Wake Word detection modular ( #876 )
...
This separates Pocketsphinx into its own class allowing other wake word recognizes to be switched in easier.
2017-07-05 14:26:34 -05:00
Åke Forslund
653d1e6f5e
Change logging level for missing dialog/vocab to debug
2017-07-05 19:37:33 +02:00
Åke Forslund
54783a1dd1
Minor cleanup
2017-07-05 19:35:26 +02:00
Åke Forslund
a2644bc97c
Load data files and decorated intent handlers automatically.
2017-07-05 19:35:26 +02:00
Åke Forslund
eb6cd79e52
Minor cosmetic fixes
...
- underscore in front of variables/methods not intended for users
- docstrings
- remove debug printout
2017-07-05 19:35:26 +02:00
Åke Forslund
7955feaec7
Add support for decorating handlers with intents
2017-07-05 19:35:26 +02:00
Teagan Glenn
e0a88667ee
Configs for kaldi
2017-07-05 10:02:35 -06:00
Teagan Glenn
5d1cb4dbdf
Use config var
2017-07-05 09:10:15 -06:00
Michael Nguyen
565b8a56af
Merge branch 'dev' of https://github.com/MycroftAI/mycroft-core into feature/skill-configuration
2017-07-05 10:10:13 -05:00
Michael Nguyen
de51d9aa4e
fixed test
2017-07-05 10:10:09 -05:00
Teagan Glenn
a64862cf41
Fixes based on PR comments
2017-07-05 09:06:08 -06:00
Teagan Glenn
f795ea0237
Kaldi STT
2017-07-04 15:46:08 -06:00
Åke
b5fc8bd035
Merge pull request #875 from nealmcb/bugfix/issue-874
...
Fixes #874 . start.sh now handles $WORKON_HOME
2017-07-03 11:33:59 +02:00
Neal McBurnett
86d1547da3
Fixes #874 . start.sh now handles $WORKON_HOME
2017-07-02 15:51:46 -06:00
Åke
727df4a43d
Merge pull request #870 from vavrek/patch-2
...
Minor Typo Fixes
2017-07-02 10:02:55 +02:00
Michael Nguyen
b6a7234be3
Merge branch 'dev' of https://github.com/MycroftAI/mycroft-core into feature/skill-configuration
2017-06-30 17:36:08 -05:00
Michael Nguyen
01d8a0caf7
[WIP] need to add PATCH for settingsmeta.json
2017-06-30 17:36:04 -05:00
Connor Penrod
0108a262b5
Merge pull request #868 from MycroftAI/bugfix/issues-849
...
Added ./mycroft.sh restart functionality
2017-06-30 17:06:50 -05:00
Åke
97af70bb86
Merge pull request #857 from JarbasAI/patch-16
...
Read Blacklisted skills from config
2017-06-30 22:08:01 +02:00
Jarbas
2c0ed93e4b
pep8
2017-06-30 20:27:33 +01:00
Åke
cd8324dfa1
Merge pull request #869 from MycroftAI/feature/amc-comments
...
Feature/amc comments
2017-06-30 21:20:16 +02:00
vavrek
007e0fe970
Minor Typo Fixes
...
"detached" and "reattach" spelling repairs.
2017-06-30 21:12:30 +02:00
kfezer
cc129f615d
Update message.py
2017-06-30 10:03:24 -07:00
Art McGee
3872dafd81
This add comments to document the message class
...
Signed-off-by: Art McGee <amcgee7@jaguarlandrover.com>
mycroft/messagebus/message.py
2017-06-30 09:57:00 -07:00
Art McGee
94e8705264
Fixes and Typeo's
...
Signed-off-by: Art McGee <amcgee7@jaguarlandrover.com>
mycroft/messagebus/message.py
2017-06-30 09:54:15 -07:00
general-shift
d96b975b7a
Added ./mycroft.sh restart functionality
2017-06-30 11:26:34 -05:00