Skip to main content

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.

listen

Method
This is a method of the AudioAgent class in the audio_agent module.
Quick STT - transcribe audio file.

Signature

def listen(file: Union[str, BinaryIO]) -> str

Parameters

file
Union
required
Audio file to transcribe

Returns

Returns
str
Transcribed text

Uses

  • transcribe

Source

View on GitHub

praisonaiagents/agent/audio_agent.py at line 438