Plugin for the LiveKit Agents Framework integrating Speechmatics for real-time speech-to-text. Current version 1.5.18, requires Python ≥3.10, released approximately weekly.
pip install livekit-plugins-speechmaticsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example using SpeechmaticsSTT with LiveKit Agents.
Use `from livekit.plugins.speechmatics import SpeechmaticsSTT`.
Set the environment variable or pass `api_key` explicitly.
Use `async for event in stt_stream:` to receive transcription events.