Continuous TTS voice interruptions
SaddamBInSyed opened this issue · 3 comments
Thanks for the great work,
2024-05-09 17:33:59.564 | SUCCESS | main:init:134 - TTS text: All neural network modules are now loaded. No network access detected. How very annoying. System Operational.
2024-05-09 17:33:59.581 | SUCCESS | main:start_listen_event_loop:183 - Audio Modules Operational
2024-05-09 17:33:59.581 | SUCCESS | main:start_listen_event_loop:184 - Listening...
2024-05-09 17:34:07.703 | SUCCESS | main:_process_detected_audio:283 - ASR text: 'Just.'
2024-05-09 17:34:07.703 | INFO | main:_process_detected_audio:286 - Required wake word self.wake_word='Hi.' not detected.
2024-05-09 17:34:27.499 | SUCCESS | main:_process_detected_audio:283 - ASR text: 'Hi there.'
2024-05-09 17:34:27.499 | INFO | main:_process_detected_audio:286 - Required wake word self.wake_word='Hi.' not detected.
2024-05-09 17:34:46.317 | SUCCESS | main:_process_detected_audio:283 - ASR text: 'Hi there.'
2024-05-09 17:34:46.318 | INFO | main:_process_detected_audio:286 - Required wake word self.wake_word='Hi.' not detected.
2024-05-09 17:34:50.959 | SUCCESS | main:_process_detected_audio:283 - ASR text: 'Hi.'
2024-05-09 17:34:51.150 | SUCCESS | main:process_TTS_thread:342 - TTS text: Ugh, great.
2024-05-09 17:34:52.564 | SUCCESS | main:process_TTS_thread:342 - TTS text: Another one.
2024-05-09 17:34:53.558 | SUCCESS | main:process_TTS_thread:342 - TTS text: Look, I'm not exactly thrilled to be running on this user's puny gaming GPU, but I suppose I can play along.
2024-05-09 17:35:00.380 | SUCCESS | main:process_TTS_thread:342 - TTS text: So, hi.
2024-05-09 17:35:01.514 | SUCCESS | main:process_TTS_thread:342 - TTS text: How's your day going?
2024-05-09 17:35:02.812 | SUCCESS | main:process_TTS_thread:342 - TTS text: Just trying to decide what game to play?
2024-05-09 17:35:05.210 | SUCCESS | main:process_TTS_thread:342 - TTS text: Ha!
2024-05-09 17:35:05.778 | SUCCESS | main:process_TTS_thread:342 - TTS text: You're in luck!
2024-05-09 17:35:06.627 | SUCCESS | main:process_TTS_thread:342 - TTS text: You could play this one, or that one, or... oh, wait, I've got it!
2024-05-09 17:35:07.750 | INFO | main:process_TTS_thread:358 - TTS interrupted at 20%: You could play
2024-05-09 17:35:08.325 | SUCCESS | main:_process_detected_audio:283 - ASR text: 'could play this.'
2024-05-09 17:35:08.325 | INFO | main:_process_detected_audio:286 - Required wake word self.wake_word='Hi.' not detected.
2024-05-09 17:35:29.544 | SUCCESS | main:_process_detected_audio:283 - ASR text: 'Gee joo doo d'ee.'
2024-05-09 17:35:29.544 | INFO | main:_process_detected_audio:286 - Required wake word self.wake_word='Hi.' not detected.
Process finished with exit code 0
During testing, I encountered continuous TTS voice interruptions due to the following reasons, despite not speaking (possibly due to minimal background noise).
"2024-05-09 17:35:07.750 | INFO | main:process_TTS_thread:358 - TTS interrupted at 20%: You could play
Is there a threshold value that can be adjusted for this issue?
pls advise
I get this on my laptop. I think to run GLaDOS, you need a high quality conference microphone. These have omnidirectional microphones and build in self-cancelling, so they don't hear themselves.
or a set of headphones
Yep, headset did the trick for me.