Code I Use

  • rss
  • archive
  • Basic Speech Synthesis in Windows Phone 8

    void SimpleSpeechSynthesis(object sender, EventArgs e)
    {
        SpeechSynthesizer defaultSynthesizer = new SpeechSynthesizer();
        defaultSynthesizer.SpeakTextAsync(“I can talk! Insert two thousand one reference here.”);
    }

    • January 15, 2013 (6:45 pm)
© 2012–2013 Code I Use