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
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.
The text was updated successfully, but these errors were encountered:
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: