| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use slug in Exception | schneefux | 2014-09-26 | 1 | -2/+2 |
| | | |||||
| * | Add yaml import to speaker.py | schneefux | 2014-09-26 | 1 | -0/+1 |
| | | |||||
| * | Remove unused import | schneefux | 2014-09-26 | 1 | -1/+0 |
| | | |||||
| * | Added missing import | schneefux | 2014-09-26 | 1 | -0/+1 |
| | | |||||
| * | Getting tts engine from profile | schneefux | 2014-09-26 | 1 | -1/+15 |
| | | |||||
| * | Added logic to select the TTS engine from a slug | schneefux | 2014-09-26 | 1 | -5/+14 |
| | | |||||
| * | Actually include a phrase in eSpeakSpeaker.say() | schneefux | 2014-09-26 | 1 | -1/+2 |
| | | |||||
| * | Improve is_available method | schneefux | 2014-09-26 | 1 | -6/+7 |
| | | |||||
| * | Added slugs to TTS engines | schneefux | 2014-09-26 | 1 | -0/+11 |
| | | |||||
| * | Rename isAvailable() to is_available() | schneefux | 2014-09-26 | 1 | -11/+11 |
| | | |||||
| * | Cleanup client.speaker and add additional tts speakers (svox-pico-tts and ↵ | schneefux | 2014-09-26 | 1 | -16/+153 |
| | | | | | | | google-tts) Also, get rid of aplay and use pyaudio instead (pyaudio is a dependency anyway, so why rely on an external tool that might not be installed) | ||||
| * | Merge pull request #196 from webmariner/master | schneefux | 2014-09-26 | 2 | -4/+4 |
| |\ | | | | | Fix small issues with music module | ||||
| | * | Fix small issues with music module | schneefux | 2014-09-24 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | The reconnect wrapper couldn’t be used to return values and this sometimes caused crashes when getting current playback status. Also espeak was only being passed track names etc in ASCII so fixed to allow UTF-8 to get through. | ||||
| * | | Merge pull request #171 from Holzhaus/pocketsphinx-logfn | schneefux | 2014-09-25 | 1 | -3/+31 |
| |\ \ | | | | | | | write pocketsphinx decoder output to debug logger | ||||
| | * | | write pocketsphinx decoder output to debug logger | schneefux | 2014-09-24 | 1 | -3/+31 |
| | |/ | |||||
| * | | Merge pull request #197 from alexsiri7/test_fix | schneefux | 2014-09-25 | 1 | -10/+13 |
| |\ \ | | | | | | | Fixed testWordExtraction not to depend on installed modules | ||||
| | * | | Fixed testWordExtraction not to depend on installed modules | schneefux | 2014-09-25 | 1 | -10/+13 |
| | | | | |||||
| * | | | Catch errors in client modules and warn users about them instead of crashing ↵ | schneefux | 2014-09-25 | 1 | -3/+12 |
| | |/ |/| | | | | | the whole application | ||||
| * | | Allow brain to load submodules | schneefux | 2014-09-24 | 1 | -2/+2 |
| |/ | |||||
| * | Fix brain logging test | schneefux | 2014-09-24 | 1 | -5/+5 |
| | | |||||
| * | Fix logging in brain.py | schneefux | 2014-09-24 | 1 | -12/+2 |
| | | |||||
| * | Merge pull request #192 from Holzhaus/cleanup-dependencies | schneefux | 2014-09-24 | 1 | -5/+0 |
| |\ | | | | | Remove packages from requirements.txt that seem to be unused | ||||
| | * | Remove packages from requirements.txt that seem to be unused | schneefux | 2014-09-23 | 1 | -5/+0 |
| | | | |||||
| * | | Merge pull request #187 from Holzhaus/jasperpath-usage | schneefux | 2014-09-23 | 4 | -12/+16 |
| |\ \ | | | | | | | Use jasperpath for static resources | ||||
| | * | | Use os.chdir inside client/test.py | schneefux | 2014-09-19 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | Otherwise, the transcribe check will fail, if you execute test.py from outside the client directory, e.g. via `python2 client/test.py` It's a mess that we need os.chdir at all, but hopefully we can remove this soon, if absolute paths are used everywhere. | ||||
| | * | | Replace JASPER_HOME with jasperpath.APP_PATH + os.pardir | schneefux | 2014-09-19 | 2 | -5/+4 |
| | | | | |||||
| | * | | Use jasperpath in client/modules/Joke.py | schneefux | 2014-09-19 | 1 | -1/+2 |
| | | | | |||||
| | * | | Use jasperpath in client/test.py | schneefux | 2014-09-19 | 1 | -3/+4 |
| | | | | |||||
| | * | | Use jasperpath in client/mic.py | schneefux | 2014-09-19 | 1 | -3/+3 |
| | |/ | |||||
| * | | Changed pip package processing | schneefux | 2014-09-23 | 1 | -5/+6 |
| | | | |||||
| * | | Using logging module for logs | schneefux | 2014-09-21 | 1 | -8/+13 |
| | | | |||||
| * | | Use pip module for checking packages | schneefux | 2014-09-21 | 1 | -18/+19 |
| | | | |||||
| * | | Added extra diagnostics | schneefux | 2014-09-21 | 1 | -3/+26 |
| |/ | | | | | - Check if say or espeak are installed - Check if all pip requirements were installed | ||||
| * | Style fixes for jasperpath.py and removal of shebang | schneefux | 2014-09-18 | 1 | -1/+2 |
| | | |||||
| * | Style fix: Added newline at the EOF | schneefux | 2014-09-17 | 1 | -1/+1 |
| | | |||||
| * | Use jasperpath in diagnose.py | schneefux | 2014-09-17 | 1 | -5/+2 |
| | | | | | Removed jasper_modules_path() function | ||||
| * | Use jasperpath in brain.py | schneefux | 2014-09-17 | 1 | -1/+2 |
| | | |||||
| * | Added `jasperpath` module | schneefux | 2014-09-16 | 1 | -0/+18 |
| | | |||||
| * | Minor style fixes in vocabcompiler.py | schneefux | 2014-09-16 | 1 | -0/+1 |
| | | |||||
| * | Merge pull request #175 from Holzhaus/vocabcompiler-pathfix | schneefux | 2014-09-16 | 1 | -18/+5 |
| |\ | | | | | Use `Brain.get_modules()` in vocabcompiler | ||||
| | * | Use `Brain.get_modules()` in vocabcompiler | schneefux | 2014-09-15 | 1 | -18/+5 |
| | | | |||||
| * | | Remove Gmail errors. This resolves jasperproject/jasper-client#125. | schneefux | 2014-09-15 | 1 | -3/+4 |
| |/ | |||||
| * | Fixed music argument in mic.activeListen() | schneefux | 2014-09-12 | 1 | -1/+1 |
| | | |||||
| * | Minor style fixes in g2p.py and stt.py | schneefux | 2014-09-12 | 2 | -4/+7 |
| | | |||||
| * | Merge pull request #170 from Holzhaus/avoid-hardcoded-paths | schneefux | 2014-09-12 | 2 | -9/+32 |
| |\ | | | | | Make HMM dir and FST model configurable. | ||||
| | * | Make HMM dir used for PocketSphinxSTT configurable | schneefux | 2014-09-12 | 1 | -4/+17 |
| | | | |||||
| | * | Make FST model used for PocketSphinxSTT configurable | schneefux | 2014-09-12 | 1 | -5/+15 |
| | | | |||||
| * | | Remove general try except block | schneefux | 2014-09-12 | 2 | -10/+8 |
| |/ | |||||
| * | PEP8 style fixes for brain.py | schneefux | 2014-09-11 | 1 | -3/+2 |
| | | |||||
| * | Merge pull request #166 from Holzhaus/improved-module-detection | schneefux | 2014-09-11 | 1 | -35/+23 |
| |\ | | | | | Cleanup of module detection in client.brain | ||||
