diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-07-20 17:19:53 -0700 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-07-20 17:19:53 -0700 |
| commit | 10a57e25f29bd4cdf8caf50d1ebeff20ac506b9d (patch) | |
| tree | f9da90e7cb669277b889e5981b0b043aa3335f12 /client/local_mic.py | |
| parent | 39156bc6127314ea417b2b6d556150321b75cd82 (diff) | |
| download | jasper-client-10a57e25f29bd4cdf8caf50d1ebeff20ac506b9d.tar.gz jasper-client-10a57e25f29bd4cdf8caf50d1ebeff20ac506b9d.zip | |
fixing local mic with additional speaker argument
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..dee7669 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, lmd, dictd, lmd_persona, dictd_persona): return def passiveListen(self, PERSONA): |
