github livekit/agents livekit-plugins-elevenlabs@0.8.0

Minor Changes

  • use streaming AudioDecoder to handle compressed encoding - #1584 (@davidzhao)

Patch Changes

  • added a tts.prewarm method to start the connection pool early. - #1587 (@davidzhao)

  • deprecated elevenlabs' optimize_stream_latency option - #1587 (@davidzhao)

  • increase elevenlabs websocket connection timeout to default 300 seconds - #1582 (@jayeshp19)

  • updated livekit-agent reference to <1.0 - #1607 (@davidzhao)

  • Added speed parameter for voices. - #1574 (@MatthiasGruba)

    E.g.:

    voice = Voice(
        id="EXAVITQu4vr4xnSDxMaL",
        name="Bella",
        category="premade",
        settings=VoiceSettings(
            stability=0.71,
            speed=1.2,
            similarity_boost=0.5,
            style=0.0,
            use_speaker_boost=True,
        ),
    )

Don't miss a new agents release

NewReleases is sending notifications on new releases.