adk-audio 0.7.0

Audio intelligence and pipeline orchestration for ADK-Rust agents
Documentation
1
2
3
4
5
6
7
//! Cloud and native provider implementations.

#[cfg(any(feature = "tts", feature = "qwen3-tts"))]
pub mod tts;

#[cfg(feature = "stt")]
pub mod stt;