growl.ogg: added free replacement for bikestart.ogg

This commit is contained in:
yuni 2024-09-14 01:53:50 +02:00
parent 252966a9c5
commit bd155c0be5
4 changed files with 2 additions and 3 deletions

View file

@ -30,14 +30,13 @@
- crash.ogg: Hit a fire extinguisher with a chunk of metal - crash.ogg: Hit a fire extinguisher with a chunk of metal
- gasp.ogg: Gasping for air - gasp.ogg: Gasping for air
- gasprelief.ogg: Heavy breathing - 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 - wakeup.ogg: Heavy breathing
- woosh.ogg: Blew into the mic, pitch lowered by 24 semitones - woosh.ogg: Blew into the mic, pitch lowered by 24 semitones
- zoom.ogg: Recorded a screw thread scraping against a saxophone ligature - zoom.ogg: Recorded a screw thread scraping against a saxophone ligature
- Other sound files: [Pixabay Content License](https://pixabay.com/service/license-summary) - 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/thrusters-loopwav-14699
- https://pixabay.com/sound-effects/350cc-bike-firing-32391
- https://pixabay.com/sound-effects/electricity-6353 - 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/high-energy-humming-195612
- https://pixabay.com/sound-effects/electric-fan-motor-blades-removed-13169 - https://pixabay.com/sound-effects/electric-fan-motor-blades-removed-13169
- Music: - Music:

Binary file not shown.

BIN
assets/sounds/growl.ogg Normal file

Binary file not shown.

View file

@ -70,7 +70,7 @@ const PATHS: &[(SfxType, Sfx, &str)] = &[
(SfxType::OneOff, Sfx::Click, "sounds/click.ogg"), (SfxType::OneOff, Sfx::Click, "sounds/click.ogg"),
(SfxType::OneOff, Sfx::Connect, "sounds/connect.ogg"), (SfxType::OneOff, Sfx::Connect, "sounds/connect.ogg"),
(SfxType::OneOff, Sfx::Crash, "sounds/crash.ogg"), (SfxType::OneOff, Sfx::Crash, "sounds/crash.ogg"),
(SfxType::OneOff, Sfx::EnterVehicle, "sounds/bikestart.ogg"), (SfxType::OneOff, Sfx::EnterVehicle, "sounds/growl.ogg"),
( (
SfxType::OneOff, SfxType::OneOff,
Sfx::IncomingChatMessage, Sfx::IncomingChatMessage,