Add gorilla_roar sound (CC0) by J0ck0...

https://freesound.org/s/397054/
This commit is contained in:
Jordan Irwin 2021-08-11 02:51:48 -07:00
parent 4368ef4417
commit af82b0b263
6 changed files with 16 additions and 1 deletions

View File

@ -43,6 +43,7 @@ A [Minetest][] mod that provides a set of free sounds & methods. It is intended
| [gallop_01][] | Alan McKinney (alanmcki) | CC BY 3.0 | |
| [gallop_02][] | Alan McKinney (alanmcki) | CC BY 3.0 | |
| [goat_bleat_*][goat_bleat] | Stephan | CC0 | |
| [gorilla_roar][] | J0ck0 | CC0 | |
| [grasshopper][] | straget | CC0 | |
| [horse_neigh_01][] | GoodListener | CC BY 3.0 | |
| [horse_neigh_02][] | foxen10 | CC0 | |
@ -271,6 +272,7 @@ end
[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
[gorilla_roar]: https://freesound.org/s/397054/
[grasshopper]: https://freesound.org/s/401939/
[horse_neigh_01]: https://freesound.org/s/322443/
[horse_neigh_02]: https://freesound.org/s/149024/

View File

@ -31,7 +31,6 @@ TODO:
- raccoon
- train
- rain
- gorilla
- whale
- inflate
- pop

View File

@ -3,6 +3,7 @@ next
----
- added sounds:
- cricket
- gorilla_roar
- parrot
- parrot_chirp
- parrot_whistle

View File

@ -448,6 +448,19 @@ sounds.insect = sounds.bee | sounds.cricket + sounds.grasshopper
--- Primate
--
-- @section primate
--- @sndgroup sounds.gorilla_roar
-- @snd gorilla_roar
sounds.gorilla_roar = SoundGroup({
"gorilla_roar",
})
--- Rodent
--
-- @section rodent

Binary file not shown.

Binary file not shown.