Typo fixes for .Net examples (#258)

This commit is contained in:
Fangjun Kuang
2023-08-10 20:35:51 +08:00
committed by GitHub
parent 9dcad7e963
commit 6c0f002825
2 changed files with 3 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ using System.Runtime.InteropServices;
using System;
class OnlineDecodeFiles
class SpeechRecognitionFromMicrophone
{
class Options
{
@@ -192,6 +192,7 @@ to download pre-trained streaming models.
);
Console.WriteLine(param);
Console.WriteLine("Started! Please speak");
stream.Start();