Example #1
0
        private async void btn_save_file_Click(object sender, RoutedEventArgs e)
        {
            text_note.Text += await asr.RecogniteFromFile("1.wav");

            text_note.ScrollToEnd();
        }