MCPcopy Create free account
hub / github.com/evilsocket/cake / AudioGenerator

Interface AudioGenerator

cake-core/src/models/mod.rs:171–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

169
170#[async_trait]
171pub trait AudioGenerator: Generator {
172 async fn generate_audio(&mut self, args: &AudioGenerationArgs) -> Result<AudioOutput>;
173}
174
175/// Unified model trait — every model used by Master implements this.
176/// Each model provides real implementations for its modality and

Callers

nothing calls this directly

Implementers 2

test_helpers.rscake-core/src/cake/sharding/api/test_h
mod.rscake-core/src/models/mod.rs

Calls

no outgoing calls

Tested by

no test coverage detected