Exemplo n.º 1
0
 public void setSpeaker(LocaleVoice pLocaleVoice)
 {
     this.ttsSpeaker = pLocaleVoice;
 }
Exemplo n.º 2
0
 public BingTTS(string subscriptionKey)
 {
     this.subscriptionKey = subscriptionKey;
     this.ttsSpeaker      = LocaleVoice.en_US_ZiraRUS;
     this.auth            = new Authentication(this.subscriptionKey);
 }