Skip to main content

AudioAgent

Defined in the agents module.
Rust AI Agent SDK A specialized agent for audio processing using AI models. Provides Text-to-Speech (TTS) and Speech-to-Text (STT) capabilities.

Fields

Methods

new

Create a new AudioAgent builder

name

Get agent name

model

Get model

speech

Generate speech from text (placeholder - requires LLM integration) Parameters:

transcribe

Transcribe audio to text (placeholder - requires LLM integration) Parameters:

Source

View on GitHub

praisonai/src/agents/mod.rs at line 110

Rust Agent

Rust Overview

Rust Quickstart

Rust Installation

Rust Autonomy