Skip to main content

AudioConfig

Defined in the audio_agent module.
Configuration for audio processing settings. Follows the Precedence Ladder pattern:
  • Instance > Config > Array > Dict > String > Bool > Default

Properties

voice
Optional
No description available.
speed
float
No description available.
response_format
str
No description available.
language
Optional
No description available.
temperature
float
No description available.
timeout
int
No description available.
api_base
Optional
No description available.
api_key
Optional
No description available.
  • to_dict: Convert to dictionary for LiteLLM calls.