winodws7 SpeechSynthesisUtterance libcef using web api Dll error #4247
ArmyMedalMei
started this conversation in
General
Replies: 1 comment 1 reply
-
win7 Ultimate This error can occur |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Html Javascript Code :
utter = new window.SpeechSynthesisUtterance("cat");
window.speechSynthesis.cancel();
window.speechSynthesis.speak(utter);
In the win7 environment, libcef.dll will report an error, but it will sound normally in the win10 environment
What architecture x86 or x64?
x64
What version of .Net?
.Net 4.7.2
On what operating system?
Win7
Are you using
WinForms
,WPF
orOffScreen
?WinForms
What steps will reproduce the problem?
Beta Was this translation helpful? Give feedback.
All reactions