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
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"
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"