1

I would like to use the MS Speech SDK 11 with different voices not only Microsoft Anna. I downloaded the language pack and installed some of them but they are not yet available. How can I use different languages ​​with MS Speech SDK 11, please?

LittleBobbyTables - Au Revoir
  • 32,008
  • 25
  • 109
  • 114
sada
  • 584
  • 2
  • 8
  • 25

1 Answers1

2

The MS Speech SDK installs server TTS engines and server voices, and you need to use the Microsoft.Speech namespace to access these voices. Microsoft Anna is a desktop voice, which uses the System.Speech namespace. I explain the differences in this question.

Community
  • 1
  • 1
Eric Brown
  • 13,774
  • 7
  • 30
  • 71