Plugin for LiveKit Agents framework to use Soniox's speech recognition and understanding API. Currently version 1.5.18, released weekly. Requires Python >=3.10.
pip install livekit-plugins-sonioxNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Instantiate SonioxSTT with API key from environment variable.
Use the plugin as part of a LiveKit Agent (e.g., via VoicePipelineAgent).
Replace 'async with SonioxSTT(...) as stt' with 'stt = SonioxSTT(...)'.
Upgrade Python to 3.10 or higher.