diff options
Diffstat (limited to 'client/mic.py')
| -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 |
