Microsoft Text To Speech Бесконечное ожидание в Visual Studio
#c# #xamarin #text-to-speech #c# #xamarin #преобразование текста в речь Вопрос: var config = SpeechConfig.FromSubscription("", "westeurope"); var synthesizer = new SpeechSynthesizer(config); var result = await synthesizer.SpeakSsmlAsync(xmlFirstPart voice xmlSecondPart synthesisText xmlThirdPart); var…