System.Speech should work with OneCore voices #110120
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
System.Speech
doesn't work with OneCore voices out of the box. While the result ofnew SpeechSynthesizer().GetInstalledVoices(CultureInfo.GetCultureInfo("ja-JP"));
includesMicrosoft Haruka Desktop
, it doesn't includeMicrosoft 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, andSystem.Speech
should support OneCore voices out of the box.The text was updated successfully, but these errors were encountered: