<@U084APK40NS> what is the default sample rate, an...
# ask-ai
b
@millions-hair-24956 what is the default sample rate, and samples per channel a multimodal agent is compatible with in python?
g
The default sample rate for a multimodal agent using the OpenAI Realtime API is 24000 Hz, as specified in the LiveKit Agents documentation. The number of samples per channel is not explicitly mentioned in the provided data sources. Would you like more detail on how to configure these settings? Sources: - LiveKit Agents documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.
b
@millions-hair-24956 what about a flutter client?
g
It seems likely that the default sample rate for audio tracks in the LiveKit Flutter SDK is not explicitly mentioned in the provided data sources. However, you can configure audio settings using the
AudioPublishOptions
class, which includes properties like
audioBitrate
for managing audio quality. For more specific configurations, you might need to refer to the LiveKit Flutter SDK documentation. Would you like more detail on configuring audio settings in a Flutter client? Sources: - LiveKit Flutter SDK documentation 👍 0 button 👎 0 button 💡 Hint: Mention @runllm in the thread for followups.