ceuk / speech-recognition-aws-polyfill

Polyfill for the SpeechRecognition browser API using AWS Transcribe as a fallback
Other
10 stars 8 forks source link

Fix AWSRecognizer.create() #8

Closed JamesBrill closed 1 year ago

JamesBrill commented 2 years ago

Why

The means of creating a specification-compliant Speech Recognition class from this polyfill (AWSRecognizer.create()) is currently broken. To integrate this polyfill with libraries like react-speech-recognition and other consumers that need such a class to work with, this needs to be fixed.

What

ceuk commented 1 year ago

Merged. I've added you as a collaborator as well @JamesBrill - I've just not got the time lately to give this enough attention