You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- voice_id: str. Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
44
44
45
-
- optimize_streaming_latency: OptimizeStreamingLatency. You can turn on latency optimizations at some cost of quality. The best possible final latency varies by model.
45
+
- optimize_streaming_latency: typing.Optional[OptimizeStreamingLatency]. You can turn on latency optimizations at some cost of quality. The best possible final latency varies by model.
46
46
47
-
- output_format: OutputFormat. The output format of the generated audio.
47
+
- output_format: typing.Optional[OutputFormat]. The output format of the generated audio.
48
48
49
49
- text: str. The text that will get converted into speech.
- voice_id: str. Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
146
144
147
-
- optimize_streaming_latency: OptimizeStreamingLatency. You can turn on latency optimizations at some cost of quality. The best possible final latency varies by model.
145
+
- optimize_streaming_latency: typing.Optional[OptimizeStreamingLatency]. You can turn on latency optimizations at some cost of quality. The best possible final latency varies by model.
148
146
149
-
- output_format: OutputFormat. The output format of the generated audio.
147
+
- output_format: typing.Optional[OutputFormat]. The output format of the generated audio.
150
148
151
149
- text: str. The text that will get converted into speech.
- voice_id: str. Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
253
249
254
-
- optimize_streaming_latency: OptimizeStreamingLatency. You can turn on latency optimizations at some cost of quality. The best possible final latency varies by model.
250
+
- optimize_streaming_latency: typing.Optional[OptimizeStreamingLatency]. You can turn on latency optimizations at some cost of quality. The best possible final latency varies by model.
255
251
256
-
- output_format: OutputFormat. The output format of the generated audio.
252
+
- output_format: typing.Optional[OutputFormat]. The output format of the generated audio.
257
253
258
254
- text: str. The text that will get converted into speech.
- voice_id: str. Voice ID to be used, you can use https://api.elevenlabs.io/v1/voices to list all the available voices.
355
349
356
-
- optimize_streaming_latency: OptimizeStreamingLatency. You can turn on latency optimizations at some cost of quality. The best possible final latency varies by model.
350
+
- optimize_streaming_latency: typing.Optional[OptimizeStreamingLatency]. You can turn on latency optimizations at some cost of quality. The best possible final latency varies by model.
357
351
358
-
- output_format: OutputFormat. The output format of the generated audio.
352
+
- output_format: typing.Optional[OutputFormat]. The output format of the generated audio.
359
353
360
354
- text: str. The text that will get converted into speech.
0 commit comments