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
2024-07-28 14:07:25 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-07-28 14:07:25 +0800
Commit
9e005f53c37f706c5bcc5e052e090acdddb62189
9e005f53
1 parent
1f8e5751
fix building MFC examples (#1178)
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
mfc-examples/StreamingSpeechRecognition/StreamingSpeechRecognitionDlg.cpp
mfc-examples/StreamingSpeechRecognition/StreamingSpeechRecognitionDlg.cpp
查看文件 @
9e005f5
...
...
@@ -525,7 +525,7 @@ int CStreamingSpeechRecognitionDlg::RunThread() {
auto
r
=
SherpaOnnxGetOnlineStreamResult
(
recognizer_
,
stream_
);
std
::
string
text
=
r
->
text
;
SherpaOnnxDestroyOnlineRecognizer
(
r
);
SherpaOnnxDestroyOnlineRecognizer
Result
(
r
);
if
(
!
text
.
empty
()
&&
last_text
!=
text
)
{
// CString str;
// str.Format(_T("%s"), Cat(results, text).c_str());
...
...
请
注册
或
登录
后发表评论