We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Instead of pressing a key, continuously listen till the wake work is announced (i.e., "Hey Ross")
The text was updated successfully, but these errors were encountered:
great suggestion! Happy to review a PR @RoboEvangelist .
Currently, you can use the max_duration in the action message
max_duration
ros2_whisper/whisper_msgs/action/Inference.action
Line 5 in e512080
to specify a duration.
Any idea how this could be handled better?
There are models for voice activity detection: https://github.com/snakers4/silero-vad
Once activity is detected, the action server could be called.
Sorry, something went wrong.
No branches or pull requests
Instead of pressing a key, continuously listen till the wake work is announced (i.e., "Hey Ross")
The text was updated successfully, but these errors were encountered: