Add duck_quack sound (CC BY-SA 3.0) by Jonathon Jongsma...

https://www.xeno-canto.org/62258
This commit is contained in:
Jordan Irwin 2021-08-09 15:25:51 -07:00
parent bf665e6101
commit 1fbda1d6f6
6 changed files with 11 additions and 1 deletions

View File

@ -33,6 +33,7 @@ As of right now, only sounds from *default* mod have been added.
| [coin][] | greenvwbeetle | CC0 | | | [coin][] | greenvwbeetle | CC0 | |
| [cow_moo*][cow_moo] | JosephSardin | CC0 | | | [cow_moo*][cow_moo] | JosephSardin | CC0 | |
| [dog_bark][] | ivolipa | CC0 | | | [dog_bark][] | ivolipa | CC0 | |
| [duck_quack][] | Jonathon Jongsma | CC BY-SA 3.0 | |
| [elephant][] | vataaa | CC0 | | | [elephant][] | vataaa | CC0 | |
| [entity_hit][] | sonictechtonic | CC BY 3.0 | | | [entity_hit][] | sonictechtonic | CC BY 3.0 | |
| [explosion][] | JuveriSetila | CC0 | | | [explosion][] | JuveriSetila | CC0 | |
@ -167,6 +168,7 @@ sounds.horse_neigh(2, {gain=1.0})
[dig_metal]: https://freesound.org/s/320397/ [dig_metal]: https://freesound.org/s/320397/
[dig_snappy]: https://freesound.org/s/251660/ [dig_snappy]: https://freesound.org/s/251660/
[dog_bark]: https://freesound.org/s/328730/ [dog_bark]: https://freesound.org/s/328730/
[duck_quack]: https://www.xeno-canto.org/62258
[dug_glass.1]: https://freesound.org/s/71947/ [dug_glass.1]: https://freesound.org/s/71947/
[dug_glass.2]: https://freesound.org/s/97669/ [dug_glass.2]: https://freesound.org/s/97669/
[dug_glass.3]: https://freesound.org/s/88808/ [dug_glass.3]: https://freesound.org/s/88808/

View File

@ -11,7 +11,6 @@ TODO:
- wind - wind
- tree - tree
- leaves - leaves
- duck
- bat - bat
- camel - camel
- monkey / chimp - monkey / chimp

View File

@ -11,6 +11,7 @@ next
- bumble_bee - bumble_bee
- chicken - chicken
- clock_tick - clock_tick
- duck_quack
- grasshopper - grasshopper
- jaguar_saw - jaguar_saw
- lion - lion

View File

@ -98,6 +98,14 @@ sounds.dog_bark = SoundGroup({
"dog_bark", "dog_bark",
}) })
--- Duck quack sounds.
--
-- @sndgroup sounds.duck_quack
-- @snd duck_quack
sounds.duck_quack = SoundGroup({
"duck_quack",
})
--- Elephant sounds. --- Elephant sounds.
-- --
-- @sndgroup sounds.elephant -- @sndgroup sounds.elephant

Binary file not shown.

Binary file not shown.