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