growl.ogg: added free replacement for bikestart.ogg
This commit is contained in:
parent
252966a9c5
commit
bd155c0be5
|
@ -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:
|
||||
|
|
Binary file not shown.
BIN
assets/sounds/growl.ogg
Normal file
BIN
assets/sounds/growl.ogg
Normal file
Binary file not shown.
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue