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

Method generate_audio

cake-core/src/cake/sharding/master.rs:184–190  ·  view source on GitHub ↗
(&mut self, args: &AudioGenerationArgs)

Source from the content-addressed store, hash-verified

182 }
183
184 pub async fn generate_audio(&mut self, args: &AudioGenerationArgs) -> Result<AudioOutput> {
185 let model = self
186 .model
187 .as_mut()
188 .ok_or_else(|| anyhow::anyhow!("No audio model loaded"))?;
189 model.generate_audio(args).await
190 }
191}

Callers 1

runMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected