Closed m1guelperez closed 1 year ago
changing the sliding window in your micstream can help
mic_stream = SimpleMicStream(
window_length_secs=1.5,
sliding_window_secs=0.75,
)
Increasing the sliding_window_secs
helped a lot. Thanks!
Sometimes when saying the hotword it gets recognized two times. Changing the relaxation time does not solve the issue. This happens with
mycroft
as well as custom words.Here are the dependencies I use. I am using a fork with a newer
numpy
version. I am on a MacBook pro with m2 max and Ventura 13.5