Commit Graph

4899 Commits (refactor/python-detect)

Author SHA1 Message Date
Arron Atchison 68679a65fe try setting PATH variable before sudo commands 2016-08-17 10:09:50 -05:00
Arron Atchison 6e5dfa10f9 Shortened the variable name 'proportion' to 'prop' to avoid pep8 error 2016-08-17 09:55:38 -05:00
Arron Atchison 6efa21d79a I threw a lot of int casting in to fix type errors. Volume seems to be workign great now. 2016-08-17 09:40:58 -05:00
Arron Atchison 1fff4d05c0 Version bump
Like a mostly sane monkey
2016-08-16 15:51:31 -05:00
Arron Atchison 3993934b4b Merge pull request #328 from ethanaward/feature/issues-303
Add configurable volume levels (Fixes #303)
2016-08-16 15:35:41 -05:00
Arron Atchison 76eae6341d Merge pull request #327 from ethanaward/feature/issues-321
Add checks for wifi connection (Fixes #321)
2016-08-16 15:27:51 -05:00
Ethan Ward 75c80c2d98 Issues #321 - fix pep8 2016-08-16 15:15:07 -05:00
Ethan Ward 6e633127a3 Issues #321 - Add second DNS server 2016-08-16 15:12:57 -05:00
Ethan Ward b3f89f483d Issues #321 - pep8 2016-08-16 15:12:57 -05:00
Ethan Ward 2aa54abbac Issues #321 - Integrate connection test 2016-08-16 15:12:57 -05:00
Ethan Ward 85befc16b4 Issues #321 - Add basic connectivity test 2016-08-16 15:12:57 -05:00
Arron Atchison 39116c4770 Merge pull request #325 from MycroftAI/feature/break-TTS-into-smaller-chunks
Feature/break tts into smaller chunks
2016-08-16 14:45:53 -05:00
Ethan Ward 27bc4d255e Merge branch 'master' into feature/issues-303 2016-08-16 13:57:46 -05:00
isaacnward 45bd268c66 Added support for power control through unit menu mode (#324)
* added subprocess control for unit shutdown and restart

* shell=True

* p e p 8

* added message for wifi client
2016-08-16 13:16:14 -05:00
Arron Atchison 9c2e47af8f Merge branch 'master' into feature/break-TTS-into-smaller-chunks 2016-08-16 11:05:01 -05:00
Arron Atchison 62f39fea37 Merge pull request #326 from MycroftAI/feature/rename-build-host-setup
Feature/rename build host setup
2016-08-16 11:04:11 -05:00
Arron Atchison e75d26dcb5 Removed old build_host_setup 2016-08-16 10:33:15 -05:00
Arron Atchison 21a7dbb75e I changed the name of build_host_setup.sh to build_host_setup_debian.sh becasue of the inclusion of build_host_setup_fedora.sh 2016-08-16 09:52:33 -05:00
Arron Atchison 2c0e9903f6 Merge pull request #311 from MycroftAI/features/eye-volume
Features/eye volume
2016-08-16 09:47:01 -05:00
Arron Atchison 005d5de5d1 Merge pull request #310 from kagesenshi/master
added build_host_setup script for fedora
2016-08-16 09:30:31 -05:00
Arron Atchison 8bd2e1c4dc added regex to the speech handler instead 2016-08-15 10:09:14 -05:00
Arron Atchison 8a4145782c fixed regex to handle sentences better 2016-08-15 09:46:30 -05:00
Arron Atchison ac1b2324dd fixed pep8 error 2016-08-15 09:17:46 -05:00
Arron Atchison e761ac5a0b mimic_tts.py now splits Mimic imput into sentences, speaks them one a time. 2016-08-13 17:14:04 -05:00
Arron Atchison d55f785c55 mimic_tts.py now splits Mimic imput into sentences, speaks them one a time. 2016-08-13 17:08:23 -05:00
Ethan Ward 5646a1cbc9 Issue #322 - Fix creation of logs (#323) 2016-08-10 14:28:37 -05:00
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