Skip to main content

transcribe

Method
This is a method of the AudioAgent class in the agents module.
Transcribe audio to text (placeholder - requires LLM integration)

Signature

def transcribe(&self, audio_path: &str) -> Result<String>

Parameters

audio_path
&str
required
No description available.

Returns

Returns
Result<String>
The result of the operation.