click2.ogg: added as free replacement of typosonic-typing-192811-crop.ogg
This commit is contained in:
parent
1ddb7675ea
commit
a49edac0ce
|
@ -25,6 +25,8 @@
|
||||||
- Original sound files:
|
- Original sound files:
|
||||||
- click.ogg: By Yuni, Creative Commons CC0 License
|
- click.ogg: By Yuni, Creative Commons CC0 License
|
||||||
- Recorded the click of a Victorinox Swisstool Spirit, when closing the big flathead screw driver
|
- Recorded the click of a Victorinox Swisstool Spirit, when closing the big flathead screw driver
|
||||||
|
- click2.ogg: By Yuni, Creative Commons CC0 License
|
||||||
|
- Recorded the click of a Victorinox Swisstool Spirit, when opening the big flathead screw driver. The second click is slightly amplified, the delay between clicks slightly shortened.
|
||||||
- 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
|
||||||
|
@ -35,7 +37,6 @@
|
||||||
- zoom.ogg: By Yuni, Creative Commons CC0 License
|
- zoom.ogg: By Yuni, Creative Commons CC0 License
|
||||||
- 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/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
|
||||||
|
|
BIN
assets/sounds/click2.ogg
Normal file
BIN
assets/sounds/click2.ogg
Normal file
Binary file not shown.
Binary file not shown.
|
@ -77,11 +77,7 @@ const PATHS: &[(SfxType, Sfx, &str)] = &[
|
||||||
"sounds/connect.ogg",
|
"sounds/connect.ogg",
|
||||||
),
|
),
|
||||||
(SfxType::OneOff, Sfx::Ping, "sounds/connect.ogg"),
|
(SfxType::OneOff, Sfx::Ping, "sounds/connect.ogg"),
|
||||||
(
|
(SfxType::OneOff, Sfx::Switch, "sounds/click2.ogg"),
|
||||||
SfxType::OneOff,
|
|
||||||
Sfx::Switch,
|
|
||||||
"sounds/typosonic-typing-192811-crop.ogg",
|
|
||||||
),
|
|
||||||
(SfxType::OneOff, Sfx::WakeUp, "sounds/wakeup.ogg"),
|
(SfxType::OneOff, Sfx::WakeUp, "sounds/wakeup.ogg"),
|
||||||
(SfxType::OneOff, Sfx::Woosh, "sounds/woosh.ogg"),
|
(SfxType::OneOff, Sfx::Woosh, "sounds/woosh.ogg"),
|
||||||
(SfxType::OneOff, Sfx::Zoom, "sounds/zoom.ogg"),
|
(SfxType::OneOff, Sfx::Zoom, "sounds/zoom.ogg"),
|
||||||
|
|
Loading…
Reference in a new issue