summaryrefslogtreecommitdiff
path: root/client/stt.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-09-30 17:27:05 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2014-10-03 14:12:09 +0200
commit3098faceb232c0d2ea29fa98b01a6b9c6e474ff1 (patch)
treeb6b2911532bb7e154c9a961f1694b97a7c421e7a /client/stt.py
parent6f2126aa28d7715a8b65b4c7e427c72e32a6c28b (diff)
downloadjasper-client-3098faceb232c0d2ea29fa98b01a6b9c6e474ff1.tar.gz
jasper-client-3098faceb232c0d2ea29fa98b01a6b9c6e474ff1.zip
Add jasperpath import to stt.py
Diffstat (limited to 'client/stt.py')
-rw-r--r--client/stt.py1
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.