You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Latest Community toolkit sample 11.0.0, tried on Android 13, 14 and 15.
Anything else?
Italian language devices, language pack downloaded in italian and english.
Tried:
await speechToText.StartListenAsync(new SpeechToTextOptions
{
Culture = new System.Globalization.CultureInfo("en-US"),
ShouldReportPartialResults = true
}, CancellationToken.None);
to force "en-US" and the default Culture = CultureInfo.CurrentCulture, that picks "it-IT"
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Did you read the "Reporting a bug" section on Contributing file?
Current Behavior
Using the unmodified sample provided, I try OfflineSpeechToText and receive a Failure in speech engine - LanguageNotSupported
Expected Behavior
Expect the sample to work and listen to speech
Steps To Reproduce
Press the button "StartListenAs" and the error appears in Language Output label
Link to public reproduction project repository
https://github.com/CommunityToolkit/Maui
Environment
Anything else?
Italian language devices, language pack downloaded in italian and english.
Tried:
await speechToText.StartListenAsync(new SpeechToTextOptions
{
Culture = new System.Globalization.CultureInfo("en-US"),
ShouldReportPartialResults = true
}, CancellationToken.None);
to force "en-US" and the default Culture = CultureInfo.CurrentCulture, that picks "it-IT"
The text was updated successfully, but these errors were encountered: