transcribe
Method
This is a method of the AudioAgent class in the agents module.Transcribe audio to text (placeholder - requires LLM integration)
Signature
Parameters
No description available.
Returns
The result of the operation.
transcribe: Transcribe audio to text (placeholder - requires LLM integration)
This is a method of the AudioAgent class in the agents module.Transcribe audio to text (placeholder - requires LLM integration)
def transcribe(&self, audio_path: &str) -> Result<String>