VOICEVOX-Nemo-Engine / linux-cpu /engine_manifest.json
MeowSkyKung's picture
Upload linux-cpu
4f0b2c1 verified
raw
history blame
1.67 kB
{
"manifest_version": "0.13.1",
"name": "VOICEVOX Nemo Engine",
"brand_name": "VOICEVOX",
"uuid": "208cf94d-43d2-4cf5-abc0-9783cac36d29",
"version": "999.999.999",
"url": "https://github.com/VOICEVOX/voicevox_nemo_engine",
"command": "run",
"port": 50121,
"icon": "engine_manifest_assets/icon.png",
"default_sampling_rate": 24000,
"terms_of_service": "engine_manifest_assets/terms_of_service.md",
"update_infos": "engine_manifest_assets/update_infos.json",
"dependency_licenses": "engine_manifest_assets/dependency_licenses.json",
"downloadable_libraries_path": null,
"downloadable_libraries_url": null,
"supported_features": {
"adjust_mora_pitch": {
"type": "bool",
"value": true,
"name": "モーラごとの音高の調整"
},
"adjust_phoneme_length": {
"type": "bool",
"value": true,
"name": "音素ごとの長さの調整"
},
"adjust_speed_scale": {
"type": "bool",
"value": true,
"name": "全体の話速の調整"
},
"adjust_pitch_scale": {
"type": "bool",
"value": true,
"name": "全体の音高の調整"
},
"adjust_intonation_scale": {
"type": "bool",
"value": true,
"name": "全体の抑揚の調整"
},
"adjust_volume_scale": {
"type": "bool",
"value": true,
"name": "全体の音量の調整"
},
"interrogative_upspeak": {
"type": "bool",
"value": true,
"name": "疑問文の自動調整"
},
"synthesis_morphing": {
"type": "bool",
"value": true,
"name": "2人の話者でモーフィングした音声を合成"
}
}
}