summaryrefslogtreecommitdiff
path: root/jasper.py
Commit message (Expand)AuthorAgeFilesLines
* add language config optionschneefux2015-02-021-3/+10
* add German stringsschneefux2015-02-021-1/+1
* first i18n (WIP)schneefux2015-02-021-2/+8
* Updated copyright notice in jasper.pyschneefux2015-01-081-4/+5
* Change client.stt loglevel to INFO, so that users can see what was transcribe...schneefux2014-12-041-0/+1
* Use Python-3-style print function to match coding styleschneefux2014-12-041-4/+4
* Remove TranscriptionMode and improve STT engine initialisationschneefux2014-11-051-11/+7
* Adapt STT engine API from PR jasperproject/jasper-client#219 in tts.pyschneefux2014-10-201-1/+1
* Integrate new vocabcompiler into jasper.py, client/stt.py and client/musicmod...schneefux2014-10-081-8/+3
* Transform DiagnosticRunner.run() into a single functionschneefux2014-10-061-2/+1
* Set loglevel at least to info during diagnose run and add '--diagnose' argume...schneefux2014-10-061-0/+7
* Improve diagnose.py reusabilityschneefux2014-10-061-4/+2
* Fix flake8 style nitsschneefux2014-10-061-19/+38
* Remove chdir from jasper.pyschneefux2014-10-031-3/+0
* Use config dir for non-temporary writable filesschneefux2014-10-031-13/+37
* Minor PEP 0263 fix for jasper.py (added utf-8 source encoding)schneefux2014-10-011-0/+1
* Move app_utils.py from client/modules to client/schneefux2014-09-301-2/+4
* Merge pull request #155 from Holzhaus/new-speakersschneefux2014-09-271-3/+9
|\
| * Rename `speaker.py` to `tts.py` to match `stt.py` and also change class namesschneefux2014-09-261-5/+4
| * Move tts_engine_slug to jasper.py, improve module functions of speaker.pyschneefux2014-09-261-1/+8
* | Move the root logger to __main__ section so that it does not interfere with t...schneefux2014-09-251-7/+9
* | Use the root logger in jasper.pyschneefux2014-09-251-1/+1
|/
* Replace JASPER_HOME with jasperpath.APP_PATH + os.pardirschneefux2014-09-191-12/+7
* Style fix for salutation in jasper.pyschneefux2014-09-161-1/+4
* Changed IOError logger message in jasper.pyschneefux2014-09-151-1/+1
* Use logging.getLogger(__name__) in jasper.pyschneefux2014-09-151-1/+1
* Remove redefinition of $LD_LIBRARY_PATH AND $PATHschneefux2014-09-151-11/+0
* Autodetection of JASPER_HOMEschneefux2014-09-151-8/+2
* Fix wrong argparser nameschneefux2014-09-151-1/+1
* Small cleanup in jasper.pyschneefux2014-09-121-5/+3
* make jasper a class and use loggingschneefux2014-09-121-64/+50
* Using argparse moduleschneefux2014-09-121-2/+11
* Set JASPER_HOME before importing client modulesschneefux2014-09-111-13/+13
* Added test for vocabcompiler to `--light` tests and updated travis configschneefux2014-09-111-4/+3
* Moved all imports to the top and changed `--local` detectionschneefux2014-09-111-13/+8
* Add client folder to sys.pathschneefux2014-09-111-1/+4
* `sys.exit(1)` on startup errorschneefux2014-09-111-1/+1
* Move stdlib/3rd-party imports to the topschneefux2014-09-111-6/+4
* Remove printsschneefux2014-09-111-3/+1
* Move client/main.py to jasper.py and add client/main.py dummy script for back...schneefux2014-09-111-0/+128