ФІО = speech Запитання:Microsoft.Speech.Synthesis.SpeechSynthesizer ss = new Microsoft.Speech.Synthesis.SpeechSynthesizer(); var voiceList = ss.GetInstalledVoices(); ss.SelectVoice(voiceList[0].VoiceInfo.Name); ====================================