Commit Graph

399 Commits (b7965564e1811e6497629c55cdff1d8215dbc537)

Author SHA1 Message Date
Ethan Ward b7965564e1 Replace outdated mustache library (#307)
* Change mustache library to Pystache

* Remove unneeded import
2016-07-28 10:15:43 -05:00
Ethan Ward 524c5e0956 Issues #56 - Move TTS process killing to speech client (#308)
* Issues #56 - Move stop functionality into speech client

* Fix pep8

* Issues #56 - Remove old kill
2016-07-28 10:13:14 -05:00
Ethan Ward 48e4c2c245 Fix install-pygtk to use new version of cairo (#306) 2016-07-28 10:09:50 -05:00
Ethan Ward 49d644ff25 Issues #194 - Clean up Wolfram syntax (#302)
* Issues #194 - Clean up Wolfam syntax

* Issues #194 - Localize regex

* Issues #194 - fix pep8

* Issues #194 - Address feedback
2016-07-28 10:08:41 -05:00
Wolfgange3311999 ca4b189638 Fixed enclosure hardware test issue 2016-07-27 16:37:52 -05:00
Matthew D. Scholefield fde0f32863 Hardware test (#305)
* Added mic test to enclosure

* Added system.test enclosure commands

This also improves the audio test method; it now uses its own voice to make the test faster to perform

* Added set function to mycroft configuration
This allows setting config values to a particular section in the user config

* Added upload and test on first boot features

* Added mute test to enclosure
2016-07-27 15:25:31 -05:00
Ethan Ward bfacbe0087 Issues #259 - Move scripts out of root directory (#301) 2016-07-27 09:36:47 -05:00
Arron Atchison 88462685d3 fix a typo naming the new volume sound 2016-07-21 15:39:09 -05:00
Arron Atchison 96d2ad5e3e version bump 2016-07-21 14:30:47 -05:00
Matthew D. Scholefield db93da82f5 Added aknowledgement for sound effect 2016-07-21 13:43:12 -05:00
Arron Atchison b5dce51175 Merge pull request #300 from Wolfgange3311999/bugfix/issues-299
The volume knob now plays a noise for feedback
2016-07-21 13:15:59 -05:00
Arron Atchison 549d5fa98d Enclosure version bump 2016-07-21 12:21:12 -05:00
Arron Atchison 6efdbaf97c Merge pull request #298 from aatchison/feature/remove-build-scripts
Feature/remove build scripts
2016-07-21 12:19:43 -05:00
Wolfgange3311999 06d810903c Added different behavior when the volume is at max
Now it aknowledges the when you ask it to increase and it is at max.
When playing a noise, no noise is played
2016-07-21 11:15:55 -05:00
Wolfgange3311999 d81cc07573 Moved volume wav file and added to manifest 2016-07-21 10:07:49 -05:00
Wolfgange3311999 6fd22902a1 The volume knob now plays a noise for feedback
Before it would speak the response and degrade the UX
2016-07-20 21:22:16 -05:00
Arron Atchison e9c7d5bd6a Merge branch 'master' into feature/remove-build-scripts 2016-07-20 13:11:09 -05:00
Arron Atchison c67e0e4d6f localized regex files now included in the manifest file 2016-07-20 11:28:10 -05:00
Arron Atchison 4347ab06c2 added regex to base manifest 2016-07-20 11:16:20 -05:00
Arron Atchison d77b927897 added regex to base manifest 2016-07-20 10:55:52 -05:00
Ethan Ward 3f0de9537e Revert "Issues #259 - Move scripts and config out of root directory" (#297) 2016-07-18 15:47:46 -05:00
Ethan Ward b60bd99e79 Fix unused imports (#296) 2016-07-18 15:45:11 -05:00
Ethan Ward 743c430996 Update test coverage to include loading vocab (#294)
* Issues #226 - Add tests for adding vocab

* pep8

* Issues 226 - Update tests

* Issues #226 - Remove debug lines
2016-07-18 15:44:36 -05:00
Ethan Ward 69f3a6cd7a Issues #259 - Move scripts and config out of root directory (#285) 2016-07-18 15:44:25 -05:00
Arron Atchison 6a42277975 removed publish scripts 2016-07-18 13:54:19 -05:00
Arron Atchison 23344701ff added avrdude as a dependency 2016-07-15 15:01:32 -05:00
Arron Atchison 11f63f26ae comment out all removing of users for now 2016-07-15 13:18:03 -05:00
Arron Atchison 30c8be28fb Merge pull request #290 from MycroftAI/feature/use-compiled-ap-voice
Feature/use compiled ap voice
2016-07-15 12:08:48 -05:00
Arron Atchison 993fe22ac6 Merge pull request #292 from Wolfgange3311999/bugfix/temp-file
Temp dict files now have generated names in /tmp/
2016-07-15 12:08:27 -05:00
Arron Atchison f3a9004702 Merge pull request #293 from MycroftAI/bugfix/postinstall-rm-user-on-purge-only
only remove user on purge in postrm script
2016-07-15 12:06:57 -05:00
Arron Atchison 1f39d4b703 only remove user on purge in postrm script 2016-07-15 12:03:18 -05:00
Wolfgange3311999 11cdc72184 Temp dict files now have generated names in /tmp/
This prevent permission errors associated with storing things in the
/tmp/mycroft directory and with reusing files.
2016-07-15 11:40:59 -05:00
isaacnward 35ce974f14 fixed bug causing weather to occasionally not display (#291) 2016-07-15 11:26:33 -05:00
Arron Atchison 7f323c352d Merge branch 'master' into feature/use-compiled-ap-voice 2016-07-15 11:03:43 -05:00
Arron Atchison ea602a62a5 removed from install-mimic.sh (#286) 2016-07-15 09:54:28 -05:00
Matthew D. Scholefield f846b83ed8 Merge pull request #287 from Wolfgange3311999/master
Moved generated dicts to temporary directory
2016-07-14 17:06:32 -05:00
Wolfgange3311999 da804d3ead Moved generated dicts to temporary directory 2016-07-14 15:50:58 -05:00
Ethan Ward c08cf8b6c1 Issues #273 - Add case for when verb is 's (#283)
* Issues #273 - Add case for when vern is 's

* Issues #273 - Remove debug lines
2016-07-14 15:36:43 -05:00
Arron Atchison 592b291116 Merge branch 'master' into feature/use-compiled-ap-voice 2016-07-14 13:34:18 -05:00
isaacnward a7fb9d2fe5 Issues/234: Weather display on faceplate (#255)
* i really need to fork

* Added weather functionality

* pep8

* uncommented line

* removed variable default values

* changed enclosure version

* edited metadata syntax
2016-07-12 10:26:18 -05:00
Ethan Ward eed3dd3af8 Update load_data_files to load regex files (Fixes #256) (#271)
* Issues 256 - Change loading all files to load regex

* Issues 256 - Readd regex call
2016-07-08 18:11:18 -05:00
Ethan Ward 44e6016d3f Issues 274 - Add base media skill to blacklisted skills (#275) 2016-07-08 18:01:50 -04:00
Åke b78988bdfa Add media base class (#267)
* Add media base class

* Clean up media base vocabulary keywords

* Rename header for common MediaSkill settings to "MediaSkill"

* Stop procedure cleaned up

* mycroft.media.stop now contains information of the message origin, this is used by the handler to make sure the calling skill doesn't stop itself.
* the play() method was renamed before_play() for clarity

* Rename _set_sink to something understandable.
2016-07-08 15:06:57 -04:00
Ethan Ward 0d8567c9c1 Revert "Feature/use compiled ap voice" (#270) 2016-07-07 18:44:06 -05:00
Matthew D. Scholefield a43b7b3ace Add new listener config options- Fixes #260 (#266)
* Added new listener config options

* Fixed audio unit tests
This adds a cleareraudio file for the wakeup test and changesto the new LocalRecognizer constructor

* Added .dict files to .gitignore
This is because they are now auto-generated on startup rather than stored permanently

* Fixed audio accuracy test for new LocalRecognizer constructor

* Added support for spaces in wake word config
In the phonemes a new word is indicated by a period character. The separating of the words actually changes the way pocketsphinx interprets the sound of it and in this case improves it

* Fixed unit test
2016-07-07 18:24:52 -05:00
Arron Atchison 58e81b04f7 removed Alan's voice from mycroft core in preperation for a mimic release with the precompiled voice (#269) 2016-07-07 16:37:21 -05:00
isaacnward c021bcbbb0 Features/mouth stocks (#261)
* added mouth stock display

* changed sleep length

* pep8
2016-07-07 13:25:19 -05:00
aatchison 21800bdc7b Merge branch 'master' into feature/user-compiled-ap-voice 2016-07-07 10:18:11 -05:00
Matthew D. Scholefield 8ce18f630b Added false positive audio accuracy test - Fixes #237 (#249)
* Added false positive audio accuracy test

* Renamed and moved print_status method

Renamed and moved print_status method to print_ww_found_status
2016-07-06 18:59:58 -04:00
Matthew D. Scholefield 9405dce4d9 Decreased "wake up" false positives - Fixes #189 (#252)
* Increased kws threshold for the wakeup_recognizer

* Fixed pep8 in listener

* Fixed unit tests
2016-06-30 14:22:53 -05:00