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

Save and Download #115

Closed TwinMist closed 3 years ago

TwinMist commented 3 years ago

Hi, Using your example how would you go about saving the recording to the server and prompting the user to download it? many thanks

TwinMist commented 3 years ago

Hi When downloading the voice is different to the one selected and played thought the speakers when you click on start synthesis is this able to match the selected voice thanks

TwinMist commented 3 years ago

sorted speechConfig.speechSynthesisVoiceName = voiceOptions.value; was missing from downloadButton.addEventListener function

compulim commented 3 years ago

This is for polyfilling W3C Web Speech API with Azure Cognitive Services.

Since W3C Web Speech API does not support downloading, this package will not support it either.