Integrations
Overview
The Hecttor SDKs ship as plain libraries you can drop into any audio pipeline. This section covers the integrations we publish recipes for explicitly.
What's here today
Today's public integrations page is short. As we publish official recipes for each platform, this overview will link out to step-by-step guides.
What's coming
- LiveKit: wiring Hermes or Orpheus into a LiveKit Agents pipeline. Coming soon.
- Pipecat: using Orpheus as a pre-ASR processor inside a Pipecat agent. Coming soon.
Building your own integration
If you're integrating with a platform we don't list yet, the integration shape is always the same:
- Initialize the enhancer once at session start with your SDK key and config.
- Read the enhancer's configured chunk size after initialization and match your input chunking to it.
- On every chunk: call the per-chunk enhancement function and forward the enhanced output (or the original, if you're A/B-ing).
The two SDKs work the same way:
- For human-listener integrations (calls, voice messaging, recorded audio cleanup), use Hermes.
- For machine-listener integrations (ASR, voice agents), use Orpheus.
If you'd like us to publish a recipe for a platform that isn't listed here, let us know during onboarding.