#Can I use my personal PVC in livekit?
1 messages · Page 1 of 1 (latest)
AI-generated Answer for eugenia.haxyr3
Short answer: Yes—if your LiveKit app uses ElevenLabs for synthesis.
- ElevenLabs provides an official LiveKit Agents integration. In that setup, any voice you can select by voice_id—including your Professional Voice Clone (PVC)—can be used for real‑time speech. (elevenlabs.io)
- Use ElevenLabs’ real‑time TTS over WebSocket and pass your PVC’s voice_id. For low‑latency, choose a model that supports PVC such as Flash v2.5 or Turbo v2.5. WebSockets are not available for eleven_v3. (elevenlabs.io)
- Note: eleven_v3 currently doesn’t support PVC, and it isn’t intended for real‑time use. Stick with v2.5 models for LiveKit scenarios. (help.elevenlabs.io)
- You cannot export a PVC to run “inside” LiveKit; audio must be generated via the ElevenLabs API. (help.elevenlabs.io)
- To use your PVC, copy its voice_id from My Voices or via the List Voices API. Creating a PVC requires the Creator plan or higher. (help.elevenlabs.io)
If you need links to specific API examples, see the real‑time TTS WebSocket guide above. (elevenlabs.io)
Sources:
Connect Livekit Agents to ElevenLabs Conversational AI Voice Agents
Generate audio in real-time | ElevenLabs Documentation
What is Voice Design? – ElevenLabs
Can I export my voice clones? – ElevenLabs
How do I find the voice ID of my voices via the website and API? – ElevenLabs
Generate audio in real-time | ElevenLabs Documentation
Should my voice be publically available for that? (i.e. shared)?