2023-04-27 23:38:25 +09:00
|
|
|
from dataclasses import dataclass
|
|
|
|
|
|
|
|
|
|
|
|
@dataclass
|
2023-05-02 12:11:00 +09:00
|
|
|
class VoiceChangerParams:
|
2023-05-15 04:24:58 +09:00
|
|
|
model_dir: str
|
2023-04-27 23:38:25 +09:00
|
|
|
content_vec_500: str
|
|
|
|
content_vec_500_onnx: str
|
|
|
|
content_vec_500_onnx_on: bool
|
|
|
|
hubert_base: str
|
2023-05-02 12:11:00 +09:00
|
|
|
hubert_base_jp: str
|
2023-04-27 23:38:25 +09:00
|
|
|
hubert_soft: str
|
|
|
|
nsf_hifigan: str
|