1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 01:10:22 +08:00
Files
Retrieval-based-Voice-Conve…/rvc/f0/__init__.py
Alex Murkoff 02d3864342 chore: declare usable classes in the rvc/f0 submodule (#52)
this way those modules can be used via `rvc.<MODULE_NAME>`
2024-06-14 19:50:51 +09:00

9 lines
216 B
Python

from .f0 import F0Predictor
from .crepe import CRePE
from .dio import Dio
from .harvest import Harvest
from .pm import PM
from .rmvpe import RMVPE
__all__ = ["F0Predictor", "CRePE", "Dio", "Harvest", "PM", "RMVPE"]