summaryrefslogtreecommitdiff
path: root/client/local_mic.py
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-07-26 17:00:39 -0700
committerschneefux <schneefux+commit@schneefux.xyz>2014-07-26 17:00:39 -0700
commit44c9bacf3b3ef24a0f0ef971db45f145b54ff77c (patch)
treef52e264fb7c89e16470e9324b4cfce03c5881d3d /client/local_mic.py
parent50057bec57447247846d615865fe225ffc814771 (diff)
downloadjasper-client-44c9bacf3b3ef24a0f0ef971db45f145b54ff77c.tar.gz
jasper-client-44c9bacf3b3ef24a0f0ef971db45f145b54ff77c.zip
Fixing unit tests.
Diffstat (limited to 'client/local_mic.py')
-rw-r--r--client/local_mic.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/local_mic.py b/client/local_mic.py
index 3fc742e..44e232d 100644
--- a/client/local_mic.py
+++ b/client/local_mic.py
@@ -8,7 +8,7 @@ implementation, Jasper is always active listening with local_mic.
class Mic:
prev = None
- def __init__(self, lmd, dictd, lmd_persona, dictd_persona):
+ def __init__(self, speaker, passive_stt_engine, active_stt_engine):
return
def passiveListen(self, PERSONA):