replaced click.ogg with a selfmade free variant
This commit is contained in:
parent
3db5600b29
commit
bd206be108
|
@ -23,6 +23,8 @@
|
||||||
- Neptune: [By Solar System Scope, CC BY 4.0](https://www.solarsystemscope.com/textures/)
|
- Neptune: [By Solar System Scope, CC BY 4.0](https://www.solarsystemscope.com/textures/)
|
||||||
- Icon: Creative Commons CC0 License
|
- Icon: Creative Commons CC0 License
|
||||||
- Original sound files:
|
- Original sound files:
|
||||||
|
- click.ogg: By Yuni, Creative Commons CC0 License
|
||||||
|
- Recorded the click of a Victorinox Swisstool Spirit, when closing the big flathead screw driver
|
||||||
- connect.ogg: By Yuni, Creative Commons CC0 License
|
- connect.ogg: By Yuni, Creative Commons CC0 License
|
||||||
- Tshhhhed into a microphone, pitch lowered by 15 semitones
|
- Tshhhhed into a microphone, pitch lowered by 15 semitones
|
||||||
- wakeup.ogg: By Yuni, Creative Commons CC0 License
|
- wakeup.ogg: By Yuni, Creative Commons CC0 License
|
||||||
|
@ -34,7 +36,6 @@
|
||||||
- Recorded a screw thread scraping against a saxophone ligature
|
- 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/typosonic-typing-192811
|
- https://pixabay.com/sound-effects/typosonic-typing-192811
|
||||||
- https://pixabay.com/sound-effects/click-button-140881
|
|
||||||
- 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/350cc-bike-firing-32391
|
||||||
- https://pixabay.com/sound-effects/electricity-6353
|
- https://pixabay.com/sound-effects/electricity-6353
|
||||||
|
|
Binary file not shown.
BIN
assets/sounds/click.ogg
Normal file
BIN
assets/sounds/click.ogg
Normal file
Binary file not shown.
|
@ -67,11 +67,7 @@ const PATHS: &[(SfxType, Sfx, &str)] = &[
|
||||||
(SfxType::LoopSfx, Sfx::Gasp, "sounds/gasp.ogg"),
|
(SfxType::LoopSfx, Sfx::Gasp, "sounds/gasp.ogg"),
|
||||||
(SfxType::OneOff, Sfx::GaspRelief, "sounds/gasprelief.ogg"),
|
(SfxType::OneOff, Sfx::GaspRelief, "sounds/gasprelief.ogg"),
|
||||||
(SfxType::OneOff, Sfx::Achieve, "sounds/achieve.ogg"),
|
(SfxType::OneOff, Sfx::Achieve, "sounds/achieve.ogg"),
|
||||||
(
|
(SfxType::OneOff, Sfx::Click, "sounds/click.ogg"),
|
||||||
SfxType::OneOff,
|
|
||||||
Sfx::Click,
|
|
||||||
"sounds/click-button-140881-crop.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/bikestart.ogg"),
|
||||||
|
|
Loading…
Reference in a new issue