965 Commits (dbf7702b54df57923ac8c341df2e8b4fcbc20108)
 

Author SHA1 Message Date
RVC-Boss 9161907adc
Update webui.py 2 years ago
RVC-Boss 4ba412f07f
Update inference_webui.py 2 years ago
RVC-Boss 53115906f1
Merge pull request #128 from D3lik/patch-1
I18n fix for inference webui
2 years ago
RVC-Boss c97c1cd3cd
Merge pull request #121 from bruce2233/patch-2
docs: add uvr dependencies
2 years ago
RVC-Boss dfb9ed9c19
Merge pull request #124 from xmimu/main
音频切片部分,提前进行输入路径检查,路径拼接换成 os.path.join
2 years ago
DW 3ce23fa619
Update inference_webui.py 2 years ago
DW 4177187623
Update inference_webui.py 2 years ago
梨梨梨 032425857c
Merge branch 'RVC-Boss:main' into main 2 years ago
xmimu 0810d765d8 提前进行输入路径检查,路径拼接换成 os.path.join 2 years ago
岛石 0a1a582b9f
docs: add uvr dependencies 2 years ago
RVC-Boss 18f98f2ca5
Merge pull request #117 from Yuan-ManX/README
Update README.md
2 years ago
RVC-Boss 3219adc80f
Merge pull request #119 from Yuan-ManX/requirements
Update requirements.txt
2 years ago
Yuan-Man a40876d579
Update requirements.txt 2 years ago
Yuan-Man ca0f83c87e
Update README.md 2 years ago
RVC-Boss 6531ac9cdd
Create Changelog_CN.md 2 years ago
RVC-Boss 102d50819e
Add files via upload 2 years ago
RVC-Boss 2f3ab46bdf
Add files via upload 2 years ago
RVC-Boss da6cab78d1
Add files via upload 2 years ago
RVC-Boss 19ff34260b
Add files via upload 2 years ago
RVC-Boss f61471166c
Add files via upload 2 years ago
RVC-Boss a87ad5228e
Add files via upload 2 years ago
RVC-Boss 1f5bcd87ff
Add files via upload 2 years ago
RVC-Boss 7b89c9ed56
Add files via upload 2 years ago
RVC-Boss ea62d6e0cf
Add files via upload 2 years ago
RVC-Boss 48da30c4af
Merge pull request #113 from bruce2233/patch-1
[fix]: fix json quotation error
2 years ago
岛石 4da64b9a82
[fix]: fix json quotation error 2 years ago
RVC-Boss 8ad264eabc
Delete README_ZH.md 2 years ago
RVC-Boss 845fa69414
Create README.md 2 years ago
RVC-Boss f0c329d61b
Merge pull request #85 from Xaiat/main
Update REAME and README_ZH
2 years ago
RVC-Boss 39dbe99645
Merge branch 'main' into main 2 years ago
RVC-Boss b82259b905
Merge pull request #107 from RafaelGodoyEbert/main
Fix of the i18n implementation + pt_BR
2 years ago
RVC-Boss 90bf796624
Merge branch 'main' into main 2 years ago
RVC-Boss ddad321c0a
Merge pull request #108 from D3lik/main
Webui英文翻译/English translation for whole webui
2 years ago
DW 827d0a337d
Update en_US.json 2 years ago
DW fd849ff42e
Translated en_US.json 2 years ago
Rafael Godoy 5addea5695
Add files via upload 2 years ago
Rafael Godoy eb7e864118
Fix of the i18n implementation + pt_BR
In the webui.py file, several strings with i18n code were missing to enable translation as soon as they are identified.
2 years ago
RVC-Boss 423705d715
Merge pull request #96 from eltociear/add_ja-readme
Add Japanese README
2 years ago
RVC-Boss 344b1d8e1b
Merge pull request #92 from Miuzarte/main
重构config相关调用, 自述增添已测试环境
2 years ago
Miuzarte 21b9c20fc8 config.py引入class, requirement补全, 自述追加已测试环境 2 years ago
Ikko Eltociear Ashimine f2a1466995 Add Japanese README 2 years ago
KakaruHayate 240e0e289b
使用librosa加载音频避免ffmpeg.probe读取metadata的错误
如题,有用户称在读取音频的metadata时出现问题,这可能是ffprobe造成的。部分站点在存在写入不合规metadata的情况(如一些直播站点将直播间信息写入metadata,其中包含emoji等乱七八糟信息),这在ffmpeg.probe时将会出现问题。
考虑到ffmpeg兼容性和性能比librosa更好,可能在导入前对metadata合规性处理会更好?
但是看到后面注释部分很多地方还是使用librosa实现,所以暂且认为还不用考虑兼容性问题。
2 years ago
RVC-Boss ca8800f312
Merge pull request #20 from Tps-F/add_gitignore
add gitignore
2 years ago
RVC-Boss 453d786f10
Merge branch 'main' into add_gitignore 2 years ago
RVC-Boss a665a5314d
Merge pull request #7 from Tps-F/instead_init
remove full-width replace init to gitignore
2 years ago
RVC-Boss 97b2d21862
Merge pull request #87 from c4fun/main
解决输入目标文本的空行导致报错的问题
2 years ago
RVC-Boss 261afa45fd
Merge pull request #90 from http-404-usernotfound/patch-1
Update README.md
2 years ago
http-404-usernotfound 426cc32258
Update README.md
Some users were facing problems while installing the PIP packages
because distutils.cmd module was missing in their Python environment.
2 years ago
c4fun 95bb2c921e 解决输入目标文本的空行导致报错的问题 2 years ago
Xaiat bd2c770ed9 Update REAME and README_ZH 2 years ago