Closed TwinMist closed 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
sorted speechConfig.speechSynthesisVoiceName = voiceOptions.value; was missing from downloadButton.addEventListener function
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.
Hi, Using your example how would you go about saving the recording to the server and prompting the user to download it? many thanks