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
Daniel Breedeveld
2024-05-29 17:45:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2024-05-29 17:45:00 +0800
Commit
e21caab7599bda96485cc7b304d16bfca0602cc4
e21caab7
1 parent
d4522303
fix: Typo 'maxNumSenetences' in SherpaOnnx.swift (#939)
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
swift-api-examples/SherpaOnnx.swift
swift-api-examples/SherpaOnnx.swift
查看文件 @
e21caab
...
...
@@ -657,12 +657,12 @@ func sherpaOnnxOfflineTtsConfig(
model
:
SherpaOnnxOfflineTtsModelConfig
,
ruleFsts
:
String
=
""
,
ruleFars
:
String
=
""
,
maxNumSen
e
tences
:
Int
=
2
maxNumSentences
:
Int
=
2
)
->
SherpaOnnxOfflineTtsConfig
{
return
SherpaOnnxOfflineTtsConfig
(
model
:
model
,
rule_fsts
:
toCPointer
(
ruleFsts
),
max_num_sentences
:
Int32
(
maxNumSen
e
tences
),
max_num_sentences
:
Int32
(
maxNumSentences
),
rule_fars
:
toCPointer
(
ruleFars
)
)
}
...
...
请
注册
或
登录
后发表评论