-
Notifications
You must be signed in to change notification settings - Fork 464
Closed
Labels
area/essentialsIssue/Discussion/PR that has to do with EssentialsIssue/Discussion/PR that has to do with EssentialsbugSomething isn't workingSomething isn't workingneeds discussionDiscuss it on the next Monthly standupDiscuss it on the next Monthly standupunverified
Description
Is there an existing issue for this?
- I have searched the existing issues
Did you read the "Reporting a bug" section on Contributing file?
- I have read the "Reporting a bug" section on Contributing file: https://github.com/CommunityToolkit/Maui/blob/main/CONTRIBUTING.md#reporting-a-bug
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"
Metadata
Metadata
Assignees
Labels
area/essentialsIssue/Discussion/PR that has to do with EssentialsIssue/Discussion/PR that has to do with EssentialsbugSomething isn't workingSomething isn't workingneeds discussionDiscuss it on the next Monthly standupDiscuss it on the next Monthly standupunverified