(&self)
| 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, |
no outgoing calls
no test coverage detected