Hume AI TTS plugin for LiveKit Agents, enabling text-to-speech synthesis using Hume's emotional intelligence models. Current version 1.5.8, requires Python >=3.10. Part of the LiveKit Agents ecosystem with monthly releases.
pip install livekit-plugins-humeNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize Hume TTS with API key and use with AgentSession.
Migrate to `PreemptiveGenerationOptions` (see LiveKit agents v1.5 changelog).
Set `api_key=os.environ.get('HUME_API_KEY')` when constructing TTS.Use `from livekit.plugins.hume import TTS`.
Run `pip install livekit-plugins-hume`
Remove argument; use agent PreemptiveGenerationOptions.
Set HUME_API_KEY environment variable or pass `api_key` parameter.
Use `from livekit.plugins.hume import TTS` (uppercase).