aligner/conf/config.json
2026-04-17 15:22:20 +08:00

37 lines
913 B
JSON

{
"align_model": "/data/ymq/models/MahmoudAshraf/mms-300m-1130-forced-aligner",
"website":{
"paths":[
["$[workdir]$/wwwroot",""]
],
"client_max_size":1000000000,
"host":"0.0.0.0",
"port":8080,
"coding":"utf-8",
"indexes":[
"index.html",
"index.ui",
"index.dspy"
],
"processors":[
[".proxy","proxy"],
[".tmpl.js","tmpl"],
[".tmpl.css","tmpl"],
[".html.tmpl","tmpl"],
[".tmpl","tmpl"],
[".app","app"],
[".ui","bui"],
[".dspy","dspy"]
],
"startswiths":[
{
"leading":"/idfile",
"registerfunction":"idfile"
},{
"leading":"/align",
"registerfunction":"align"
}
]
}
}