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

@@ -96,7 +96,7 @@ dotnet run \
--num-threads=2 \
--decoding-method=modified_beam_search \
--debug=false \
./sherpa-onnx-streaming-zipformer-bilingual-zh-en-2023-02-20/test_wavs/0.wav \
--files ./sherpa-onnx-streaming-zipformer-bilingual-zh-en-2023-02-20/test_wavs/0.wav \
./sherpa-onnx-streaming-zipformer-bilingual-zh-en-2023-02-20/test_wavs/1.wav
Please refer to

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();