How many voices availabe there: ```session = Agent...
# ask-ai
f
How many voices availabe there:
Copy code
session = AgentSession(
    stt=groq.STT(
        model="whisper-large-v3-turbo",
        language="en",
    ),
    llm=groq.LLM(
        model="llama3-8b-8192"
    ),
    tts=groq.TTS(
      model="playai-tts",
      voice="Arista-PlayAI",
    ),
    # ... vad, turn_detection, etc.
)
is there any Thai Male voice?
t
Thanks for reaching out, Baymurat. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
The PlayAI TTS model supports various voices, but I need more details to confirm if a Thai male voice is available. Could you clarify if you are looking for a specific voice or just exploring all available options?
The PlayAI TTS model offers a variety of voices, including English and Arabic options, but it looks like there isn't a Thai male voice available at the moment. If you’re looking for something specific or need a hand finding other options, just let me know—I’m here to help! Sources: livekit-plugins/livekit-plugins-groq/livekit/plugins/groq/tts.py
f
But it spoke in Thai langauge
t
Hey there! The PlayAI TTS model doesn’t specifically list Thai as a supported language. That said, if you’ve noticed it speaking Thai, it might be using some general multilingual features or a fallback option. Could you share a bit more about where or how it spoke Thai? That way, I can better understand and help you out! Sources: livekit-plugins/livekit-plugins-sarvam/livekit/plugins/sarvam/tts.py
f
here https://groq.livekit.io/ , but it only spoke in female voice, I need male vooce
t
I don't have the answer you're looking for. You could also try asking your question: • in one of the other Slack channels or • to https://deepwiki.com/livekit/livekit_composite which is trained on all LiveKit source code If you find the answer, please post it here to help others!