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 3394f2a commit 57a73d6Copy full SHA for 57a73d6
plugins/elevenlabs/src/tts.ts
@@ -32,6 +32,7 @@ type VoiceSettings = {
32
stability: number; // 0..1
33
similarity_boost: number; // 0..1
34
style?: number; // 0..1
35
+ speed?: number; // 0.8..1.2
36
use_speaker_boost: boolean;
37
};
38
0 commit comments