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
Matthew D. Scholefield
e626f5490f
Added more tests to EnglishQuestionParser ( #251 )
...
* Added more tests
* Changed example verb in question parser test
2016-06-30 15:14:32 -04:00
Matthew D. Scholefield
08ad57cee8
Decreased false positives ( Fixes #200 ) ( #202 )
...
* Changed keyword to 'hey mycroft' and increased threshold
The threshold increase is necessary since the keyphrase is now more syllables
* Fixed pocketsphinxnot loading and pep8
Previously I tried using a new word called 'hey-mycroft' (with the appropriate phoenetic version in the .dict) however it worked just as well as how it is now as separate words
* Increased threshold further
2016-06-29 15:24:30 -04:00
Åke
3969a5624b
Make skill directory a positional argument ( #248 )
...
this eliminates the need of always supplying --dir before the argument
that will basically always be needed.
2016-06-29 10:12:35 -05:00
Ethan Ward
90905d526c
Issues 108 - Change regex to be localized ( #222 )
...
* Issues 108 - Add load_regex_files
* Issues 108 - Update weather skill with new regex syntax
* Issues 108 - Update stock skill with new regex syntax
* Issues 108 - Add stock regex file
* Issues 108 - Update time skill to use new regex syntax
* Issues 108 - Update desktop skill to use new regex syntax
* Issues 108 - Update volume skill to use new regex syntax
* Issues 108 - Update wikipedia skill to use new regex syntax
* Issues 108 - Update spelling skill to use new regex syntax
* Issues 108 - Update sms skill to use new regex syntax
* Issues 108 - Update calling skill to use new regex syntax
* Issues 108 - Remove unused argument
* Issues 108 - Add unit tests
* Issues 108 - Minor changes to fix tests
* Issues 108 - Preserve intended test logic
* Issues 108 - Address feedback
* Issues 108 - Update test formatting
* Issues 108 - Change file location
2016-06-28 16:20:48 -04:00
Matthew D. Scholefield
eed03f3036
Added new compiled regex for "what's" in wolfram - Fixes #159 ( #235 )
...
* Added new compiled regex for what's
This is for verbs that don't have a space between the question word and verb
* Added support for 'whats' in wolfram
* Added tests for the EnglishQuestionParser
2016-06-28 15:13:30 -05:00
Matthew D. Scholefield
d3c49b288c
Removed the 'I am searching for' message from Wolfram ( Fixes #193 ) ( #206 )
...
* Removed the 'I am searching for' message
* The interpreted question is now read instead of 'Sorry, I did not understand your request'
* Added rephrased question to the other areas where wolfram fails
* Fixed wolfram fail_response error thanks to ethanaward
* Added thinking animation
2016-06-28 15:11:45 -05:00
Arron Atchison
2e847418ac
Revert version
...
Our enclosure builder now refuses to build any release tab beyond 0.1.3 :/
2016-06-27 17:06:51 -05:00