SpeechSynthesizer.SelectVoice() Fails with “No matching voice is installed or the voice was disabled”

后端 未结 4 1601
無奈伤痛
無奈伤痛 2020-12-11 11:25

I am modifying Scott Hanselman\'s BabySmash code to support other languages.

  1. I installed the speech platform and a new language per these steps.
  2. Th

4条回答
  •  -上瘾入骨i
    2020-12-11 11:59

    Another solution is to install (x64) bits version of Microsoft Speech Platform SDK and Microsoft Server Speech Platform Runtime. I think that you had installed (x86) bits of both and the plataform try to read it in (x64) bits.

    I had the same problem that you but on the contrary and this works to me!

提交回复
热议问题