| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add language config option | schneefux | 2015-02-02 | 1 | -3/+10 |
| | | |||||
| * | add German strings | schneefux | 2015-02-02 | 1 | -1/+1 |
| | | |||||
| * | first i18n (WIP) | schneefux | 2015-02-02 | 1 | -2/+8 |
| | | |||||
| * | Updated copyright notice in jasper.py | schneefux | 2015-01-08 | 1 | -4/+5 |
| | | |||||
| * | Change client.stt loglevel to INFO, so that users can see what was ↵ | schneefux | 2014-12-04 | 1 | -0/+1 |
| | | | | | transcribed without having to use --debug | ||||
| * | Use Python-3-style print function to match coding style | schneefux | 2014-12-04 | 1 | -4/+4 |
| | | | | | This also makes a possible transition to Python 3.x easier | ||||
| * | Remove TranscriptionMode and improve STT engine initialisation | schneefux | 2014-11-05 | 1 | -11/+7 |
| | | |||||
| * | Adapt STT engine API from PR jasperproject/jasper-client#219 in tts.py | schneefux | 2014-10-20 | 1 | -1/+1 |
| | | |||||
| * | Integrate new vocabcompiler into jasper.py, client/stt.py and ↵ | schneefux | 2014-10-08 | 1 | -8/+3 |
| | | | | | client/musicmode.py | ||||
| * | Transform DiagnosticRunner.run() into a single function | schneefux | 2014-10-06 | 1 | -2/+1 |
| | | |||||
| * | Set loglevel at least to info during diagnose run and add '--diagnose' ↵ | schneefux | 2014-10-06 | 1 | -0/+7 |
| | | | | | argument to jasper.py | ||||
| * | Improve diagnose.py reusability | schneefux | 2014-10-06 | 1 | -4/+2 |
| | | |||||
| * | Fix flake8 style nits | schneefux | 2014-10-06 | 1 | -19/+38 |
| | | |||||
| * | Remove chdir from jasper.py | schneefux | 2014-10-03 | 1 | -3/+0 |
| | | | | | We're now using absolute paths and don't need it anymore | ||||
| * | Use config dir for non-temporary writable files | schneefux | 2014-10-03 | 1 | -13/+37 |
| | | | | | This is also a (partial) fix for issue jasperproject/jasper-client#119 | ||||
| * | Minor PEP 0263 fix for jasper.py (added utf-8 source encoding) | schneefux | 2014-10-01 | 1 | -0/+1 |
| | | |||||
| * | Move app_utils.py from client/modules to client/ | schneefux | 2014-09-30 | 1 | -2/+4 |
| | | | | | app_utils.py does not have a WORDS constant and thus does not belong into that folder | ||||
| * | Merge pull request #155 from Holzhaus/new-speakers | schneefux | 2014-09-27 | 1 | -3/+9 |
| |\ | | | | | Cleanup client.speaker and add additional tts speakers | ||||
| | * | Rename `speaker.py` to `tts.py` to match `stt.py` and also change class names | schneefux | 2014-09-26 | 1 | -5/+4 |
| | | | |||||
| | * | Move tts_engine_slug to jasper.py, improve module functions of speaker.py | schneefux | 2014-09-26 | 1 | -1/+8 |
| | | | |||||
| * | | Move the root logger to __main__ section so that it does not interfere with ↵ | schneefux | 2014-09-25 | 1 | -7/+9 |
| | | | | | | | | | the real root logger if jasper is imported by another application | ||||
| * | | Use the root logger in jasper.py | schneefux | 2014-09-25 | 1 | -1/+1 |
| |/ | |||||
| * | Replace JASPER_HOME with jasperpath.APP_PATH + os.pardir | schneefux | 2014-09-19 | 1 | -12/+7 |
| | | |||||
| * | Style fix for salutation in jasper.py | schneefux | 2014-09-16 | 1 | -1/+4 |
| | | |||||
| * | Changed IOError logger message in jasper.py | schneefux | 2014-09-15 | 1 | -1/+1 |
| | | |||||
| * | Use logging.getLogger(__name__) in jasper.py | schneefux | 2014-09-15 | 1 | -1/+1 |
| | | |||||
| * | Remove redefinition of $LD_LIBRARY_PATH AND $PATH | schneefux | 2014-09-15 | 1 | -11/+0 |
| | | |||||
| * | Autodetection of JASPER_HOME | schneefux | 2014-09-15 | 1 | -8/+2 |
| | | |||||
| * | Fix wrong argparser name | schneefux | 2014-09-15 | 1 | -1/+1 |
| | | |||||
| * | Small cleanup in jasper.py | schneefux | 2014-09-12 | 1 | -5/+3 |
| | | |||||
| * | make jasper a class and use logging | schneefux | 2014-09-12 | 1 | -64/+50 |
| | | |||||
| * | Using argparse module | schneefux | 2014-09-12 | 1 | -2/+11 |
| | | |||||
| * | Set JASPER_HOME before importing client modules | schneefux | 2014-09-11 | 1 | -13/+13 |
| | | |||||
| * | Added test for vocabcompiler to `--light` tests and updated travis config | schneefux | 2014-09-11 | 1 | -4/+3 |
| | | |||||
| * | Moved all imports to the top and changed `--local` detection | schneefux | 2014-09-11 | 1 | -13/+8 |
| | | |||||
| * | Add client folder to sys.path | schneefux | 2014-09-11 | 1 | -1/+4 |
| | | | | | Otherwise this would cause bugs in client.brain | ||||
| * | `sys.exit(1)` on startup error | schneefux | 2014-09-11 | 1 | -1/+1 |
| | | |||||
| * | Move stdlib/3rd-party imports to the top | schneefux | 2014-09-11 | 1 | -6/+4 |
| | | |||||
| * | Remove prints | schneefux | 2014-09-11 | 1 | -3/+1 |
| | | |||||
| * | Move client/main.py to jasper.py and add client/main.py dummy script for ↵ | schneefux | 2014-09-11 | 1 | -0/+128 |
| backwards compatibility | |||||
