← Back to context

Comment by netsharc

2 days ago

The relevant code: https://github.com/Pankajtanwarbanna/scream-to-unlock/blob/m...

Are you sure Chrome doesn't talk to Google's server to convert the speech to text?

Chrome's Web Speech API does indeed send audio to Google's servers by default unless you're using the newer SpeechRecognition API with continuous=false and interimResults=true for local processing.