diff --git a/LICENSE.md b/LICENSE.md index de54ba3..8cdcd87 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -30,14 +30,13 @@ - crash.ogg: Hit a fire extinguisher with a chunk of metal - gasp.ogg: Gasping for air - gasprelief.ogg: Heavy breathing + - growl.ogg: Growled into a Xaphoon (2024-09-13@18:21), lowered by an octave, added reverb - wakeup.ogg: Heavy breathing - woosh.ogg: Blew into the mic, pitch lowered by 24 semitones - zoom.ogg: Recorded a screw thread scraping against a saxophone ligature - Other sound files: [Pixabay Content License](https://pixabay.com/service/license-summary) - https://pixabay.com/sound-effects/thrusters-loopwav-14699 - - https://pixabay.com/sound-effects/350cc-bike-firing-32391 - https://pixabay.com/sound-effects/electricity-6353 - - https://pixabay.com/sound-effects/ducati-696-monster-33217 - https://pixabay.com/sound-effects/high-energy-humming-195612 - https://pixabay.com/sound-effects/electric-fan-motor-blades-removed-13169 - Music: diff --git a/assets/sounds/bikestart.ogg b/assets/sounds/bikestart.ogg deleted file mode 100644 index 6eadcb6..0000000 Binary files a/assets/sounds/bikestart.ogg and /dev/null differ diff --git a/assets/sounds/growl.ogg b/assets/sounds/growl.ogg new file mode 100644 index 0000000..a8bd11b Binary files /dev/null and b/assets/sounds/growl.ogg differ diff --git a/src/audio.rs b/src/audio.rs index b46d444..3e48824 100644 --- a/src/audio.rs +++ b/src/audio.rs @@ -70,7 +70,7 @@ const PATHS: &[(SfxType, Sfx, &str)] = &[ (SfxType::OneOff, Sfx::Click, "sounds/click.ogg"), (SfxType::OneOff, Sfx::Connect, "sounds/connect.ogg"), (SfxType::OneOff, Sfx::Crash, "sounds/crash.ogg"), - (SfxType::OneOff, Sfx::EnterVehicle, "sounds/bikestart.ogg"), + (SfxType::OneOff, Sfx::EnterVehicle, "sounds/growl.ogg"), ( SfxType::OneOff, Sfx::IncomingChatMessage,