summaryrefslogtreecommitdiff
path: root/client/stt.py
Commit message (Collapse)AuthorAgeFilesLines
* Julius STT error logging improvedschneefux2015-01-121-11/+30
|
* Added basic Julius STT engine and vocabcompilerschneefux2015-01-111-0/+74
|
* Better error-checking/logging during Pocketsphinx STT engine initschneefux2015-01-111-0/+29
|
* Wit.ai STT code further improvedschneefux2015-01-021-19/+25
|
* Use latest wit.ai API version in STT engineschneefux2015-01-021-1/+1
|
* Added witai-stt-engine to client.stt moduleschneefux2015-01-021-0/+78
| | | | This was asked for in a comment at PR #118
* No more prints in STT engines, log them with info insteadschneefux2014-12-041-10/+6
|
* Use Python-3-style print function to match coding styleschneefux2014-12-041-4/+6
| | | | This also makes a possible transition to Python 3.x easier
* Merge pull request #244 from Holzhaus/att-stt-engineschneefux2014-12-021-0/+108
|\ | | | | Added AT&T Speech-to-Text engine
| * Rename AT&T STT engine class to AttSTTschneefux2014-12-021-1/+1
| |
| * Add a detailed docstring to ATandTSTT engine classschneefux2014-11-271-0/+13
| |
| * Replace wront commentschneefux2014-11-271-2/+1
| |
| * Added AT&T Speech-to-Text engineschneefux2014-11-271-0/+96
| |
* | Generate google-stt request_url only on api_key/language change and convert ↵schneefux2014-12-021-10/+58
| | | | | | | | results to uppercase
* | Remove unused import from client/stt.pyschneefux2014-11-281-1/+0
| |
* | Improve Google STT engine.schneefux2014-11-281-22/+32
| |
* | Fix typos in client/stt.pyschneefux2014-11-281-6/+6
|/
* Remove TranscriptionMode and improve STT engine initialisationschneefux2014-11-051-110/+75
|
* Use jasperpath in stt.py (bugfix no. 2)schneefux2014-10-131-1/+1
|
* Use jasperpath in stt.py (bugfix)schneefux2014-10-131-1/+1
|
* Integrate new vocabcompiler into jasper.py, client/stt.py and ↵schneefux2014-10-081-35/+53
| | | | client/musicmode.py
* Move STT engine docstrings into the class bodiesschneefux2014-10-081-39/+36
|
* Use diagnose module in stt.py and tts.pyschneefux2014-10-061-3/+3
|
* Fix flake8 style nitsschneefux2014-10-061-33/+71
|
* Add jasperpath import to stt.pyschneefux2014-10-031-0/+1
|
* Use config dir for non-temporary writable filesschneefux2014-10-031-2/+2
| | | | This is also a (partial) fix for issue jasperproject/jasper-client#119
* Added missing import in stt.pyschneefux2014-09-271-1/+2
|
* Merge pull request #176 from Holzhaus/improved-stt-moduleschneefux2014-09-271-64/+131
|\ | | | | Improved stt module
| * Read Framerate from wave file in GoogleSTTschneefux2014-09-251-2/+6
| |
| * Use tempfile module in mic.py's listen methodsschneefux2014-09-251-9/+14
| |
| * Fixed STTEngine.get_config() kwargsschneefux2014-09-251-1/+1
| |
| * Added get_config() to AbstractSTTEngineschneefux2014-09-251-0/+4
| |
| * Make pocketsphinx lm/dic pairs configurable and move config logic into classesschneefux2014-09-251-15/+38
| |
| * Fix mode in AbstractSTTEngineschneefux2014-09-251-1/+1
| |
| * Use TranscriptionMode enumschneefux2014-09-251-33/+28
| |
| * Use with statement to open file in Google STT engineschneefux2014-09-251-3/+2
| |
| * Implement is_available() in STT enginesschneefux2014-09-251-12/+27
| |
| * STT engines now use slugsschneefux2014-09-251-11/+17
| |
| * STT engines now inherit from AbstractSTTEngineschneefux2014-09-251-2/+18
| |
* | Merge pull request #148 from alexsiri7/multiple_queriesschneefux2014-09-261-8/+12
|\ \ | |/ |/| Handle all Google Speech options
| * Handle all Google Speech optionsschneefux2014-09-251-8/+12
| |
* | write pocketsphinx decoder output to debug loggerschneefux2014-09-241-3/+31
|/
* Minor style fixes in g2p.py and stt.pyschneefux2014-09-121-1/+1
|
* Make HMM dir used for PocketSphinxSTT configurableschneefux2014-09-121-4/+17
|
* Merge pull request #154 from Holzhaus/shebangsschneefux2014-09-101-0/+2
|\ | | | | Added shebangs and PEP 0263 source encodings
| * Add shebang and PEP 0263 source encoding to every moduleschneefux2014-09-061-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).
* | PEP formatting fixschneefux2014-09-081-1/+1
| |
* | Persistent connection for google sttschneefux2014-09-081-10/+7
|/
* More cleanup, mostly in docstringsschneefux2014-08-231-19/+19
|
* Minor style fixes: removed unused imports, commented-out code, etc.schneefux2014-08-221-29/+35
|