when i use elevenlabs plugın i see no logs at temr...
# ask-ai
m
when i use elevenlabs plugın i see no logs at temrınal logiignmode debug , when i change tts to ggogle agent startıng logs. why @millions-hair-24956
g
The issue you're experiencing with ElevenLabs TTS not generating logs in debug mode could be due to several reasons. One possibility is that the ElevenLabs plugin might not be properly configured or initialized, which can prevent it from logging any activity. Ensure that the API key and other necessary configurations for ElevenLabs are correctly set up. According to the LiveKit documentation, you should verify that the
api_key
and other parameters like
model_id
and
encoding
are correctly specified. If the configuration is correct, another potential issue could be related to the ElevenLabs service itself, such as rate limiting or account restrictions, which might not be present with Google TTS. You can try switching the
encoding
parameter to
pcm_22050
as suggested in a Slack discussion to see if it resolves the issue. Would you like more detailed troubleshooting steps or information on configuring ElevenLabs TTS with LiveKit? Sources: - Slack Discussion on ElevenLabs Configuration - LiveKit documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.