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.

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.