Hi Guys
i have a strange problem with microsoft translator but only with Internet Explorer.
I configured an Audio Media , with this instruction on "media"
MicrosoftTranslator.TextToSpeech(Label11.Text,"EN")
with all the browsers , when user click on play the translation sounds very well , but in internet explorer 11 not.
Everyone have the same issue?
Thanksss
Hi @costantini307,
I have made a test, the issue is confirmed on my side.
It seems that the MicrosoftTranslator.TextToSpeech() function not work within Internet Explorer.
I would post this issue to my product team, if the issue is solved, I would reply here.
Best regards,
Kris
thank you very much Kris!
Hi @costantini307,
Just an update -- The product team is investigating this issue, if the issue is solved, I would reply here.
Best regards,
Kris
thank you
TextToSpeech, output was default WAV format which doesn’t support on IE, need mp3 format to support in IE. So you need to call API to specify that format to works in IE.
Example:-
MicrosoftTranslator.TextToSpeech("hello","en-US", {format:"audio/mp3"})
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
This training provides practical hands-on experience in creating Power Apps solutions in a full-day of instructor-led App creation workshop.
User | Count |
---|---|
199 | |
48 | |
45 | |
45 | |
38 |
User | Count |
---|---|
284 | |
81 | |
80 | |
80 | |
71 |