Commit Graph

1573 Commits (370b51ff6af93a0a5e40bec6a2de6dbe978eaa5c)

Author SHA1 Message Date
Arron Atchison ff01f929eb Added variable in travis.yml and a check in install-msm.sh to disable creating opt/mycroft/skills 2017-04-03 13:33:28 -07:00
Arron Atchison c8c3b3d67f checking to see if opt/mycroft/skills exists and is writable 2017-04-03 12:30:47 -07:00
Augusto Monteiro 'Sparky 4d8f7f6e13 #630 - Updating msm install script 2017-04-03 11:45:26 -07:00
Augusto Monteiro 'Sparky 12620694b3 #630 - Fixing SkillInstaller, using text to match instead of exit code 2017-04-03 11:18:56 -07:00
Augusto Monteiro 601948ff3f Merge pull request #533 from MycroftAI/feature/issue-527
#527 - skill to skill installation
2017-03-31 15:04:54 -07:00
Augusto Monteiro 68be8f00c0 Merge pull request #619 from MycroftAI/feature/issue-618
#618 - Fixing volume skill
2017-03-31 14:29:01 -07:00
Augusto Monteiro 'Sparky b87b73ecc6 #618 - Fixing pep8 2017-03-31 14:12:17 -07:00
Augusto Monteiro 'Sparky 1bcdfc76b2 #618 - Fixing volume skill 2017-03-31 14:00:17 -07:00
Åke Forslund 67f6957739 Correct pkg-config package name 2017-03-31 11:51:14 -07:00
SoloVeniaASaludar f0b264d6c0 issue-610 2017-03-31 16:40:06 +02:00
Augusto Monteiro 13d99a29a0 Merge pull request #589 from MycroftAI/feature/issue-363
Open listener thread and then check for network connection
2017-03-30 17:19:37 -07:00
penrods bd23d26011 Implementing WolframAlpha changes from issue #600
This limits WolframAlphaSkill to only query WolframAlpha when the utterance doesn't match an intent (calling the fallback handler) and it contains an obvious question phrase.
2017-03-30 17:15:57 -07:00
kfezer dfc9799891 Merge pull request #558 from forslund/feature/issue-553
Add functionality to remove and restore intents.
2017-03-30 21:24:45 +00:00
kfezer 4b79bc077a Merge pull request #599 from MycroftAI/feature/issue-598
Implementing audio cache feature in issue #598
2017-03-30 20:50:43 +00:00
kfezer a475341346 Merge branch 'dev' into feature/issue-553 2017-03-30 20:49:36 +00:00
Steve Penrod 10ff5debd7 Adding missing import and improved error messages 2017-03-30 11:05:46 -07:00
kfezer a9caecc2b5 Merge pull request #603 from MycroftAI/revert-591-bugfix/issue-588
Revert "Fixes Issue 588"
2017-03-30 16:13:43 +00:00
kfezer 622765015d Revert "Fixes Issue 588" 2017-03-30 08:50:24 -07:00
penrods 0043e6c889 Implementing audio cache feature in issue #598
The TTS audio is now cached.  If the same TTS is requested again, the cached WAV and phoneme sequence is reused.

Major points:
* Created mycroft.util.get_cache_directory().  You can give this a domain, also.  The mycroft.conf can define where this directory resides, so enclosures can have this reside on a ramdisk, for instance.
* Created mycroft.util.curate_cache().  This retains a percentage of the disk size free.
2017-03-30 02:40:56 -05:00
kfezer f7c781d119 Update core.py
Fixed Pep8 Issue
2017-03-29 16:27:49 -07:00
Sergio Oller 70dc8183b0 Issues 568 - Fix dependencies to build latest mimic 2017-03-29 13:55:53 -07:00
kfezer 0446d58ba3 Merge pull request #578 from SoloVeniaASaludar/bugfix/issue-577
speech client, error in control of interval between calls to wakeup recognizer #577
2017-03-29 17:30:46 +00:00
kfezer 4c24466120 Merge branch 'dev' into feature/issue-553 2017-03-29 17:28:10 +00:00
kfezer 80b54296b3 Merge pull request #591 from MycroftAI/bugfix/issue-588
Fixes Issue 588
2017-03-29 16:40:06 +00:00
kfezer de27ad4caa Merge pull request #572 from SoloVeniaASaludar/bugfix/issue-571
Update core.py
2017-03-29 16:39:06 +00:00
kfezer cf4bc9a20d Update not.found.dialog
Fixed typo
2017-03-29 09:35:48 -07:00
kfezer 4e1b739474 Update choose.dialog
changed some wording
2017-03-29 09:35:28 -07:00
Augusto Monteiro 22eaa6dc89 Using https 2017-03-28 15:18:43 -07:00
Augusto Monteiro 93a59c57ec #527 - removing msm install from dev_setup 2017-03-28 11:20:00 -07:00
Augusto Monteiro 814f2fb441 #527 - fixing pep8 2017-03-28 11:20:00 -07:00
Augusto Monteiro 5ec0d0d48a #527 - cleaning all events 2017-03-28 11:20:00 -07:00
Augusto Monteiro 0c60da0883 #527 - cloning msm 2017-03-28 11:20:00 -07:00
Augusto Monteiro 5def9aceca #527 - Fixing rename 2017-03-28 11:20:00 -07:00
Augusto Monteiro 2b96f2dd19 #527 - Adding msm install script and renaming skill 2017-03-28 11:20:00 -07:00
Augusto Monteiro 1f363a245b #527 - skill to skill installation 2017-03-28 11:20:00 -07:00
kfezer@gmail.com 348a9111a2 modified: mycroft/skills/core.py
Fixed typo
2017-03-27 13:56:13 -07:00
kfezer d793c9893b Update README.md
Added note about it being default on dev
2017-03-24 14:08:32 -07:00
kfezer@gmail.com 7b43089a76 modified: mycroft/client/speech/listener.py
modified:   mycroft/util/__init__.py

Fixes 363
previously as pr Networking fix: resolves #363 #364

suggested by clccmh
2017-03-21 13:53:43 -07:00
Augusto Monteiro 0fe6ee65e0 Merge pull request #576 from forslund/expect_response
Add expect_response option to speak_methods
2017-03-20 14:55:24 -05:00
Augusto Monteiro 988f408c49 Merge pull request #587 from SoloVeniaASaludar/bufix/issue-586
Bufix/issue 586
2017-03-20 14:16:41 -05:00
SoloVeniaASaludar 4df486da82 Update mic.py 2017-03-20 19:41:33 +01:00
SoloVeniaASaludar 3c6a40c5ea Update mic.py 2017-03-20 19:40:30 +01:00
Augusto Monteiro 9dce2d7c5f Merge pull request #584 from MatthewScholefield/update-readme
Update readme for 3 build host setup scripts
2017-03-20 11:53:41 -05:00
Augusto Monteiro f6568bd8c6 Merge pull request #580 from forslund/bugfix/issue-579
Fetch all from mimic before updating
2017-03-20 11:42:05 -05:00
MatthewScholefield 09f5ac8626 Update readme for 3 build host setup scripts 2017-03-20 10:23:33 -05:00
Augusto Monteiro 90c4c8f0d5 Merge pull request #575 from SoloVeniaASaludar/bugfix/issue-574
i18n: create_wakeup_recognizer must be configurable
2017-03-20 09:58:13 -05:00
Åke Forslund 4a498d9721 Update mimic to version 1.2.0.2 2017-03-18 08:45:11 -05:00
Åke Forslund 04f411935f Fetch all from mimic before updating 2017-03-18 11:35:42 +01:00
SoloVeniaASaludar e63cb1d628 Update mic.py 2017-03-18 11:02:33 +01:00
Åke Forslund be8dd47250 Add expect_response option to speak_methods
if expect_response flag is set to True the stt will be triggered just as if the wakeword has been received or the button on the mycroft enclosure has been pressed.
2017-03-17 20:20:27 +01:00