Metadata-Version: 2.4
Name: livekit-plugins-speechify
Version: 1.2.5
Summary: Agent Framework plugin for voice synthesis with Speechify's API.
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: audio,livekit,realtime,speechify,video,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.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.9.0
Requires-Dist: livekit-agents[codecs]>=1.2.5
Description-Content-Type: text/markdown

# Speechify TTS plugin for LiveKit Agents

Support for voice synthesis with the [Speechify](https://www.speechify.ai/) API.

See [https://docs.livekit.io/agents/integrations/tts/speechify/](https://docs.livekit.io/agents/integrations/tts/speechify/) for more information.

## Installation

```bash
pip install livekit-plugins-speechify
```

## Pre-requisites

You'll need an API key from Speechify. It can be set as an environment variable: `SPEECHIFY_API_KEY`
