Skip to main content

Crate adk_rust_mcp_speech

Crate adk_rust_mcp_speech 

Source
Expand description

ADK Rust MCP Speech Server Library

This library provides text-to-speech capabilities using Google Cloud TTS Chirp3-HD API.

Re-exports§

pub use handler::GeneratedAudio;
pub use handler::Pronunciation;
pub use handler::SpeechHandler;
pub use handler::SpeechSynthesizeParams;
pub use handler::SpeechSynthesizeResult;
pub use server::SpeechServer;

Modules§

handler
Speech synthesis handler for the MCP Speech server.
server
MCP Server implementation for the Speech server.