diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-12 18:28:51 -0400 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2014-09-12 18:28:51 -0400 |
| commit | f04aee9a073ef05f04d5300de578d327d464ebbf (patch) | |
| tree | 1c6752b06fdaf7f7870c1f1d7d026e30caa1c7a9 /client | |
| parent | fde1122750134e849a6c814d2e785b1252758b38 (diff) | |
| download | jasper-client-f04aee9a073ef05f04d5300de578d327d464ebbf.tar.gz jasper-client-f04aee9a073ef05f04d5300de578d327d464ebbf.zip | |
Fixed music argument in mic.activeListen()
Diffstat (limited to 'client')
| -rw-r--r-- | client/mic.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/mic.py b/client/mic.py index c0656ce..3150d4e 100644 --- a/client/mic.py +++ b/client/mic.py @@ -232,7 +232,7 @@ class Mic: write_frames.writeframes(''.join(frames)) write_frames.close() - return self.active_stt_engine.transcribe(AUDIO_FILE, MUSIC) + return self.active_stt_engine.transcribe(AUDIO_FILE, MUSIC=MUSIC) def say(self, phrase, OPTIONS=" -vdefault+m3 -p 40 -s 160 --stdout > say.wav"): # alter phrase before speaking |
