| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix typo in logging output | schneefux | 2014-11-06 | 1 | -1/+1 |
| | | |||||
| * | Added log message for PyAudio initialization | schneefux | 2014-11-05 | 1 | -1/+6 |
| | | |||||
| * | Remove TranscriptionMode and improve STT engine initialisation | schneefux | 2014-11-05 | 1 | -7/+2 |
| | | |||||
| * | Fix keyword detection regression in Mic.passiveListen() | schneefux | 2014-10-13 | 1 | -1/+1 |
| | | | | | Prior to commit 6bb87e20423e41f1bb79e6af285fe4d49cf1359a (Handle all Google Speech options, Pull Request #148), passive listen checked if the transcribed phrase contained the keyword. Since then, it only detects if the transcribed phrase was *exactly* the keyword. When using Pocketsphinx, it often happens that additional words are transcribed (like "JASPER OF"), so that saying the keyword sometimes did not result in an active listen call. With this commmit, this regression will be fixed and the old behaviour restored. | ||||
| * | Fix flake8 style nits | schneefux | 2014-10-06 | 1 | -23/+29 |
| | | |||||
| * | Initialize PyAudio in Mic.__init__ | schneefux | 2014-10-01 | 1 | -12/+9 |
| | | |||||
| * | Merge pull request #202 from Holzhaus/close-audio-stream | schneefux | 2014-10-01 | 1 | -0/+7 |
| |\ | | | | | Close audio stream | ||||
| | * | Close audio stream on passiveListen() early return | schneefux | 2014-09-26 | 1 | -0/+3 |
| | | | | | | | | | This fixes #33 | ||||
| | * | Close audio stream in fetchThreshold() | schneefux | 2014-09-26 | 1 | -0/+4 |
| | | | |||||
| * | | Merge pull request #176 from Holzhaus/improved-stt-module | schneefux | 2014-09-27 | 1 | -26/+25 |
| |\ \ | |/ |/| | Improved stt module | ||||
| | * | Use tempfile module in mic.py's listen methods | schneefux | 2014-09-25 | 1 | -28/+24 |
| | | | |||||
| | * | Use TranscriptionMode enum | schneefux | 2014-09-25 | 1 | -2/+5 |
| | | | |||||
| * | | Handle all Google Speech options | schneefux | 2014-09-25 | 1 | -0/+13 |
| |/ | |||||
| * | Use jasperpath in client/mic.py | schneefux | 2014-09-19 | 1 | -3/+3 |
| | | |||||
| * | Fixed music argument in mic.activeListen() | schneefux | 2014-09-12 | 1 | -1/+1 |
| | | |||||
| * | Remove general try except block | schneefux | 2014-09-12 | 1 | -1/+1 |
| | | |||||
| * | Remove Shebangs from modules not meant to be executed directly | schneefux | 2014-09-10 | 1 | -1/+0 |
| | | | | | See https://github.com/jasperproject/jasper-client/pull/154#issuecomment-54882839 for more info. | ||||
| * | Add shebang and PEP 0263 source encoding to every module | schneefux | 2014-09-06 | 1 | -0/+2 |
| | | | | | Source encoding should be specified and a shebang helps to execute a module directly (either to start jasper or just for testing purposes). | ||||
| * | More cleanup, mostly in docstrings | schneefux | 2014-08-23 | 1 | -10/+9 |
| | | |||||
| * | Minor style fixes: removed unused imports, commented-out code, etc. | schneefux | 2014-08-22 | 1 | -11/+2 |
| | | |||||
| * | Addressed CR comments. | schneefux | 2014-07-29 | 1 | -5/+2 |
| | | |||||
| * | Cleanup before pull request. | schneefux | 2014-07-27 | 1 | -1/+0 |
| | | |||||
| * | Work on Google STT on RPi. | schneefux | 2014-07-26 | 1 | -37/+2 |
| | | |||||
| * | Google STT works on OS X | schneefux | 2014-07-23 | 1 | -20/+13 |
| | | |||||
| * | Changes suggested in CR. | schneefux | 2014-06-28 | 1 | -2/+2 |
| | | |||||
| * | Clean up before pull request. | schneefux | 2014-06-21 | 1 | -2/+2 |
| | | |||||
| * | Stop hardcoding /home/jasper and abstract out mic.say for multiplatform support | schneefux | 2014-06-21 | 1 | -7/+6 |
| | | |||||
| * | moved static assets to separate folder | schneefux | 2014-05-27 | 1 | -3/+3 |
| | | |||||
| * | Initial commit | schneefux | 2014-03-30 | 1 | -0/+296 |
