Metadata-Version: 2.4
Name: livekit-plugins-lmnt
Version: 1.5.9
Summary: LMNT TTS plugin for LiveKit agents
Project-URL: Documentation, https://docs.livekit.io
Project-URL: Website, https://livekit.io/
Project-URL: Source, https://github.com/livekit/agents
Author-email: LiveKit <hello@livekit.io>
License-Expression: Apache-2.0
Keywords: LMNT,TTS,audio,livekit,realtime,voice,webrtc
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.10.0
Requires-Dist: livekit-agents>=1.5.9
Description-Content-Type: text/markdown

# LMNT plugin for LiveKit Agents

Support for voice synthesis with [LMNT](https://lmnt.com/) in LiveKit Agents.

See the [LMNT TTS docs](https://docs.livekit.io/agents/integrations/tts/lmnt/) for more information.

## Installation

```bash
pip install livekit-plugins-lmnt
```

## Pre-requisites

You'll need an API key from LMNT. It can be set as an environment variable: `LMNT_API_KEY`. You can get it from [here](https://app.lmnt.com/account#api-keys)
