2024-10-21 18:29:57 +08:00
|
|
|
{
|
|
|
|
"sample_rate":16000,
|
2024-10-22 22:59:29 +08:00
|
|
|
"vocab_file":"",
|
2024-10-21 18:29:57 +08:00
|
|
|
"remove_silence":false,
|
|
|
|
"modelname":"F5-TTS",
|
2024-10-22 11:41:08 +08:00
|
|
|
"device":"cuda:0",
|
2024-10-23 18:38:56 +08:00
|
|
|
"ref_audio_fn":"$[workdir]$/samples/ttt.wav",
|
|
|
|
"ref_text":"快点吃饭,上课要迟到了。",
|
2024-12-19 16:50:53 +08:00
|
|
|
"cross_fade_duration":0,
|
|
|
|
"website":{
|
|
|
|
"paths":[
|
|
|
|
["$[workdir]$/wwwroot",""]
|
|
|
|
],
|
|
|
|
"client_max_size":10000,
|
|
|
|
"host":"0.0.0.0",
|
|
|
|
"port":10099,
|
|
|
|
"coding":"utf-8",
|
|
|
|
"ssl_gg":{
|
|
|
|
"crtfile":"$[workdir]$/conf/www.bsppo.com.pem",
|
|
|
|
"keyfile":"$[workdir]$/conf/www.bsppo.com.key"
|
|
|
|
},
|
|
|
|
"indexes":[
|
|
|
|
"index.html",
|
|
|
|
"index.tmpl",
|
|
|
|
"index.ui",
|
|
|
|
"index.dspy",
|
|
|
|
"index.md"
|
|
|
|
],
|
|
|
|
"startswiths":[
|
|
|
|
{
|
|
|
|
"leading":"/idfile",
|
|
|
|
"registerfunction":"idFileDownload"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"processors":[
|
|
|
|
[".ws","ws"],
|
|
|
|
[".xterm","xterm"],
|
|
|
|
[".proxy","proxy"],
|
|
|
|
[".llm", "llm"],
|
|
|
|
[".llms", "llms"],
|
|
|
|
[".llma", "llma"],
|
|
|
|
[".xlsxds","xlsxds"],
|
|
|
|
[".sqlds","sqlds"],
|
|
|
|
[".tmpl.js","tmpl"],
|
|
|
|
[".tmpl.css","tmpl"],
|
|
|
|
[".html.tmpl","tmpl"],
|
|
|
|
[".bcrud", "bricks_crud"],
|
|
|
|
[".tmpl","tmpl"],
|
|
|
|
[".app","app"],
|
|
|
|
[".bui","bui"],
|
|
|
|
[".ui","bui"],
|
|
|
|
[".dspy","dspy"],
|
|
|
|
[".md","md"]
|
|
|
|
],
|
|
|
|
"rsakey":{
|
|
|
|
"privatekey":"$[workdir]$/conf/rsa_private_key.pem",
|
|
|
|
"publickey":"$[workdir]$/conf/rsa_public_key.pem"
|
|
|
|
},
|
|
|
|
"session_max_time":3000,
|
|
|
|
"session_issue_time":2500,
|
|
|
|
"session_redis_notuse":{
|
|
|
|
"url":"redis://127.0.0.1:6379"
|
|
|
|
}
|
|
|
|
}
|
2024-10-21 18:29:57 +08:00
|
|
|
}
|
|
|
|
|