-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request / discussion : New event after end of TTS (keep led on during TTS) #63
Comments
A Wyoming audio output system is supposed to send a |
Thanks for the feedback @synesthesiam. |
There were a couple gaps in feedback from the led status colors so I made a couple modifications to 2mic_service.py to handle Error event when no speech text detected (flash purple) and cyan while the assist is processing/playing audio back as a response... IMG_4879.MOVIMG_4880.MOV...
... ...
... |
Merged #100 |
Hi there! Need a little help. Is this also required?
Also, do these look fine?
Lastly, is this working for you?
Please let me know. Thanks! |
Hello @synesthesiam.
I'm using the event server to control the leds and would like to keep them on while
aplay
is being executed, i.e., while the TTS return is being played.Right now TTS audio chunk is sent to the queue and there's no event tracking when the audio was played. The last event is the AudioStop but it's received when the server is finished sending chunks, not when the actual play ended.
One possible solution is the desconnection of the sound client here:
wyoming-satellite/wyoming_satellite/satellite.py
Line 530 in 4d52ef3
I made some tests and it works as expected is this scenario.
What would you say? Any other suggestion?
The text was updated successfully, but these errors were encountered: