Commit Graph

1509 Commits (828d305e6c0664b2bb34cb15d45790a375fd72bc)

Author SHA1 Message Date
kfezer@gmail.com d72af17c0e modified: msm/msm
Added singing as a defualt skill
2017-05-18 16:51:17 -03:00
Åke Forslund 0c9f3ebefb Stop multi-sentence speech 2017-05-18 16:51:17 -03:00
SoloVeniaASaludar 36926953d6 + 2017-05-18 16:51:17 -03:00
Augusto Monteiro 'Sparky 190a72da8d #696 - checking connection 2017-05-18 16:51:17 -03:00
Åke Forslund ac05fd4fd0 Add coverage with nose2 and coveralls 2017-05-18 16:51:17 -03:00
Augusto Monteiro 'Sparky 92bc82be15 #696 - listening on connected 2017-05-18 16:49:07 -03:00
Augusto Monteiro 'Sparky 6a0f608207 #696 - installing skills on connect 2017-05-18 16:49:07 -03:00
Augusto Monteiro 'Sparky 0e7e779712 #696 - msm breaking in all erros 2017-05-18 16:49:07 -03:00
Chris b1abdba19c Fixed typo
There was a typo ("Lodaded" instead of "Loaded") which I have fixed
2017-05-18 16:49:07 -03:00
Art McGee f5ec8b74a3 Changes to record mycroft wake word when configured to do so. (#538)
NOTE: this doesn't check for disk space and doesn't clean up
file stored in /tmp/ called mycroft_wake_sucess<time>.wav

TODO: some cleanup should be considered.

Signed-off-by: Art McGee <amcgee7@jaguarlandrover.com>
2017-05-18 16:49:07 -03:00
SoloVeniaASaludar 2b50b90ccb bugfix/issue-688 2017-05-18 16:49:07 -03:00
SoloVeniaASaludar cf82d7db34 + 2017-05-18 16:49:07 -03:00
Åke Forslund ce554d06cf Disable maxAudioWithBaselineShift test (works locally but not on travis) 2017-05-18 16:49:07 -03:00
Åke Forslund 06e352476d Disable tests requiring pairing 2017-05-18 16:49:07 -03:00
Åke Forslund bc744c3476 Fix pep8 2017-05-18 16:49:07 -03:00
Åke Forslund aa0756a3f3 Enforce float as threshold value to pocked sphinx 2017-05-18 16:49:07 -03:00
Åke Forslund 4eb1c897b5 re-enable unittests on travis 2017-05-18 16:49:07 -03:00
Åke Forslund 0284103492 Disable failing tests for now while unittests are re-enabled 2017-05-18 16:49:07 -03:00
Åke Forslund 63ce4ced02 Remove pairing skill test since it's not part of core 2017-05-18 16:49:07 -03:00
Åke Forslund cb4ce7e481 Replace GoogleSTT with MycroftSTT 2017-05-18 16:49:07 -03:00
Åke Forslund cd088415d0 Fix init of local recognizer 2017-05-18 16:49:07 -03:00
Åke Forslund 028e0bf56d Both date formats tested. 2017-05-18 16:49:07 -03:00
Åke Forslund 2180c1872d Add dedicated directory for empty directory tests. 2017-05-18 16:49:07 -03:00
Åke Forslund 26b3423fb2 Correct test criteria for time format for scheduled skill.
Now matches current behaviour, previous behaviour is not a good idea since it depended on Locale.
2017-05-18 16:49:07 -03:00
Åke Forslund a56d8146a3 record.wav amplified.
Record test failed due to low signal in record.wav
2017-05-18 16:49:07 -03:00
Åke Forslund 484d4a9ce3 Move ignore SIGCHLD to entry points.
Ignoring SIGCHLD trips up unittests, this was done as the unittest loaded mycroft.skills.core
2017-05-18 16:49:07 -03:00
Augusto Monteiro 'Sparky e21acc2d12 #686 - update skill should only update unchanged skills 2017-05-18 16:49:07 -03:00
Augusto Monteiro 'Sparky 650df97f0e #683 - removing msm path configuration 2017-05-18 16:49:07 -03:00
Åke Forslund ae38e90ec7 Fix skill container.
Switch from Intent to IntentService.
2017-05-18 16:49:07 -03:00
penrods 236e639728 Bumping version number to allow new build with 'git' as a package requirement for 'msm' 2017-05-18 16:49:07 -03:00
Ethan Ward efa546836f Update audio accuracy test 2017-05-18 16:49:07 -03:00
Art McGee efd944e236 Fixes and Typeo's
Signed-off-by: Art McGee <amcgee7@jaguarlandrover.com>
2017-05-09 15:27:22 -07:00
Art McGee 04d20cfd6c This add comments to document the message class
Signed-off-by: Art McGee <amcgee7@jaguarlandrover.com>
2017-05-09 11:30:15 -07:00
kfezer@gmail.com d68b1dddb3 Changing how SSH is enabled.
Now using systemctl for both enabling and disabling\
	modified:   mycroft/client/wifisetup/main.py
2017-05-08 19:32:56 -07:00
Arron Atchison fb912215af Update main.py 2017-05-08 19:07:24 -07:00
kfezer c7af7cfc70 Merge pull request #744 from MycroftAI/feature/ssh-disable
Support for Mark 1 SSH > BLOCK menu item
2017-05-08 17:21:48 -07:00
Arron Atchison 3c42443e04 Update version.txt 2017-05-08 16:34:16 -07:00
kfezer@gmail.com d77709e1f9 Added command line calls to enable/ disable ssh
Fixed issue where ssh.enable was emitting wrong message
	Tested mycroft.dialog.get
	modified:   mycroft/client/enclosure/__init__.py
	modified:   mycroft/client/wifisetup/main.py
2017-05-08 16:30:51 -07:00
Arron Atchison 5e037c3f1f Version bump to 0.8.12 2017-05-08 15:49:22 -07:00
penrods 6428063531 Minor code restructure to simplify _record_phrase()
Basically just moved the signal-related code into a helper method.
2017-05-08 15:44:36 -07:00
penrods 6399644032 Improved handling of button press
Improved the way the button press is handled.  Now the listener gives the rest
of the system a moment to consume the button press before it interprets it
as a request to begin listening.

Also replaced the use of the "buttonPress" signal when "expect_response"
was indicated with an utterance.  Now the signal "startListening" is
created, differentiating it from a buttonPress.
2017-05-08 15:44:36 -07:00
Augusto Monteiro 131a8204da Merge pull request #735 from forslund/bugfix/issue-734
Enable config updates for skills in container
2017-05-08 14:58:21 -07:00
penrods 771d773931 Support for Mark 1 SSH > BLOCK menu item
This implements the handler for the Mark 1 menu item SSH > BLOCK (the inverse of SSH > ALLOW)
* Added handler for "unit.disable-ssh" on the serial line. This turns around and emits "mycroft.disable.ssh" on the messagebus.
* Removed the automatic reboot, just let the user know it will be different after a restart
* Made the spoken message translatable
* Changed mycroft.dialog.get() to not require the "lang" parameter.  It will default to the mycroft.conf value.
2017-05-08 13:37:18 -07:00
Augusto Monteiro afae353dc8 Merge pull request #738 from MycroftAI/feature/weather-icons
Restore the drawing of icons when showing weather.py
2017-05-08 11:24:26 -07:00
penrods 497de370a2 Restore the drawing of icons when showing weather.py
This implements the image drawing functionality of the lastest Mark 1 enclosure instead of the old numeric weather icon codes.
2017-05-07 19:53:24 -07:00
Åke Forslund 4910f4c1d3 Enable config updates for skills in container 2017-05-06 09:46:06 +02:00
kfezer 27c9a03a52 Merge pull request #733 from MycroftAI/hotfix/fix-demo-mode
Fixing demo mode, sending two events on message bus
2017-05-05 16:20:37 -07:00
Augusto Monteiro 'Sparky e77082baf7 Fixing demo mode, sending two events on message bus 2017-05-05 16:12:11 -07:00
Arron Atchison 80083f880d Update __init__.py 2017-05-05 14:18:26 -07:00
kfezer 8240e547bf Merge pull request #722 from SoloVeniaASaludar/feature/issue-721
i18n: Spanish normalize_es
2017-05-05 13:44:24 -07:00