Alex Murkoff
2574ce5ea2
feat(audio): pre-allocate decoded_audio array in the load_audio function
...
this should improve performance, even if just a little
2024-06-11 16:23:13 +07:00
Alex Murkoff
68a3d8caf2
fix(audio): use np.frombuffer() instead of direct conversion of the resampled frames
...
this fixes traceback on preprocessing
2024-06-11 16:03:03 +07:00
Alex Murkoff
fd2f274494
Merge branch 'dev' into dev
2024-06-11 15:44:34 +07:00
源文雨
f956b333fa
optimize(infer): move onnx into rvc
2024-06-11 17:21:05 +09:00
Alex Murkoff
60d33c249b
fix(audio): fix loading for UVR
...
wrapped gathering of META info from the stream into a function
fixes loading for UVR
2024-06-11 14:45:31 +07:00
Alex Murkoff
6425f2091e
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`
2024-06-11 12:24:03 +07:00
Alex Murkoff
15cf2e067e
Merge branch 'fumiama:dev' into dev
2024-06-11 12:10:32 +07:00
Alex Murkoff
76ba0e20ff
feat(audio): use PyAV instead of ffmpeg
...
replaced usage of ffmpeg in favor of PyAV (`av`)
2024-06-11 12:08:37 +07:00
github-actions[bot]
da7dee427a
chore(format): run black on dev ( #30 )
2024-06-11 13:11:10 +09:00
Alex Murkoff
9d699b1d99
perf: use hashing to determine the format in infer/lib/audio.py ( #26 )
2024-06-11 13:02:54 +09:00
Alex Murkoff
70b43e8924
chore(i18n): use english as the base language for i18n ( #22 )
...
* chore(i18n): use english as the base language for i18n
rewrite all of the locale files to use english as base for translation
* fix(i18n): update rest of the scripts that rely on the chinese-base i18n translation
* chore(i18n): change some of the base strings to be more correct
* chore(i18n): sync locale on dev
* chore(format): run black on dev
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-11 12:33:56 +09:00
github-actions[bot]
a6c6262d91
chore(format): run black on dev ( #25 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-10 22:27:48 +09:00
源文雨
7572c44911
optimize(rvc): move . into layers
2024-06-10 22:22:58 +09:00
源文雨
1a4cb9294e
optimize(infer): move syns into rvc
2024-06-10 22:03:57 +09:00
github-actions[bot]
35b79cf255
chore(format): run black on dev ( #24 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-10 21:52:17 +09:00
源文雨
87433c5bd9
fix(infer): argument mismatch
2024-06-10 21:50:43 +09:00
github-actions[bot]
fe7a2bf41a
chore(format): run black on dev ( #23 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-10 21:38:19 +09:00
源文雨
e33ef19200
optimize(infer.synthesizer): all modules inherit from one
2024-06-10 21:34:35 +09:00
源文雨
b23ea7c6e7
optimize(train): move discriminators into rvc
2024-06-10 01:10:57 +09:00
github-actions[bot]
95f627d991
chore(format): run black on dev ( #13 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-09 15:37:32 +09:00
源文雨
5790ea7a73
optimize(infer): move nsf & gens into rvc
2024-06-09 15:35:48 +09:00
多玩幻灵qwq
2ce493e07c
feat: fallback to system encoding when fail to read file with utf-8
2024-06-09 15:04:31 +09:00
源文雨
62e6e598ae
optimize(infer): move PosteriorEncoder into rvc
2024-06-09 14:33:20 +09:00
github-actions[bot]
26dc9ba98d
chore(format): run black on dev ( #11 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-08 00:46:57 +09:00
源文雨
b91dcf2261
optimize(rvc): gather residuals
2024-06-08 00:44:46 +09:00
源文雨
eb24434260
optimize(infer): move modules into rvc
2024-06-08 00:14:03 +09:00
github-actions[bot]
44725ddd2c
chore(format): run black on dev ( #9 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-07 20:29:03 +09:00
源文雨
96604e8175
optimize(infer): move attentions into rvc
2024-06-07 20:28:05 +09:00
源文雨
978abd8aac
optimize(infer): move transforms into rvc
2024-06-07 19:53:23 +09:00
源文雨
49488dcae9
optimize(rvc.utils): more type defs & rename
2024-06-07 19:33:45 +09:00
github-actions[bot]
ea66e6d28c
chore(format): run black on dev ( #5 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-07 00:44:05 +09:00
源文雨
5eed789fe7
optimize(rvc): move commons to rvc.utils
...
- remove redundant attentions_onnx
- shrink models_onnx
- add some type note to rvc.utils
2024-06-07 00:42:35 +09:00
源文雨
6f90ce3046
optimize(uvr5): remove redundant files
2024-06-06 21:34:45 +09:00
源文雨
6ff713c024
optimize(onnx): move infer into rvc.onnx
2024-06-05 21:23:25 +09:00
github-actions[bot]
8dd06315ed
chore(format): run black on dev ( #1 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-05 19:18:22 +09:00
源文雨
50d46982d2
optimize(all): tidy project structure
2024-06-05 19:15:53 +09:00
github-actions[bot]
a322e706f9
chore(format): run black on dev ( #2106 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-05 15:32:33 +09:00
源文雨
e80074e219
optimize(vc.hash): use general get_synthesizer
2024-06-05 15:19:05 +09:00
github-actions[bot]
e49c0dad74
chore(format): run black on dev ( #2102 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-04 15:46:07 +09:00
源文雨
481f14dd74
fix(train): save small model fail
2024-06-04 04:07:19 +09:00
源文雨
ed96cf1721
fix(train): RuntimeError: context has already been set
2024-06-04 01:58:26 +09:00
github-actions[bot]
c38088dc6e
chore(format): run black on dev ( #2099 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-03 17:15:08 +09:00
源文雨
07c66d3676
feat: model embed author
2024-06-03 17:07:13 +09:00
源文雨
17e703a9ad
optimize(jit): package hierarchy
2024-06-03 15:41:25 +09:00
源文雨
f03e1104c0
optimize(config): modelize package
2024-06-03 15:10:26 +09:00
github-actions[bot]
8767e11cf1
chore(format): run black on dev ( #2090 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-06-02 22:49:59 +09:00
源文雨
b9ad0258ae
feat(infer): add model hash identification
...
and optimize infer-web ui
2024-06-02 22:47:52 +09:00
github-actions[bot]
23aecbed02
chore(format): run black on dev ( #2038 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-05-11 21:28:52 +09:00
源文雨
b4ab2f7a36
chore: update rvcmd to v0.2.3
2024-05-06 21:13:08 +09:00
源文雨
6d4674853c
chore: update rvcmd to v0.2.3
2024-05-05 15:35:15 +09:00