This message was deleted.
# ask-ai
s
This message was deleted.
g
It seems likely that Whisper TTS is not directly supported by LiveKit as per the available data sources. However, you can use OpenAI's Whisper for speech-to-text (STT) with LiveKit, as indicated in the LiveKit documentation and Slack discussions. For text-to-speech (TTS), you might need to use another provider or create a custom plugin. Would you like more details on how to integrate Whisper STT or explore other TTS options with LiveKit? Sources: - Slack discussion - LiveKit documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.
To define which TTS you want to use in LiveKit, you typically specify it in your agent's configuration. You can pass the TTS model and options when creating an instance of the TTS class. For example, when using the ElevenLabs TTS plugin, you can specify the model and voice parameters in the
TTS
class constructor, as shown in the LiveKit documentation. Would you like more detailed guidance on setting up a specific TTS provider with LiveKit? Sources: - https://livekit-users.slack.com/archives/C07FY8WHGPM/p1728956116.368569 - https://docs.livekit.io/python/livekit/plugins/elevenlabs/index.html#livekit.plugins.elevenlabs.TTS.list_voices 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.