Commit Graph

1636 Commits (101e841554820fc23d9bc9c305fad130a5c8c560)

Author SHA1 Message Date
Ryan Sipes ddcedae7ca Merge pull request #174 from MycroftAI/revert-173-revert-172-feature/issues-128
Revert "Revert "Listener improvements (Fixes #128)""
2016-06-18 14:00:17 -05:00
Ryan Sipes 159ece558d Revert "Revert "Listener improvements (Fixes #128)"" 2016-06-18 14:00:07 -05:00
Ryan Sipes 4e759064a4 Merge pull request #173 from MycroftAI/revert-172-feature/issues-128
Revert "Listener improvements (Fixes #128)"
2016-06-18 13:21:47 -05:00
Ryan Sipes 32ce7a492f Revert "Listener improvements (Fixes #128)" 2016-06-18 13:21:21 -05:00
Arron Atchison 82df1bba88 Merge pull request #147 from jasonehines/master
Easy startup script
2016-06-18 12:31:36 -05:00
Ryan Sipes 0394bfa01e Merge pull request #172 from Wolfgange3311999/feature/issues-128
Listener improvements (Fixes #128)
2016-06-18 12:19:18 -05:00
Jason Hines 746bcd6636 added start, stop and restart options. And added usage message. 2016-06-18 12:58:03 -04:00
Wolfgange3311999 379e5361c5 Fixedbug causing remote STT to fail
It turns out that without giving the keyword 'metrics=' in the metrics argument, something strange would happen causing all remote STT to fail
2016-06-18 10:43:57 -05:00
Matthew D. Scholefield 5df1e5e59b Removed extra import from previous commit 2016-06-17 22:13:26 -05:00
Wolfgange3311999 99d125640a Added a timeout of 30 seconds for recording a phrase 2016-06-17 21:05:28 -05:00
Wolfgange3311999 153cd62abd Changed to using += operator
Previously I thought bytearrays were immutable for some reason (which is not the case)
2016-06-17 20:55:01 -05:00
aatchison b127291b43 Merge branch 'master' into feature/deb-packaging 2016-06-17 20:15:00 -05:00
Jonathan D'Orleans e010499302 Audio Record Skill - Remove unexpected arg during stop() call 2016-06-17 19:06:06 -04:00
Matthew Scholefield a6b0bb632f Fixed unit tests
One unit test, call and response, no longer directly applies. Perhaps we should test that the listener waits for the user to respond however for that I think the 1000 sudio samples would work better.

Another unit test, testing the WakeWord extractor, should be routed through the WakWord extractor directly. For the moment this has been disabled (since it isn't too much a priority because the WakeWord extractor is not used at the moment) but should be a TODO.
2016-06-17 17:55:19 -05:00
Matthew Scholefield 596ea04078 Fixed try_wake_up method 2016-06-17 17:41:01 -05:00
Jason Hines 0308386fdb git push origin master
Merge remote-tracking branch 'upstream/master'
2016-06-17 18:34:46 -04:00
Matthew Scholefield d0cbddc961 Removed unused variable 2016-06-17 17:10:47 -05:00
Jason Hines 8e798a9afd added a quick start usage to README.md 2016-06-17 18:01:37 -04:00
Wolfgange3311999 b1900c3d81 Rewrote listener 2016-06-17 16:50:41 -05:00
isaacnward 3870e3c9c7 Features/encoder volume (#157)
* added volume control in enclosure.py

* fixed syntax for skill method usage

* addressing a problem with the enclosure service

* trying to use intents

* oops

* fixed pep8

* fixed issue with reversed volume controls

* changed enclosure version number to reflect updated enclosure code
2016-06-17 17:27:09 -04:00
Arron Atchison 02075a2ef6 Merge pull request #171 from MycroftAI/issue/flitevox-voice-path
Issue/flitevox voice path
2016-06-17 16:15:44 -05:00
aatchison 47db142980 Merge branch 'master' into issue/flitevox-voice-path 2016-06-17 16:13:39 -05:00
aatchison 3ebc67bf56 Merge branch 'master' into feature/deb-packaging 2016-06-17 16:12:44 -05:00
Arron Atchison a14ff48f2e Merge pull request #155 from MycroftAI/issues/154
Fix test runner so it only runs once.
2016-06-17 16:11:51 -05:00
Arron Atchison d07096c826 Merge pull request #170 from ethanaward/bugfix/issues-160
Issues 160 - Fix IP formatting
2016-06-17 15:58:26 -05:00
Ethan Ward 8215deaa89 Issues 160 - fix IP formatting 2016-06-17 15:47:55 -05:00
aatchison e5b5986a10 removed trusted host stuff 2016-06-17 15:30:18 -05:00
aatchison ef3d3e75a5 badly hardcoded flitevox file location in publish, to be places in /etc/mycroft.ini 2016-06-17 15:23:34 -05:00
Arron Atchison 0eda59dd9e ok, this works, but not for packaging
I have another approach to try.
2016-06-17 15:06:31 -05:00
aatchison baf5ae9631 Merge branch 'master' into feature/deb-packaging 2016-06-17 14:56:01 -05:00
aatchison 8ad51a758b removed '.' from mimic voice path 2016-06-17 14:48:04 -05:00
aatchison 06f75b3fa5 adapt version bump 2016-06-17 14:45:23 -05:00
aatchison 1b95710c7c Merge branch 'master' into feature/deb-packaging 2016-06-17 14:24:57 -05:00
aatchison 2224c95cef Merge pull request #167 from MycroftAI/feature/include-new-voice
Alan Pope voice runs by default, no idea what will happen when I pack…
2016-06-17 14:21:46 -05:00
aatchison 4b8ab903ea Merge branch 'master' into feature/deb-packaging 2016-06-17 14:18:35 -05:00
aatchison 545b2c29ee Merge pull request #169 from MycroftAI/issue/fix-default-config-manifest
changes to default config location to be included in the manifest
2016-06-17 14:18:09 -05:00
aatchison 7c84dd42d1 changes to default config location to be included in the manifest 2016-06-17 14:16:21 -05:00
Ryan Sipes 969791c1bd Merge pull request #152 from ethanaward/bugfix/issues-150
Issues 150 - Update Wolfram Alpha formatting
2016-06-17 13:47:04 -05:00
aatchison 1cd06d6820 Merge branch 'master' into feature/deb-packaging 2016-06-17 13:23:19 -05:00
aatchison 4068636005 Alan Pope voice runs by default, no idea what will happen when I package it 2016-06-17 13:20:11 -05:00
aatchison ca3278a1e8 Merge pull request #164 from MycroftAI/revert-163-feature/issue-161
Revert "custom skills #161"
2016-06-17 11:48:08 -05:00
aatchison f319fb37c4 Revert "custom skills #161" 2016-06-17 11:40:21 -05:00
aatchison eb100ac1a3 Merge branch 'master' into feature/deb-packaging 2016-06-17 11:28:28 -05:00
aatchison da04e5a70d Merge pull request #163 from the7erm/feature/issue-161
custom skills #161
2016-06-17 11:27:38 -05:00
Eugene R. Miller e1eedc0908 #161 fixed pep8 2016-06-17 09:50:14 -06:00
Ethan Ward c7f1c81e37 Issue 150 - Add unit tests 2016-06-17 09:44:51 -05:00
Eugene R. Miller 694377faf6 #161 oops fixed typo 2016-06-17 07:47:53 -06:00
Eugene R. Miller 80c8a451f2 #161 fixed pep8 issue and a few typos 2016-06-17 03:07:28 -06:00
Eugene R. Miller f70dc129aa #161 imported proper value 2016-06-17 03:06:51 -06:00
Eugene R. Miller 520c28bae2 #161 fixed pep8 issue 2016-06-17 03:05:22 -06:00