Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Fangjun Kuang
2023-08-10 20:35:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2023-08-10 20:35:51 +0800
Commit
6c0f0028253bd97ee8297a0d40b900d2b5e6e8d8
6c0f0028
1 parent
9dcad7e9
Typo fixes for .Net examples (#258)
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
3 行增加
和
2 行删除
dotnet-examples/online-decode-files/Program.cs
dotnet-examples/speech-recognition-from-microphone/Program.cs
dotnet-examples/online-decode-files/Program.cs
查看文件 @
6c0f002
...
...
@@ -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
...
...
dotnet-examples/speech-recognition-from-microphone/Program.cs
查看文件 @
6c0f002
...
...
@@ -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
();
...
...
请
注册
或
登录
后发表评论