Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.Speech should work with OneCore voices #110120

Open
rampaa opened this issue Nov 24, 2024 · 1 comment · May be fixed by #110123
Open

System.Speech should work with OneCore voices #110120

rampaa opened this issue Nov 24, 2024 · 1 comment · May be fixed by #110123
Labels
area-System.Speech in-pr There is an active PR which will close this issue when it is merged untriaged New issue has not been triaged by the area owner

Comments

@rampaa
Copy link

rampaa commented Nov 24, 2024

System.Speech doesn't work with OneCore voices out of the box. While the result of new SpeechSynthesizer().GetInstalledVoices(CultureInfo.GetCultureInfo("ja-JP")); includes Microsoft Haruka Desktop, it doesn't include Microsoft Ayumi, Microsoft Sayaka, etc. Support for OneCore voices can be added somewhat trivially with reflection, but ideally, we shouldn't need to use reflection at all, and System.Speech should support OneCore voices out of the box.

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Nov 24, 2024
Copy link
Contributor

Tagging subscribers to this area: @dotnet/area-system-speech
See info in area-owners.md if you want to be subscribed.

@dotnet-policy-service dotnet-policy-service bot added the in-pr There is an active PR which will close this issue when it is merged label Nov 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-System.Speech in-pr There is an active PR which will close this issue when it is merged untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant