282 Commits (86716c9c90b40b78b69e34079b8ef306f6a85f1c)
 

Author SHA1 Message Date
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
RVC-Boss d2c2d4eb34
Update webui.py 2 years ago
RVC-Boss 0aae34a321
Merge pull request #78 from elvizlai/main
fix: users.pth path check
2 years ago
Yongzheng Lai e0590b9c26 fix: users.pth path check 2 years ago
RVC-Boss e63672943a
Merge pull request #68 from kexul/main
Disable debug level logging
2 years ago
RVC-Boss fd677af1b0
Merge pull request #76 from Miuzarte/main
Update config.py
2 years ago
謬紗特 18c3907682
Update config.py 2 years ago
RVC-Boss 454340d2ef
Merge pull request #75 from Miuzarte/main
Add api.py
2 years ago
謬紗特 192668435b
Match config.py 2 years ago
謬紗特 76164a0774
Add api.py 2 years ago
RVC-Boss 6a36360a03
Merge pull request #66 from D3lik/main
Enable share to make colab notebook creation easier
2 years ago
Ke 79708faed4
Disable debug level logging
When using `inference_webui.py`, it produces debug level info for http requests, for example: 
```
DEBUG:httpcore.http11:response_closed.started
```
Here I changed it to warning level.
2 years ago
DW 6dcaf262ad
Update webui.py 2 years ago
RVC-Boss 1afdb42295
Update webui.py 2 years ago
RVC-Boss cc33a767eb
Update webui.py 2 years ago
RVC-Boss 4850930499
Update 2-get-hubert-wav32k.py 2 years ago
RVC-Boss 230bf5bae6
Add files via upload 2 years ago
RVC-Boss 54bd2b7961
Update requirements.txt 2 years ago
RVC-Boss e2ddf97c31
Add files via upload 2 years ago
RVC-Boss dbbf616762
Update webui.py 2 years ago
RVC-Boss 2e500db3e3
Merge pull request #46 from Yuan-ManX/i18n
Change i18n folder
2 years ago
RVC-Boss 47c7c45e78
Update requirements.txt 2 years ago
RVC-Boss 44325b3384
Merge pull request #52 from kexul/main
Kill process in Linux platform
2 years ago
RVC-Boss 08d67d427b
Merge pull request #50 from AI-Hobbyist/main
fixed i18n.i18n not found error
2 years ago
Ke 053a7a730c
Merge pull request #1 from kexul/kexul-patch-1
Kill process in Linux platform
2 years ago
Ke 3a167888e2
Kill process in Linux platform
Add a function to kill process and its children recusively in Linux platform.
2 years ago
Erythrocyte3803 678616c0ed fixed i18n.i18n not found error 2 years ago
Yuan-Man 0d9a04cf60
Change i18n folder 2 years ago
RVC-Boss 515cf3d75e
Merge pull request #42 from TheStingerX/patch-1
Fixed i18n error
2 years ago
Ilaria ee1d99ab3c
Fixed i18n error
Line 27 of webui.py contains an import from i18n.i18n but there was no module in the requirements.
I added the module i18n.

Line for context: "from i18n.i18n import I18nAuto"
2 years ago
RVC-Boss 9619223bc3
Update README.md 2 years ago
RVC-Boss d2d43437a8
Add files via upload 2 years ago
RVC-Boss f2f3d17867
Add files via upload 2 years ago