We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35b27c1 commit 5b64833Copy full SHA for 5b64833
engine/engine_manifest.json
@@ -3,5 +3,12 @@
3
"name": "VOICEVOX Engine",
4
"brand_name": "VOICEVOX",
5
"url": "https://github.com/VOICEVOX/voicevox_engine",
6
- "default_sampling_rate": 24000
+ "default_sampling_rate": 24000,
7
+ "supported_features": {
8
+ "manage_library": {
9
+ "type": "bool",
10
+ "value": false,
11
+ "name": "音声ライブラリのインストール・アンインストール"
12
+ }
13
14
}
0 commit comments