index
:
jasper-client
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jasper.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
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 transcribe...
schneefux
2014-12-04
1
-0
/
+1
*
Use Python-3-style print function to match coding style
schneefux
2014-12-04
1
-4
/
+4
*
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 client/musicmod...
schneefux
2014-10-08
1
-8
/
+3
*
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' argume...
schneefux
2014-10-06
1
-0
/
+7
*
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
*
Use config dir for non-temporary writable files
schneefux
2014-10-03
1
-13
/
+37
*
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
*
Merge pull request #155 from Holzhaus/new-speakers
schneefux
2014-09-27
1
-3
/
+9
|
\
|
*
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 t...
schneefux
2014-09-25
1
-7
/
+9
*
|
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
*
`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 back...
schneefux
2014-09-11
1
-0
/
+128