1
0
mirror of synced 2024-11-30 18:24:32 +01:00

rename realtime gui

This commit is contained in:
Blaise 2023-12-22 17:13:41 +01:00
parent 907a43c642
commit f0c2324604
6 changed files with 890 additions and 890 deletions

View File

@ -1,6 +1,6 @@
### 20231006更新
我们制作了一个用于实时变声的界面go-realtime-gui.bat/gui_v1.py事实上早就存在了本次更新重点也优化了实时变声的性能。对比0813版
我们制作了一个用于实时变声的界面go-realtime-gui.bat/realtime-gui.py事实上早就存在了本次更新重点也优化了实时变声的性能。对比0813版
- 1、优优化界面操作参数热更新调整参数不需要中止再启动懒加载模型已加载过的模型不需要重新加载增加响度因子参数响度向输入音频靠近
- 2、优化自带降噪效果与速度
- 3、大幅优化推理速度

View File

@ -1,5 +1,5 @@
### 2023-10-06
- We have created a GUI for real-time voice change: go-realtime-gui.bat/gui_v1.py (Note that you should choose the same type of input and output device, e.g. MME and MME).
- We have created a GUI for real-time voice change: go-realtime-gui.bat/realtime-gui.py (Note that you should choose the same type of input and output device, e.g. MME and MME).
- We trained a better pitch extract RMVPE model.
- Optimize inference GUI layout.

View File

@ -1,2 +1,2 @@
runtime\python.exe gui_v1.py --pycmd runtime\python.exe --dml
runtime\python.exe realtime-gui.py --pycmd runtime\python.exe --dml
pause

View File

@ -1,2 +1,2 @@
runtime\python.exe gui_v1.py
runtime\python.exe realtime-gui.py
pause

View File

@ -38,7 +38,7 @@ for filename in glob.iglob("**/*.py", recursive=True):
code_keys = set(strings)
"""
n_i18n.py
gui_v1.py 26
realtime-gui.py 26
app.py 16
infer-web.py 147
scan_i18n.py 0

File diff suppressed because it is too large Load Diff