diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-07-26 17:00:39 -0700 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-07-26 17:00:39 -0700 |
| commit | 44c9bacf3b3ef24a0f0ef971db45f145b54ff77c (patch) | |
| tree | f52e264fb7c89e16470e9324b4cfce03c5881d3d /client/local_mic.py | |
| parent | 50057bec57447247846d615865fe225ffc814771 (diff) | |
| download | jasper-client-44c9bacf3b3ef24a0f0ef971db45f145b54ff77c.tar.gz jasper-client-44c9bacf3b3ef24a0f0ef971db45f145b54ff77c.zip | |
Fixing unit tests.
Diffstat (limited to 'client/local_mic.py')
| -rw-r--r-- | client/local_mic.py | 2 |
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): |
