private void Btn_stop_train_Click(object sender, EventArgs e) { _stream = WavAudioRecorder.StopRecording(); btn_stop_train.Enabled = false; btn_train.Enabled = true; text_Log.AppendText("\nRecording Complete. Click Train to begin training the model"); }
private void Btn_test_stop_Click(object sender, EventArgs e) { _stream = WavAudioRecorder.StopRecording(); btn_test_stop.Enabled = false; btn_test_record.Enabled = true; btn_test_record.Enabled = true; btn_recognize.Enabled = true; }