Skip to content

Commit

Permalink
Typo fixes for .Net examples (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj authored Aug 10, 2023
1 parent 9dcad7e commit 6c0f002
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dotnet-examples/online-decode-files/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
using System;


class OnlineDecodeFiles
class SpeechRecognitionFromMicrophone
{
class Options
{
Expand Down Expand Up @@ -192,6 +192,7 @@ IntPtr userData
);

Console.WriteLine(param);
Console.WriteLine("Started! Please speak");

stream.Start();

Expand Down

0 comments on commit 6c0f002

Please sign in to comment.