源文雨
6223116f6b
fix: no attribute 'FILE_LIKE'' & update instructions
2025-06-19 17:25:21 +09:00
Jax Leo
78dfad6cba
doc: update instructions for ROCM ( #106 )
2025-01-29 05:46:08 +00:00
源文雨
96e3d8af40
doc: remove conda recommend ( #83 )
2024-08-30 18:08:46 +08:00
源文雨
412a9950a1
doc: remove changelogs
2024-06-17 16:17:45 +09:00
源文雨
63d07adeb1
doc: update screenshot table
2024-06-16 21:18:55 +09:00
源文雨
389d4a237c
doc: add gui screenshot
2024-06-16 20:15:43 +09:00
Alex Murkoff
1e22d468ea
feat(audio): use PyAV instead of ffmpeg ( #31 )
...
* feat(audio): use PyAV instead of ffmpeg
replaced usage of ffmpeg in favor of PyAV (`av`)
* refactor(audio): store all of the audio related functions in the `infer.lib.audio`
refactors previous commit to have singular functions for each task, all located in `infer.lib.audio`
* fix(audio): remove downsample_audio from mdxnet.py
it is no longer needed, since it's imported from infer.lib.audio
* docs: remove every ffmpeg mention in the documentation to avoid confusion
* chore(requirements): remove ffmpeg-python and ffmpy from all requirements
* fix(audio): fix loading for UVR
wrapped gathering of META info from the stream into a function
fixes loading for UVR
* fix(audio): use np.frombuffer() instead of direct conversion of the resampled frames
this fixes traceback on preprocessing
* feat(audio): pre-allocate decoded_audio array in the load_audio function
this should improve performance, even if just a little
* Revert "docs: remove every ffmpeg mention in the documentation to avoid confusion"
This reverts commit 1e05bbce03 .
* chore(format): run black on dev
* fix(requirements): revert removal of ffmpeg in unitest.yml and Dockerfile
* Revert "fix(requirements): revert removal of ffmpeg in unitest.yml and Dockerfile"
This reverts commit e28a0eebb2 .
* feat(audio): pre-allocate numpy array to store the AudioFrame data in ndarray of dtype float32
* chore(format): run black on dev
* fix(audio): fix the decoded_audio size estimation
in estimated_total_samples we multiply by `sr` instead of `container.streams.audio[0].rate` since we want to estimate size of the OUTPUT file, not the input one. - Added dynamic resizing, in case something goes wrong and the size of decoded_audio is estimated incorrectly
Fixed function `load_audio` when the input audio's samplerate does not match the desired samplerate (`sr`)
* chore(format): run black on dev
* refactor(audio): remove `clean_path()` function as it serves no purpose anymore
* docs: remove everything related to ffmpeg
this includes everything except for formats support specification in the training_tips docs, since it has nothing to do with what ffmpeg does/did but rather what audio formats are supported (all the ones that ffmpeg supports!)
* docs: fix order of the steps in preparation in the READMEs
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-12 20:13:26 +09:00
Alex Murkoff
0efe48c49c
docs: make english README the repository's default README ( #38 )
...
* docs: make english README the repository's default README
some people might be scared off by a base README being in Chinese, so using a more universally known language like English seems to be more suited for open-source projects. i believe some people just come to the project, see the README and then they're frightened to even work on/with it
this is a change curated by the #33 issue
* docs: use MIT badge directly instead of relying on the repo link
* docs: make READMEs grab the license badge directly via repo's specified license
2024-06-11 23:01:14 +09:00
Alex Murkoff
360318b2f5
docs: tidy all READMEs ( #16 )
...
* docs: remove most HTML from markdown
using HTML in markdown is not a good practice in general, however some things that exist in HTML do not yet exist in markdown, such as centering a sector of text; therefore `<div align="center"></div>` can not be removed without altering the looks of the README.
* docs(translation): replace as much HTML in markdown files as possible for all translated READMEs under `docs/`
* docs(translation): update all req files mentioned in translated READMEs under `docs/` dir
2024-06-09 23:05:45 +09:00
Alex Murkoff
2dbff5c562
docs: change requirements files mentioned in the readme to match their new names ( #15 )
2024-06-09 21:25:14 +09:00
源文雨
f37889137b
optimize: rename root pys
2024-06-07 00:50:51 +09:00
源文雨
3f85a24e1b
optimize(deps): move req.txts into req folder
2024-06-07 00:48:35 +09:00
源文雨
50d46982d2
optimize(all): tidy project structure
2024-06-05 19:15:53 +09:00
源文雨
2c7a67a112
doc: sync ZH, EN, JA
2024-04-23 18:13:10 +09:00
源文雨
f5bb555b84
doc(en): sync translation from Chinese version
2024-04-21 23:07:04 +09:00
源文雨
ce2b1e153f
doc(en): sync translation from Chinese version
2024-04-21 23:03:42 +09:00
源文雨
5266fd1b71
doc: edit README
2024-04-21 21:48:51 +09:00
源文雨
4762e5bc21
feat(all): optimize hierarchy of files
2024-04-20 21:29:25 +09:00
源文雨
d337be9692
doc: add rvcmd instruction
2024-04-18 02:24:43 +09:00
Locez
0c9a8cb30e
fix: update python version limit ( #1940 )
...
* feat: 更新 python 版本依赖
* feat: 更新 Pyhton 版本依赖说明
2024-04-11 16:53:31 +09:00
Omar Tsai
a84bba36be
Fix typo ( #1942 )
2024-04-11 16:42:34 +09:00
源文雨
9a267ac1bb
revert: README格式意外复旧( #1803 )
2024-03-01 18:37:18 +09:00
CatMatrix
bf17b8b758
修复所有语言更新日志的链接错误
2024-02-09 04:37:39 +08:00
源文雨
b7d02d3cf2
chore: link Português to READMEs
2024-01-18 00:04:37 +09:00
Adachi
f6fa0c9cd9
typo: README.md ( #1725 )
2024-01-16 20:23:42 +09:00
NightWatcher314
26e2805f0e
fix poetry part for README.md ( #1715 )
...
* Update README.md
* Delete pyproject.toml
* Delete poetry.lock
* Update README.md
2024-01-14 17:04:30 +09:00
Allen Li
2d0307dc6a
Docs: Update README.fr.md ( #1712 )
...
* fix broken links in french README and add its link to other languages README
* improve french README
2024-01-14 15:35:05 +09:00
源文雨
f3281d1e37
Merge branch 'main' into dev
2023-12-29 00:29:44 +08:00
源文雨
50890e4f44
Update README.md
2023-12-29 01:26:10 +09:00
源文雨
cd051e345b
Update README.md
2023-12-29 01:25:21 +09:00
源文雨
57cb626334
Update README.md
2023-12-29 01:24:08 +09:00
源文雨
b9fbce73a9
大幅优化README
2023-12-29 01:23:16 +09:00
源文雨
1ff9e8c3e6
优化README头图显示格式 ( #1662 )
2023-12-29 00:52:57 +09:00
源文雨
1669821386
优化README头图显示格式
2023-12-29 00:52:10 +09:00
RVC-Boss
4cf6ed50cb
Merge branch 'main' into dev
2023-12-28 23:41:27 +08:00
RVC-Boss
43b5be3189
Update README.md
2023-12-28 23:37:36 +08:00
RVC-Boss
cbdab9c0c9
Update README.md
2023-12-28 22:28:33 +08:00
RVC-Boss
dabbe708f7
Update README.md
2023-10-29 12:36:00 +08:00
github-actions[bot]
690da84650
chore(sync): merge dev into main ( #1380 )
...
* Optimize latency (#1259 )
* add attribute: configs/config.py
Optimize latency: tools/rvc_for_realtime.py
* new file: assets/Synthesizer_inputs.pth
* fix: configs/config.py
fix: tools/rvc_for_realtime.py
* fix bug: infer/lib/infer_pack/models.py
* new file: assets/hubert_inputs.pth
new file: assets/rmvpe_inputs.pth
modified: configs/config.py
new features: infer/lib/rmvpe.py
new features: tools/jit_export/__init__.py
new features: tools/jit_export/get_hubert.py
new features: tools/jit_export/get_rmvpe.py
new features: tools/jit_export/get_synthesizer.py
optimize: tools/rvc_for_realtime.py
* optimize: tools/jit_export/get_synthesizer.py
fix bug: tools/jit_export/__init__.py
* Fixed a bug caused by using half on the CPU: infer/lib/rmvpe.py
Fixed a bug caused by using half on the CPU: tools/jit_export/__init__.py
Fixed CIRCULAR IMPORT: tools/jit_export/get_rmvpe.py
Fixed CIRCULAR IMPORT: tools/jit_export/get_synthesizer.py
Fixed a bug caused by using half on the CPU: tools/rvc_for_realtime.py
* Remove useless code: infer/lib/rmvpe.py
* Delete gui_v1 copy.py
* Delete .vscode/launch.json
* Delete jit_export_test.py
* Delete tools/rvc_for_realtime copy.py
* Delete configs/config.json
* Delete .gitignore
* Fix exceptions caused by switching inference devices: infer/lib/rmvpe.py
Fix exceptions caused by switching inference devices: tools/jit_export/__init__.py
Fix exceptions caused by switching inference devices: tools/rvc_for_realtime.py
* restore
* replace(you can undo this commit)
* remove debug_print
---------
Co-authored-by: Ftps <ftpsflandre@gmail.com >
* Fixed some bugs when exporting ONNX model (#1254 )
* fix import (#1280 )
* fix import
* lint
* 🎨 同步 locale (#1242 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix jit load and import issue (#1282 )
* fix jit model loading : infer/lib/rmvpe.py
* modified: assets/hubert/.gitignore
move file: assets/hubert_inputs.pth -> assets/hubert/hubert_inputs.pth
modified: assets/rmvpe/.gitignore
move file: assets/rmvpe_inputs.pth -> assets/rmvpe/rmvpe_inputs.pth
fix import: gui_v1.py
* feat(workflow): trigger on dev
* feat(workflow): add close-pr on non-dev branch
* Add input wav and delay time monitor for real-time gui (#1293 )
* feat(workflow): trigger on dev
* feat(workflow): add close-pr on non-dev branch
* 🎨 同步 locale (#1289 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: edit PR template
* add input wav and delay time monitor
---------
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com >
* Optimize latency using scripted jit (#1291 )
* feat(workflow): trigger on dev
* feat(workflow): add close-pr on non-dev branch
* 🎨 同步 locale (#1289 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: edit PR template
* Optimize-latency-using-scripted: configs/config.py
Optimize-latency-using-scripted: infer/lib/infer_pack/attentions.py
Optimize-latency-using-scripted: infer/lib/infer_pack/commons.py
Optimize-latency-using-scripted: infer/lib/infer_pack/models.py
Optimize-latency-using-scripted: infer/lib/infer_pack/modules.py
Optimize-latency-using-scripted: infer/lib/jit/__init__.py
Optimize-latency-using-scripted: infer/lib/jit/get_hubert.py
Optimize-latency-using-scripted: infer/lib/jit/get_rmvpe.py
Optimize-latency-using-scripted: infer/lib/jit/get_synthesizer.py
Optimize-latency-using-scripted: infer/lib/rmvpe.py
Optimize-latency-using-scripted: tools/rvc_for_realtime.py
* modified: infer/lib/infer_pack/models.py
* fix some bug: configs/config.py
fix some bug: infer/lib/infer_pack/models.py
fix some bug: infer/lib/rmvpe.py
* Fixed abnormal reference of logger in multiprocessing: infer/modules/train/train.py
---------
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Format code (#1298 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* 🎨 同步 locale (#1299 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: optimize actions
* feat(workflow): add sync dev
* feat: optimize actions
* feat: optimize actions
* feat: optimize actions
* feat: optimize actions
* feat: add jit options (#1303 )
Delete useless code: infer/lib/jit/get_synthesizer.py
Optimized code: tools/rvc_for_realtime.py
* Code refactor + re-design inference ui (#1304 )
* Code refacor + re-design inference ui
* Fix tabname
* i18n jp
---------
Co-authored-by: Ftps <ftpsflandre@gmail.com >
* feat: optimize actions
* feat: optimize actions
* Update README & en_US locale file (#1309 )
* critical: some bug fixes (#1322 )
* JIT acceleration switch does not support hot update
* fix padding bug of rmvpe in torch-directml
* fix padding bug of rmvpe in torch-directml
* Fix STFT under torch_directml (#1330 )
* chore(format): run black on dev (#1318 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(i18n): sync locale on dev (#1317 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: allow for tta to be passed to uvr (#1361 )
* chore(format): run black on dev (#1373 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Added script for automatically download all needed models at install (#1366 )
* Delete modules.py
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* chore(i18n): sync locale on dev (#1377 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(format): run black on dev (#1376 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Update IPEX library (#1362 )
* Update IPEX library
* Update ipex index
* chore(format): run black on dev (#1378 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Update Changelog_CN.md
* Update Changelog_CN.md
* Update Changelog_EN.md
* Update README.md
* Update README.en.md
* Update README.md
---------
Co-authored-by: Chengjia Jiang <46401978+ChasonJiang@users.noreply.github.com >
Co-authored-by: Ftps <ftpsflandre@gmail.com >
Co-authored-by: shizuku_nia <102004222+ShizukuNia@users.noreply.github.com >
Co-authored-by: Ftps <63702646+Tps-F@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com >
Co-authored-by: yxlllc <33565655+yxlllc@users.noreply.github.com >
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com >
Co-authored-by: Blaise <133521603+blaise-tk@users.noreply.github.com >
Co-authored-by: Rice Cake <gak141808@gmail.com >
Co-authored-by: AWAS666 <33494149+AWAS666@users.noreply.github.com >
Co-authored-by: Dmitry <nda2911@yandex.ru >
Co-authored-by: Disty0 <47277141+Disty0@users.noreply.github.com >
2023-10-06 19:11:58 +08:00
github-actions[bot]
e9dd11bddb
chore(sync): merge dev into main ( #1379 )
...
* Optimize latency (#1259 )
* add attribute: configs/config.py
Optimize latency: tools/rvc_for_realtime.py
* new file: assets/Synthesizer_inputs.pth
* fix: configs/config.py
fix: tools/rvc_for_realtime.py
* fix bug: infer/lib/infer_pack/models.py
* new file: assets/hubert_inputs.pth
new file: assets/rmvpe_inputs.pth
modified: configs/config.py
new features: infer/lib/rmvpe.py
new features: tools/jit_export/__init__.py
new features: tools/jit_export/get_hubert.py
new features: tools/jit_export/get_rmvpe.py
new features: tools/jit_export/get_synthesizer.py
optimize: tools/rvc_for_realtime.py
* optimize: tools/jit_export/get_synthesizer.py
fix bug: tools/jit_export/__init__.py
* Fixed a bug caused by using half on the CPU: infer/lib/rmvpe.py
Fixed a bug caused by using half on the CPU: tools/jit_export/__init__.py
Fixed CIRCULAR IMPORT: tools/jit_export/get_rmvpe.py
Fixed CIRCULAR IMPORT: tools/jit_export/get_synthesizer.py
Fixed a bug caused by using half on the CPU: tools/rvc_for_realtime.py
* Remove useless code: infer/lib/rmvpe.py
* Delete gui_v1 copy.py
* Delete .vscode/launch.json
* Delete jit_export_test.py
* Delete tools/rvc_for_realtime copy.py
* Delete configs/config.json
* Delete .gitignore
* Fix exceptions caused by switching inference devices: infer/lib/rmvpe.py
Fix exceptions caused by switching inference devices: tools/jit_export/__init__.py
Fix exceptions caused by switching inference devices: tools/rvc_for_realtime.py
* restore
* replace(you can undo this commit)
* remove debug_print
---------
Co-authored-by: Ftps <ftpsflandre@gmail.com >
* Fixed some bugs when exporting ONNX model (#1254 )
* fix import (#1280 )
* fix import
* lint
* 🎨 同步 locale (#1242 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Fix jit load and import issue (#1282 )
* fix jit model loading : infer/lib/rmvpe.py
* modified: assets/hubert/.gitignore
move file: assets/hubert_inputs.pth -> assets/hubert/hubert_inputs.pth
modified: assets/rmvpe/.gitignore
move file: assets/rmvpe_inputs.pth -> assets/rmvpe/rmvpe_inputs.pth
fix import: gui_v1.py
* feat(workflow): trigger on dev
* feat(workflow): add close-pr on non-dev branch
* Add input wav and delay time monitor for real-time gui (#1293 )
* feat(workflow): trigger on dev
* feat(workflow): add close-pr on non-dev branch
* 🎨 同步 locale (#1289 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: edit PR template
* add input wav and delay time monitor
---------
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com >
* Optimize latency using scripted jit (#1291 )
* feat(workflow): trigger on dev
* feat(workflow): add close-pr on non-dev branch
* 🎨 同步 locale (#1289 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: edit PR template
* Optimize-latency-using-scripted: configs/config.py
Optimize-latency-using-scripted: infer/lib/infer_pack/attentions.py
Optimize-latency-using-scripted: infer/lib/infer_pack/commons.py
Optimize-latency-using-scripted: infer/lib/infer_pack/models.py
Optimize-latency-using-scripted: infer/lib/infer_pack/modules.py
Optimize-latency-using-scripted: infer/lib/jit/__init__.py
Optimize-latency-using-scripted: infer/lib/jit/get_hubert.py
Optimize-latency-using-scripted: infer/lib/jit/get_rmvpe.py
Optimize-latency-using-scripted: infer/lib/jit/get_synthesizer.py
Optimize-latency-using-scripted: infer/lib/rmvpe.py
Optimize-latency-using-scripted: tools/rvc_for_realtime.py
* modified: infer/lib/infer_pack/models.py
* fix some bug: configs/config.py
fix some bug: infer/lib/infer_pack/models.py
fix some bug: infer/lib/rmvpe.py
* Fixed abnormal reference of logger in multiprocessing: infer/modules/train/train.py
---------
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Format code (#1298 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* 🎨 同步 locale (#1299 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: optimize actions
* feat(workflow): add sync dev
* feat: optimize actions
* feat: optimize actions
* feat: optimize actions
* feat: optimize actions
* feat: add jit options (#1303 )
Delete useless code: infer/lib/jit/get_synthesizer.py
Optimized code: tools/rvc_for_realtime.py
* Code refactor + re-design inference ui (#1304 )
* Code refacor + re-design inference ui
* Fix tabname
* i18n jp
---------
Co-authored-by: Ftps <ftpsflandre@gmail.com >
* feat: optimize actions
* feat: optimize actions
* Update README & en_US locale file (#1309 )
* critical: some bug fixes (#1322 )
* JIT acceleration switch does not support hot update
* fix padding bug of rmvpe in torch-directml
* fix padding bug of rmvpe in torch-directml
* Fix STFT under torch_directml (#1330 )
* chore(format): run black on dev (#1318 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(i18n): sync locale on dev (#1317 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat: allow for tta to be passed to uvr (#1361 )
* chore(format): run black on dev (#1373 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Added script for automatically download all needed models at install (#1366 )
* Delete modules.py
* Add files via upload
* Add files via upload
* Add files via upload
* Add files via upload
* chore(i18n): sync locale on dev (#1377 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(format): run black on dev (#1376 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* Update IPEX library (#1362 )
* Update IPEX library
* Update ipex index
* chore(format): run black on dev (#1378 )
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
---------
Co-authored-by: Chengjia Jiang <46401978+ChasonJiang@users.noreply.github.com >
Co-authored-by: Ftps <ftpsflandre@gmail.com >
Co-authored-by: shizuku_nia <102004222+ShizukuNia@users.noreply.github.com >
Co-authored-by: Ftps <63702646+Tps-F@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: 源文雨 <41315874+fumiama@users.noreply.github.com >
Co-authored-by: yxlllc <33565655+yxlllc@users.noreply.github.com >
Co-authored-by: RVC-Boss <129054828+RVC-Boss@users.noreply.github.com >
Co-authored-by: Blaise <133521603+blaise-tk@users.noreply.github.com >
Co-authored-by: Rice Cake <gak141808@gmail.com >
Co-authored-by: AWAS666 <33494149+AWAS666@users.noreply.github.com >
Co-authored-by: Dmitry <nda2911@yandex.ru >
Co-authored-by: Disty0 <47277141+Disty0@users.noreply.github.com >
2023-10-06 17:14:33 +08:00
Ftps
1d86fb7a87
Revert "Update README.md ( #1257 )" ( #1274 )
...
This reverts commit aa2ed8e646 .
2023-09-18 14:50:30 +00:00
Sh Raj
aa2ed8e646
Update README.md ( #1257 )
2023-09-18 10:50:24 +09:00
nsʇnɾ ʇǝɹɔǝs
b09b6ad05c
Added french FAQ ( #1185 )
2023-09-04 11:00:53 +09:00
Ftps
e1e947cf22
update readme
2023-08-28 16:00:51 +09:00
Ftps
82900cdc90
fix docs path
2023-08-27 22:08:37 +09:00
RVC-Boss
af6f72be86
Update README.md
2023-08-14 00:10:26 +08:00
RVC-Boss
7e544c453c
Update README.md
2023-08-14 00:01:47 +08:00
Doğa Yağcızeybek
7293002f53
chore: translate documents into turkish ( #944 )
...
* chore: translate documents into turkish
* chore: add turkish option to other readmes
* chore: add turkish option to main readme
2023-08-13 11:52:24 +08:00
Rice Cake
1a563e68e6
Update README.md ( #966 )
2023-08-09 20:32:49 +09:00
Naozumi
d82b2cfc14
Update readme ( #897 )
2023-07-29 22:44:36 +08:00