| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Julius STT error logging improved | schneefux | 2015-01-12 | 1 | -11/+30 |
| | | |||||
| * | Added basic Julius STT engine and vocabcompiler | schneefux | 2015-01-11 | 1 | -0/+74 |
| | | |||||
| * | Better error-checking/logging during Pocketsphinx STT engine init | schneefux | 2015-01-11 | 1 | -0/+29 |
| | | |||||
| * | Wit.ai STT code further improved | schneefux | 2015-01-02 | 1 | -19/+25 |
| | | |||||
| * | Use latest wit.ai API version in STT engine | schneefux | 2015-01-02 | 1 | -1/+1 |
| | | |||||
| * | Added witai-stt-engine to client.stt module | schneefux | 2015-01-02 | 1 | -0/+78 |
| | | | | | This was asked for in a comment at PR #118 | ||||
| * | No more prints in STT engines, log them with info instead | schneefux | 2014-12-04 | 1 | -10/+6 |
| | | |||||
| * | Use Python-3-style print function to match coding style | schneefux | 2014-12-04 | 1 | -4/+6 |
| | | | | | This also makes a possible transition to Python 3.x easier | ||||
| * | Merge pull request #244 from Holzhaus/att-stt-engine | schneefux | 2014-12-02 | 1 | -0/+108 |
| |\ | | | | | Added AT&T Speech-to-Text engine | ||||
| | * | Rename AT&T STT engine class to AttSTT | schneefux | 2014-12-02 | 1 | -1/+1 |
| | | | |||||
| | * | Add a detailed docstring to ATandTSTT engine class | schneefux | 2014-11-27 | 1 | -0/+13 |
| | | | |||||
| | * | Replace wront comment | schneefux | 2014-11-27 | 1 | -2/+1 |
| | | | |||||
| | * | Added AT&T Speech-to-Text engine | schneefux | 2014-11-27 | 1 | -0/+96 |
| | | | |||||
| * | | Generate google-stt request_url only on api_key/language change and convert ↵ | schneefux | 2014-12-02 | 1 | -10/+58 |
| | | | | | | | | | results to uppercase | ||||
| * | | Remove unused import from client/stt.py | schneefux | 2014-11-28 | 1 | -1/+0 |
| | | | |||||
| * | | Improve Google STT engine. | schneefux | 2014-11-28 | 1 | -22/+32 |
| | | | |||||
| * | | Fix typos in client/stt.py | schneefux | 2014-11-28 | 1 | -6/+6 |
| |/ | |||||
| * | Remove TranscriptionMode and improve STT engine initialisation | schneefux | 2014-11-05 | 1 | -110/+75 |
| | | |||||
| * | Use jasperpath in stt.py (bugfix no. 2) | schneefux | 2014-10-13 | 1 | -1/+1 |
| | | |||||
| * | Use jasperpath in stt.py (bugfix) | schneefux | 2014-10-13 | 1 | -1/+1 |
| | | |||||
| * | Integrate new vocabcompiler into jasper.py, client/stt.py and ↵ | schneefux | 2014-10-08 | 1 | -35/+53 |
| | | | | | client/musicmode.py | ||||
| * | Move STT engine docstrings into the class bodies | schneefux | 2014-10-08 | 1 | -39/+36 |
| | | |||||
| * | Use diagnose module in stt.py and tts.py | schneefux | 2014-10-06 | 1 | -3/+3 |
| | | |||||
| * | Fix flake8 style nits | schneefux | 2014-10-06 | 1 | -33/+71 |
| | | |||||
| * | Add jasperpath import to stt.py | schneefux | 2014-10-03 | 1 | -0/+1 |
| | | |||||
| * | Use config dir for non-temporary writable files | schneefux | 2014-10-03 | 1 | -2/+2 |
| | | | | | This is also a (partial) fix for issue jasperproject/jasper-client#119 | ||||
| * | Added missing import in stt.py | schneefux | 2014-09-27 | 1 | -1/+2 |
| | | |||||
| * | Merge pull request #176 from Holzhaus/improved-stt-module | schneefux | 2014-09-27 | 1 | -64/+131 |
| |\ | | | | | Improved stt module | ||||
| | * | Read Framerate from wave file in GoogleSTT | schneefux | 2014-09-25 | 1 | -2/+6 |
| | | | |||||
| | * | Use tempfile module in mic.py's listen methods | schneefux | 2014-09-25 | 1 | -9/+14 |
| | | | |||||
| | * | Fixed STTEngine.get_config() kwargs | schneefux | 2014-09-25 | 1 | -1/+1 |
| | | | |||||
| | * | Added get_config() to AbstractSTTEngine | schneefux | 2014-09-25 | 1 | -0/+4 |
| | | | |||||
| | * | Make pocketsphinx lm/dic pairs configurable and move config logic into classes | schneefux | 2014-09-25 | 1 | -15/+38 |
| | | | |||||
| | * | Fix mode in AbstractSTTEngine | schneefux | 2014-09-25 | 1 | -1/+1 |
| | | | |||||
| | * | Use TranscriptionMode enum | schneefux | 2014-09-25 | 1 | -33/+28 |
| | | | |||||
| | * | Use with statement to open file in Google STT engine | schneefux | 2014-09-25 | 1 | -3/+2 |
| | | | |||||
| | * | Implement is_available() in STT engines | schneefux | 2014-09-25 | 1 | -12/+27 |
| | | | |||||
| | * | STT engines now use slugs | schneefux | 2014-09-25 | 1 | -11/+17 |
| | | | |||||
| | * | STT engines now inherit from AbstractSTTEngine | schneefux | 2014-09-25 | 1 | -2/+18 |
| | | | |||||
| * | | Merge pull request #148 from alexsiri7/multiple_queries | schneefux | 2014-09-26 | 1 | -8/+12 |
| |\ \ | |/ |/| | Handle all Google Speech options | ||||
| | * | Handle all Google Speech options | schneefux | 2014-09-25 | 1 | -8/+12 |
| | | | |||||
| * | | write pocketsphinx decoder output to debug logger | schneefux | 2014-09-24 | 1 | -3/+31 |
| |/ | |||||
| * | Minor style fixes in g2p.py and stt.py | schneefux | 2014-09-12 | 1 | -1/+1 |
| | | |||||
| * | Make HMM dir used for PocketSphinxSTT configurable | schneefux | 2014-09-12 | 1 | -4/+17 |
| | | |||||
| * | Merge pull request #154 from Holzhaus/shebangs | schneefux | 2014-09-10 | 1 | -0/+2 |
| |\ | | | | | Added shebangs and PEP 0263 source encodings | ||||
| | * | Add shebang and PEP 0263 source encoding to every module | schneefux | 2014-09-06 | 1 | -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 fix | schneefux | 2014-09-08 | 1 | -1/+1 |
| | | | |||||
| * | | Persistent connection for google stt | schneefux | 2014-09-08 | 1 | -10/+7 |
| |/ | |||||
| * | More cleanup, mostly in docstrings | schneefux | 2014-08-23 | 1 | -19/+19 |
| | | |||||
| * | Minor style fixes: removed unused imports, commented-out code, etc. | schneefux | 2014-08-22 | 1 | -29/+35 |
| | | |||||
