How to install and use additional voices in SpeechSynthesizer()?

后端 未结 2 1139
野性不改
野性不改 2020-12-18 07:17

I need to use male voice in SpeechSynthesizer in addition to default Anna voice. I installed some files from Microsoft, and GetInstalledVoices() method says now I have Micro

2条回答
  •  天命终不由人
    2020-12-18 07:23

    After trying many suggestions from web found working solution:

    - install Microsoft Speech Platform SDK (x64) v11.0.

    - install Runtime Languages (Version 11) you need.

    - do registry changes from the end of this this thread.

    - install Microsoft Server Speech Platform Runtime (x64) (! - this is what i was missing).

    - and you have to set platform target in build to x64 to use new voices like Helen or ZiraPro

提交回复
热议问题