Spaces:
Building
Building
Update service_config.jsonc
Browse files- service_config.jsonc +16 -2
service_config.jsonc
CHANGED
@@ -86,7 +86,16 @@
|
|
86 |
"requires_api_key": true,
|
87 |
"requires_repo_info": false,
|
88 |
"description": "Elevenlabs TTS",
|
89 |
-
"features": {
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
90 |
},
|
91 |
{
|
92 |
"type": "stt",
|
@@ -99,7 +108,12 @@
|
|
99 |
"features": {
|
100 |
"supports_realtime": true,
|
101 |
"supports_vad": true,
|
102 |
-
"vad_configurable": true
|
|
|
|
|
|
|
|
|
|
|
103 |
}
|
104 |
}
|
105 |
],
|
|
|
86 |
"requires_api_key": true,
|
87 |
"requires_repo_info": false,
|
88 |
"description": "Elevenlabs TTS",
|
89 |
+
"features": {
|
90 |
+
"supports_multiple_voices": true,
|
91 |
+
"supports_ssml": false,
|
92 |
+
"max_chars_per_request": 5000,
|
93 |
+
"voice_cloning": true,
|
94 |
+
"languages": ["en", "es", "fr", "de", "pl", "it", "pt", "tr", "ru", "nl", "cs", "ar", "zh", "ja", "ko"],
|
95 |
+
"output_formats": ["mp3_44100_128", "mp3_44100_192", "pcm_16000", "pcm_22050", "pcm_44100"],
|
96 |
+
"stability_range": [0.0, 1.0],
|
97 |
+
"similarity_boost_range": [0.0, 1.0]
|
98 |
+
}
|
99 |
},
|
100 |
{
|
101 |
"type": "stt",
|
|
|
108 |
"features": {
|
109 |
"supports_realtime": true,
|
110 |
"supports_vad": true,
|
111 |
+
"vad_configurable": true,
|
112 |
+
"max_alternatives": 5,
|
113 |
+
"supported_encodings": ["LINEAR16", "FLAC", "MULAW", "AMR", "AMR_WB", "OGG_OPUS", "WEBM_OPUS"],
|
114 |
+
"profanity_filter": true,
|
115 |
+
"enable_word_time_offsets": true,
|
116 |
+
"max_duration_seconds": 305
|
117 |
}
|
118 |
}
|
119 |
],
|