compulim / web-speech-cognitive-services

Polyfill Web Speech API with Cognitive Services Bing Speech for both speech-to-text and text-to-speech service.
https://compulim.github.io/web-speech-cognitive-services
MIT License
63 stars 18 forks source link

Is there any way to extract the recording recorded? #211

Open john012343210 opened 1 year ago

john012343210 commented 1 year ago

Hello I'm using this library with https://github.com/JamesBrill/react-speech-recognition

However, I would like to extract the recorded recording After SpeechRecognition.abortListening is called. Because I would like the recording to send to my back end server for further analysis.

Is there any way to extract such recording?