summaryrefslogtreecommitdiff
path: root/client/stt.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\
| * Add shebang and PEP 0263 source encoding to every moduleschneefux2014-09-061-0/+2
* | 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
* Addressed CR comments.schneefux2014-07-291-36/+34
* Cleanup before pull request.schneefux2014-07-261-0/+4
* Work on Google STT on RPi.schneefux2014-07-261-4/+54
* Google STT works on OS Xschneefux2014-07-231-0/+101