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

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

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