Commit Graph

1573 Commits (370b51ff6af93a0a5e40bec6a2de6dbe978eaa5c)

Author SHA1 Message Date
Arron Atchison 670658a8ca Merge pull request #319 from chrisvella/patch-2
Updated package list to match build_host_setup.sh
2016-08-04 08:05:51 -05:00
chrisvella 0bab8f8072 Updated package list to match build_host_setup.sh
Added flac and curl.
2016-08-04 22:22:55 +10:00
Arron Atchison f0b08a96fb Merge pull request #316 from chrisvella/patch-1
Added flac to the list of installed packages
2016-08-02 08:52:20 -05:00
chrisvella 5ada85825c Added flac to the list of installed packages
Added flac as per issue  #315
2016-08-02 13:57:09 +10:00
Arron Atchison 2f6e285800 changed project name from Mycroft to mycroft-core in mycroft-base-setup.py 2016-08-01 14:05:22 -05:00
Arron Atchison 036b4fc226 Merge pull request #314 from MycroftAI/issue/dont-compile-pocketsphinx
Issue/dont compile pocketsphinx
2016-08-01 10:38:25 -05:00
Matthew D. Scholefield 9e0fdd0b5a Removed white space on newline to fix PEP8 2016-07-30 13:27:54 -05:00
Arron Atchison a201743ac5 added a little more verbosity to self test feature 2016-07-30 13:01:37 -05:00
Matthew D. Scholefield c95f31c371 Added white noise to hardware test (#312)
Added white noise and dialog to hardware test.
2016-07-29 18:07:15 -05:00
Arron Atchison c0f933f527 I removed the install-pocketsphinx.sh script from the dev_setup again. Maybe I'll fix it later 2016-07-29 14:58:07 -05:00
Arron Atchison eacff92ace oops, made a typo in dev_setup.sh 2016-07-29 14:50:38 -05:00
Arron Atchison 1e2753c209 fixed pocketsphinx install script to run in quiet mode with the -q flag. There will be path issues unless run like . 2016-07-29 14:45:00 -05:00
Arron Atchison 0221ff4ac5 argh, removed install-pocketsphinx from dev_setup. Hoping this won't be needed again anyway 2016-07-29 14:00:59 -05:00
Arron Atchison 736144028a fixed requirements.txt typo 2016-07-29 13:53:21 -05:00
Arron Atchison ae5882edfe added pocketsphinx to pip requirements once again 2016-07-29 13:47:40 -05:00
Arron Atchison 306d150543 addded a script for installing pocketshinx and changeing the import path in local_recognizer.py 2016-07-29 12:21:03 -05:00
Arron Atchison 62a9649680 Some modifications to dev_setup, build_host_setup, and local_recognizer.py. It seems that on debian systems we can install python-pocketsphinx for the python binding. 2016-07-29 10:27:44 -05:00
Isaac Ward 90843ef113 changed variable 2016-07-28 15:57:50 -05:00
Matthew D. Scholefield 1febf1d81e Updated version number in enclosure client 2016-07-28 15:40:59 -05:00
Isaac Ward 0f69e3bdb8 added volume communication with enclosure 2016-07-28 15:23:24 -05:00
isaacnward 9d615cf21c Added enclosure functionality for IP skill (#309)
* added ip address display

* added ip address display

* added sleep for timing

* altered timing

* further increased sleep time

* altered logic

* pep8

* changed delay duration to depend on ip length

* updated sleep time

* updated sleep time

* updated sleep time

* pep8
2016-07-28 13:35:10 -05:00
Izhar Firdaus 767ec2174d install rpmfusion repository 2016-07-29 00:50:52 +08:00
Izhar Firdaus 544d251470 added build_host_setup script for fedora family 2016-07-29 00:46:41 +08:00
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
Wolfgange3311999 b648492331 Added min and max volumes read from config 2016-07-26 10:12:14 -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