Posts by Diego Moreira • 11 points
1 post
-
1
votes0
answers78
viewsQ: Listen/Record speechRecognition audio
I built a simple application using speechRecognition startListening() { let options = { language: 'en-US' } this.speechRecognition.startListening().subscribe(matches => { this.matches = matches;…