Skip to content

Commit

Permalink
間違えてNemoじゃないエンジンマニフェストを変えていたので修正 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba authored Aug 8, 2024
1 parent 80f1df8 commit c49345b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
17 changes: 4 additions & 13 deletions engine/engine_manifest.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,7 @@
{
"uuid": "208cf94d-43d2-4cf5-abc0-9783cac36d29",
"name": "VOICEVOX Nemo Engine",
"uuid": "074fc39e-678b-4c13-8916-ffca8d505d1d",
"name": "VOICEVOX Engine",
"brand_name": "VOICEVOX",
"url": "https://github.com/VOICEVOX/voicevox_nemo_engine",
"port": 50121,
"default_sampling_rate": 24000,
"supported_features": {
"sing": {
"value": false
},
"manage_library": {
"value": false
}
}
"url": "https://github.com/VOICEVOX/voicevox_engine",
"default_sampling_rate": 24000
}
10 changes: 9 additions & 1 deletion voicevox_nemo/engine/engine_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,13 @@
"brand_name": "VOICEVOX",
"url": "https://github.com/VOICEVOX/voicevox_nemo_engine",
"port": 50121,
"default_sampling_rate": 24000
"default_sampling_rate": 24000,
"supported_features": {
"sing": {
"value": false
},
"manage_library": {
"value": false
}
}
}

0 comments on commit c49345b

Please sign in to comment.