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

Method as_sound

perro_source/audio_stack/perro_pawdio/src/internal.rs:256–261  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

254 pub(crate) source: Arc<str>,
255 pub(crate) bus_id: Option<AudioBusID>,
256 pub(crate) looped: bool,
257 pub(crate) volume: f32,
258 pub(crate) speed: f32,
259 pub(crate) pan: AudioPan,
260 pub(crate) low_pass: f32,
261 pub(crate) reverb_send: f32,
262 pub(crate) echo: f32,
263 pub(crate) reflection: f32,
264 pub(crate) occlusion: f32,

Callers 2

as_optionsMethod · 0.45
as_requestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected