Wake word audio notification

Hello there. I am up and running with a raspberry pi and the “b” image. Everything works okay. I was wondering if there was a way to have a little “beep” after you say mycroft, so you know when it is listening? The Jasper project has this.

Thanks

1 Like

@aramsichord , I have a similar complaint and as such have made the change in main.py to play a wav file of a beep when it begins recording for the STT engine.

/usr/local/lib/python2.7/site-packages/mycroft_core-1484348707-py2.7.egg/mycroft/client/speech/main.py

added this import line:

from mycroft.util import play_wav

and this line in function handle_record_begin():

play_wav("/home/pi/beep-3.wav")

works great.

2 Likes

@Maniac adding the line in handle_record_begin() my mycroft enter in a loop. core v0.8.3