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
pengoosedev
14a1579877
Add missing ko_KR.json
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
RVC-Boss
d89fa76f49
Merge pull request #34 from D3lik/main
...
更改hugginface链接
2 years ago
RVC-Boss
7e6816fff2
Merge pull request #31 from AnyaCoder/patch-4
...
Update dataset.py
2 years ago
RVC-Boss
c475ba33c2
Merge pull request #32 from AI-Hobbyist/main
...
reupload missing language file
2 years ago
DW
8fd49410d1
Update README.md
2 years ago
DW
c16d1f50cd
Update README.md
2 years ago
Erythrocyte3803
5bbbd0efcf
reupload missing language file
2 years ago
spicysama
cc632b985d
Update dataset.py
...
pandas csv file doesn't have keys called "item_name", "sematic_text",update a method "iloc". which is more accurate.
2 years ago