Add goat_bleat sounds (CC0) by Stephan...

https://pdsounds.org/pdsounds_files/files/audio/ziegengatter.mp3
This commit is contained in:
Jordan Irwin 2021-08-09 16:32:29 -07:00
parent 73b66863cc
commit b5d7dc56e6
10 changed files with 15 additions and 1 deletions

View File

@ -42,6 +42,7 @@ As of right now, only sounds from *default* mod have been added.
| [fuse][] | Ned Bouhalassa | CC0 | |
| [gallop_01][] | Alan McKinney (alanmcki) | CC BY 3.0 | |
| [gallop_02][] | Alan McKinney (alanmcki) | CC BY 3.0 | |
| [goat_bleat_*][goat_bleat] | Stephan | CC0 | |
| [grasshopper][] | straget | CC0 | |
| [horse_neigh_01][] | GoodListener | CC BY 3.0 | |
| [horse_neigh_02][] | foxen10 | CC0 | |
@ -184,6 +185,7 @@ sounds.horse_neigh(2, {gain=1.0})
[fuse]: https://freesound.org/s/8320/
[gallop_01]: https://freesound.org/s/403026/
[gallop_02]: https://freesound.org/s/403025/
[goat_bleat]: https://pdsounds.org/pdsounds_files/files/audio/ziegengatter.mp3
[grasshopper]: https://freesound.org/s/401939/
[horse_neigh_01]: https://freesound.org/s/322443/
[horse_neigh_02]: https://freesound.org/s/149024/

View File

@ -15,7 +15,6 @@ TODO:
- camel
- monkey / chimp
- dolphin
- goat
- bear
- leopard
- lamb

View File

@ -13,6 +13,7 @@ next
- clock_tick
- crow_caw
- duck_quack
- goat_bleat
- grasshopper
- jaguar_saw
- lion

View File

@ -164,6 +164,18 @@ sounds.gallop = SoundGroup({
"gallop_02",
})
--- Goat bleat sounds.
--
-- @sndgroup sounds.goat_bleat
-- @snd goat_bleat_01
-- @snd goat_bleat_02
-- @snd goat_bleat_03
sounds.goat_bleat = SoundGroup({
"goat_bleat_01",
"goat_bleat_02",
"goat_bleat_03",
})
--- Grasshopper sounds.
--
-- @sndgroup sounds.grasshopper

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.