Working on inference presets

This commit is contained in:
Mangio621
2023-06-16 22:48:38 +10:00
parent a5b4569195
commit 9f8bd84c5e
3 changed files with 162 additions and 6 deletions

20
inference-presets.json Normal file
View File

@@ -0,0 +1,20 @@
{
"presets": [
{
"name": "Default Preset",
"model": "",
"transpose": 0,
"audio_file": "",
"f0_method": "pm",
"crepe_hop_length": 160,
"median_filtering": 3,
"feature_path": "",
"auto_feature_path": "",
"search_feature_ratio": 0.88,
"resample": 0,
"volume_envelope": 1,
"protect_voiceless": 0.33,
"f0_file_path": ""
}
]
}