Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はそれに似たようなことをしようとしていますが、声を変えていません...どうすれば変えることができますか?
私があなたを正しく理解している場合は、SpeechSynthesizerオブジェクトを作成する必要があります。
SpeechSynthesizer voice = new SpeechSynthesizer();
次に、以下の方法を使用して、特定の音声特性を持つ音声を選択できます。
voice.SelectVoiceByHints (VoiceGender, VoiceAge, Int32, CultureInfo)