MCPcopy Create free account
hub / github.com/PerroEngine/Perro / play_source

Method play_source

perro_source/audio_stack/perro_pawdio/src/controller.rs:236–239  ·  view source on GitHub ↗
(&self, request: AudioPlaybackRequest<'_>)

Source from the content-addressed store, hash-verified

234 .name("perro_pawdio_audio".to_string())
235 .spawn(move || {
236 run_audio_worker(
237 static_audio_lookup,
238 player_factory,
239 &rx,
240 &startup_tx,
241 &loaded_for_thread,
242 );

Callers 1

newMethod · 0.45

Calls 2

intern_sourceMethod · 0.80
play_source_arcMethod · 0.80

Tested by

no test coverage detected