Skip to content
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

automictic wake word detect without even sound #41

Open
Siyamfahad opened this issue Aug 19, 2023 · 6 comments
Open

automictic wake word detect without even sound #41

Siyamfahad opened this issue Aug 19, 2023 · 6 comments

Comments

@Siyamfahad
Copy link

it detecting wake word on silence , specially when i 1 times , its repeat it self twice,
any solution?

@TheSeriousProgrammer
Copy link
Contributor

This is happening because of the sliding window approach

@TheSeriousProgrammer
Copy link
Contributor

You can controll it in the following snippet

mic_stream = SimpleMicStream(
    window_length_secs=1.5,
    sliding_window_secs=0.75,
)

@Siyamfahad
Copy link
Author

Siyamfahad commented Aug 19, 2023

thanks for your fast reply <3 @TheSeriousProgrammer
which one should i increase or decrease?

@TheSeriousProgrammer
Copy link
Contributor

You can try experimenting, in your case of repeated detection try increasing it

@Siyamfahad
Copy link
Author

sliding_window_sec?

@TheSeriousProgrammer
Copy link
Contributor

yess

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants