Example #1
0
        public void speechStart()
        {
            ss = new SpeechSynthesizer();

            STT.StreamingMicRecognizeAsync(5);
            ResultText(5);
        }
Example #2
0
        public void btnSpeechStart_Click(object sender, EventArgs e)
        {
            ss = new SpeechSynthesizer();

            STT.StreamingMicRecognizeAsync(5);
            ResultText(5);
        }