steep-balloon-41261
02/16/2025, 4:31 PMgray-monkey-83525
02/16/2025, 4:31 PMMp3StreamDecoder
class. If your TTS is outputting audio in a format that is not directly supported or expected by LiveKit, such as a different codec or sample rate, this could result in the audio issues you're experiencing.
To resolve this, you might want to ensure that your TTS output is in a format compatible with LiveKit's expected input, such as PCM audio. You can use the Mp3StreamDecoder
to convert MP3 data to PCM if needed. Additionally, check that your audio transcoding settings are correctly configured to handle the conversion from your TTS output format to a format that LiveKit can process.
Would you like more detailed guidance on configuring your TTS output or transcoding settings?
Sources:
- LiveKit documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.