bevy/crates/bevy_audio/src
Василий Чай fb9c5a6cbb
Added Pitch as an alternative sound source (#9225)
# 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>
2023-07-29 22:29:41 +00:00
..
audio_output.rs bevy_audio: ECS-based API redesign (#8424) 2023-07-07 23:01:17 +00:00
audio_source.rs reflect: stable type path v2 (#7184) 2023-06-05 20:31:20 +00:00
audio.rs bevy_audio: ECS-based API redesign (#8424) 2023-07-07 23:01:17 +00:00
lib.rs Added Pitch as an alternative sound source (#9225) 2023-07-29 22:29:41 +00:00
pitch.rs Added Pitch as an alternative sound source (#9225) 2023-07-29 22:29:41 +00:00
sinks.rs bevy_audio: ECS-based API redesign (#8424) 2023-07-07 23:01:17 +00:00