anteloe / speech-polyfill

This is a Polyfill for the HTML5 Speech Recognition API. It uses Microsoft's Cognitive Services as a backend. All Browsers supporting WebRTC will be supported by this Polyfill.
MIT License
21 stars 5 forks source link

Upgraded to TypeScript 3.x and webpack 4.x. #2

Closed Domratchev closed 5 years ago

Domratchev commented 5 years ago

Fixed type safety issues. Upgraded to microsoft-speech-browser-sdk 0.0.12. Added apiKey setter property.

anteloe commented 5 years ago

Thanks for your contribution! 👍