diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-30 17:27:05 +0200 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-10-03 14:12:09 +0200 |
| commit | 3098faceb232c0d2ea29fa98b01a6b9c6e474ff1 (patch) | |
| tree | b6b2911532bb7e154c9a961f1694b97a7c421e7a | |
| parent | 6f2126aa28d7715a8b65b4c7e427c72e32a6c28b (diff) | |
| download | jasper-client-3098faceb232c0d2ea29fa98b01a6b9c6e474ff1.tar.gz jasper-client-3098faceb232c0d2ea29fa98b01a6b9c6e474ff1.zip | |
Add jasperpath import to stt.py
| -rw-r--r-- | client/stt.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/stt.py b/client/stt.py index 344696c..c5caf99 100644 --- a/client/stt.py +++ b/client/stt.py @@ -10,6 +10,7 @@ import logging from abc import ABCMeta, abstractmethod import requests import yaml +import jasperpath """ The default Speech-to-Text implementation which relies on PocketSphinx. |
