优化笔记本、翻译并重新引入自动push (#48)

* optimize: 精简未用到的配置项并在特征提取初步引入mps

* add cmd argument: --noautoopen

* fix: i18n

* fix

* fix

* add genlocale workflow

* add unitest

* fix

* fix

* fix

* 优化笔记本

* reintroduce Push changes

* disable genlocale on non-main branch

* 将笔记本checkout改为stable
This commit is contained in:
源文雨
2023-04-13 21:32:08 +08:00
committed by GitHub
parent 55135e0a0e
commit 99996fbe8a
6 changed files with 90 additions and 25 deletions

View File

@@ -76,6 +76,7 @@
"点击查看交流、问题反馈群号": "Click to view the communication and problem feedback group number",
"xxxxx": "xxxxx",
"加载模型": "加载模型",
"Hubert模型": "Hubert File",
"选择.pth文件": "选择.pth文件",
"选择.index文件": "选择.index文件",
"选择.npy文件": "选择.npy文件",
@@ -88,8 +89,10 @@
"采样长度": "采样长度",
"淡入淡出长度": "淡入淡出长度",
"额外推理时长": "额外推理时长",
"输降噪/Output Noisereduce": "输出降噪/Output Noisereduce",
"输降噪": "Input Noisereduce",
"输出降噪": "Output Noisereduce",
"性能设置": "性能设置",
"开始音频转换": "开始音频转换",
"停止音频转换": "停止音频转换"
"停止音频转换": "停止音频转换",
"推理时间(ms):": "Infer Time(ms):"
}