rename realtime gui
This commit is contained in:
parent
907a43c642
commit
f0c2324604
@ -1,6 +1,6 @@
|
||||
### 20231006更新
|
||||
|
||||
我们制作了一个用于实时变声的界面go-realtime-gui.bat/gui_v1.py(事实上早就存在了),本次更新重点也优化了实时变声的性能。对比0813版:
|
||||
我们制作了一个用于实时变声的界面go-realtime-gui.bat/realtime-gui.py(事实上早就存在了),本次更新重点也优化了实时变声的性能。对比0813版:
|
||||
- 1、优优化界面操作:参数热更新(调整参数不需要中止再启动),懒加载模型(已加载过的模型不需要重新加载),增加响度因子参数(响度向输入音频靠近)
|
||||
- 2、优化自带降噪效果与速度
|
||||
- 3、大幅优化推理速度
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,2 +1,2 @@
|
||||
runtime\python.exe gui_v1.py
|
||||
runtime\python.exe realtime-gui.py
|
||||
pause
|
||||
|
@ -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
Loading…
Reference in New Issue
Block a user