Integration examples for OmniVoice voice pipelines.
These examples are maintained in a separate repository to avoid adding heavy telephony/provider dependencies to the core OmniVoice module.
| Example | Description |
|---|---|
| twilio-elevenlabs-voice-agent | Voice agent using Twilio Media Streams + ElevenLabs TTS |
Each example is a standalone Go module with its own go.mod file. This allows each example to have different dependencies without affecting others.
cd <example-directory>
go run .See each example's README for specific requirements and configuration.
- omnivoice - Voice pipeline framework
- omnivoice-twilio - Twilio Media Streams transport
- go-elevenlabs - ElevenLabs Go client