Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
transcribe
Method
This is a method of the AudioAgent class in the audio_agent module.Transcribe audio to text.
Signature
Parameters
Path to audio file or file-like object
Language code (e.g., “en”, “es”, “fr”)
Sampling temperature (0.0 to 1.0)
Override model for this call **kwargs: Additional provider-specific parameters
Returns
Transcribed text
Usage
Uses
transcriptionclose
Used By
Source
View on GitHub
praisonaiagents/agent/audio_agent.py at line 314
