Blazor Server-Side (or Hybrid)—Empty Results #63
IEvangelist
announced in
Announcements
Replies: 0 comments
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.
-
Edge returns 325 voices on my machine. This is way more than I think any of us were expecting. With that said, since the Blazor Server-side approach relies on ASP.NET Core SignalR, you must configure an appropriate message buffer size to handle this. Otherwise, the calls to
ISpeechSynthesisService.GetVoiceAsync
will not work. It results in the following error:If you have detailed errors on, you might instead see an error like this:
Work around
In the
Program
file:Additional context
Beta Was this translation helpful? Give feedback.
All reactions