EfficientWord-Net
EfficientWord-Net copied to clipboard
automictic wake word detect without even sound
it detecting wake word on silence , specially when i 1 times , its repeat it self twice, any solution?
This is happening because of the sliding window approach
You can controll it in the following snippet
mic_stream = SimpleMicStream(
window_length_secs=1.5,
sliding_window_secs=0.75,
)
thanks for your fast reply <3 @TheSeriousProgrammer which one should i increase or decrease?
You can try experimenting, in your case of repeated detection try increasing it
sliding_window_sec?
yess