LICENSE.md
README.md
pyproject.toml
setup.py
ppp_svc_helper.egg-info/PKG-INFO
ppp_svc_helper.egg-info/SOURCES.txt
ppp_svc_helper.egg-info/dependency_links.txt
ppp_svc_helper.egg-info/requires.txt
ppp_svc_helper.egg-info/top_level.txt
svc_helper/__init__.py
svc_helper/augmentation/__init__.py
svc_helper/augmentation/noise.py
svc_helper/augmentation/pedalboard.py
svc_helper/gui/__init__.py
svc_helper/gui/config.yaml
svc_helper/gui/gui.py
svc_helper/gui/utils.py
svc_helper/gui/modules/__init__.py
svc_helper/gui/modules/checkpoint.py
svc_helper/gui/modules/file_input.py
svc_helper/gui/modules/inference.py
svc_helper/gui/modules/param.py
svc_helper/gui/widgets/__init__.py
svc_helper/gui/widgets/audio_preview.py
svc_helper/gui/widgets/compact_combo_box.py
svc_helper/gui/widgets/file_button.py
svc_helper/gui/widgets/recorder.py
svc_helper/gui/widgets/stopwatch.py
svc_helper/inference/__init__.py
svc_helper/inference/silero.py
svc_helper/pitch/__init__.py
svc_helper/pitch/rmvpe.py
svc_helper/pitch/utils.py
svc_helper/sfeatures/__init__.py
svc_helper/sfeatures/models.py
svc_helper/sfeatures/svc5/__init__.py
svc_helper/sfeatures/svc5/encoder.py
svc_helper/sfeatures/svc5/hubert_model.py
svc_helper/sfeatures/svc5/vits/__init__.py
svc_helper/sfeatures/svc5/vits/attentions.py
svc_helper/sfeatures/svc5/vits/commons.py
svc_helper/sfeatures/svc5/vits/data_utils.py
svc_helper/sfeatures/svc5/vits/losses.py
svc_helper/sfeatures/svc5/vits/models.py
svc_helper/sfeatures/svc5/vits/modules.py
svc_helper/sfeatures/svc5/vits/modules_grl.py
svc_helper/sfeatures/svc5/vits/spectrogram.py
svc_helper/sfeatures/svc5/vits/utils.py
svc_helper/sfeatures/whisper/__init__.py
svc_helper/sfeatures/whisper/audio.py
svc_helper/sfeatures/whisper/decoding.py
svc_helper/sfeatures/whisper/model.py
svc_helper/sfeatures/whisper/tokenizer.py
svc_helper/sfeatures/whisper/utils.py
svc_helper/speaker/__init__.py
svc_helper/speaker/models.py
svc_helper/speaker/svc5/__init__.py
svc_helper/speaker/svc5/config.py
svc_helper/speaker/svc5/models/__init__.py
svc_helper/speaker/svc5/models/lstm.py
svc_helper/speaker/svc5/models/resnet.py
svc_helper/speaker/svc5/utils/__init__.py
svc_helper/speaker/svc5/utils/audio.py
svc_helper/speaker/svc5/utils/coqpit.py
svc_helper/speaker/svc5/utils/io.py
svc_helper/speaker/svc5/utils/shared_configs.py
svc_helper/svc/__init__.py
svc_helper/svc/rvc/__init__.py
svc_helper/svc/rvc/configs/__init__.py
svc_helper/svc/rvc/configs/config.py
svc_helper/svc/rvc/configs/v1/32k.json
svc_helper/svc/rvc/configs/v1/40k.json
svc_helper/svc/rvc/configs/v1/48k.json
svc_helper/svc/rvc/configs/v2/32k.json
svc_helper/svc/rvc/configs/v2/48k.json
svc_helper/svc/rvc/lib/__init__.py
svc_helper/svc/rvc/lib/audio.py
svc_helper/svc/rvc/lib/infer_pack/__init__.py
svc_helper/svc/rvc/lib/infer_pack/attentions.py
svc_helper/svc/rvc/lib/infer_pack/commons.py
svc_helper/svc/rvc/lib/infer_pack/models.py
svc_helper/svc/rvc/lib/infer_pack/models_onnx.py
svc_helper/svc/rvc/lib/infer_pack/modules.py
svc_helper/svc/rvc/lib/infer_pack/onnx_inference.py
svc_helper/svc/rvc/lib/infer_pack/transforms.py
svc_helper/svc/rvc/lib/train/__init__.py
svc_helper/svc/rvc/lib/train/data_utils.py
svc_helper/svc/rvc/lib/train/losses.py
svc_helper/svc/rvc/lib/train/mel_processing.py
svc_helper/svc/rvc/lib/train/process_ckpt.py
svc_helper/svc/rvc/lib/train/utils.py
svc_helper/svc/rvc/modules/__init__.py
svc_helper/svc/rvc/modules/vc/__init__.py
svc_helper/svc/rvc/modules/vc/modules.py
svc_helper/svc/rvc/modules/vc/pipeline.py
svc_helper/svc/rvc/modules/vc/utils.py
tests/test_gui.py
tests/test_pitch.py
tests/test_sfeatures.py
tests/test_spk.py
tests/test_svc.py