Welcome Guest Search | Active Topics | Sign In | Register

Speech Recognition Web page Options
Yasin
Posted: Tuesday, March 4, 2025 3:21:16 AM
Rank: Newbie
Groups: Member

Joined: 2/21/2025
Posts: 2
I am having one angular web page which is using Augnito Speech Recognition API to convert speech to text.
When I am opening this page from my Winforms C# using Eo.Webbrowser. It is always saying Microphone access denied.
the same web page If I open directly in chrome , I am able to access Micro phone. then why it is not Allowing Through EO Web Browser.

I tried handling the permission Event and e.Allow(). Still not working.
Please help

Code:
Environment.SetEnvironmentVariable("WEBVIEW_ADDITIONAL_BROWSER_ARGUMENTS", "--autoplay-policy=no-user-gesture-required");
webView1.RequestPermissions += webView_RequestPermissions;
webView1.LoadCompleted += webView1_LoadCompleted;
webView1.ConsoleMessage += onConsle;
string URL = "https://local:8034/speechRecogTest";
webView1.LoadUrl(URL);
eo_support
Posted: Tuesday, March 4, 2025 11:59:35 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,298
Hi,

Speach recognition support was recently added. Please see this post for more details on how to use this feature:

https://www.essentialobjects.com/forum/postst12797_Youtube.aspx

Thanks!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.