You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to use voice entry for setting nav destinations and more. The goal of this is to get a small, self-contained demo working of detecting a phrase like "Hey comma, navigate home". The script will run forever: detect start of speech, detect end of speech, do speech to text, then print it out.
Requirements:
wake word detection needs to be local and fast
speech to text can use an API
must be low latency (<1s)
new dependencies must be used only when necessary
doesn't use any GPU; CPU and DSP are available though
Can you explain this part? ""The goal of this is to get a small, self-contained demo working of detecting a phrase like "Hey comma, navigate home"."
Do you want standalone script with demo or do you want the script to be in the repo but work separately for a demo?
We want to use voice entry for setting nav destinations and more. The goal of this is to get a small, self-contained demo working of detecting a phrase like "Hey comma, navigate home". The script will run forever: detect start of speech, detect end of speech, do speech to text, then print it out.
Requirements:
See how we're running other models on the device: https://github.com/commaai/openpilot/tree/master/selfdrive/modeld
The text was updated successfully, but these errors were encountered: