Skip to content

elevenlabs #8

@braco

Description

@braco

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,
  });

elevenlabs/elevenlabs-js#48

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions