Skip to main content

speech

Method
This is a method of the AudioAgent class in the agents module.
Generate speech from text (placeholder - requires LLM integration)

Signature

def speech(&self, text: &str, output_path: &str) -> Result<String>

Parameters

text
&str
required
No description available.
output_path
&str
required
No description available.

Returns

Returns
Result<String>
The result of the operation.