-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
Has anyone modified this for elevenlabs to test their new turbo api? It supports streaming mpeg or wav.
The code should be something like this:
const audioStream = await elevenlabs.generate({
stream: true,
voice: voiceId,
text: text,
model_id: 'eleven_turbo_v2',
optimize_streaming_latency: OptimizeStreamingLatency.Three,
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels