|  fb9c5a6cbb # Objective My attempt at implementing #7515 ## Solution Added struct `Pitch` and implemented on it `Source` trait. ## Changelog ### Added - File pitch.rs to bevy_audio crate - Struct `Pitch` and type aliases for `AudioSourceBundle<Pitch>` and `SpatialAudioSourceBundle<Pitch>` - New example showing how to use `PitchBundle` ### Changed - `AudioPlugin` now adds system for `Pitch` audio --------- Co-authored-by: Alice Cecile <alice.i.cecile@gmail.com> | ||
|---|---|---|
| .. | ||
| audio_output.rs | ||
| audio_source.rs | ||
| audio.rs | ||
| lib.rs | ||
| pitch.rs | ||
| sinks.rs | ||