Add gorilla_roar sound (CC0) by J0ck0...
https://freesound.org/s/397054/
This commit is contained in:
parent
4368ef4417
commit
af82b0b263
@ -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_01][] | Alan McKinney (alanmcki) | CC BY 3.0 | |
|
||||||
| [gallop_02][] | Alan McKinney (alanmcki) | CC BY 3.0 | |
|
| [gallop_02][] | Alan McKinney (alanmcki) | CC BY 3.0 | |
|
||||||
| [goat_bleat_*][goat_bleat] | Stephan | CC0 | |
|
| [goat_bleat_*][goat_bleat] | Stephan | CC0 | |
|
||||||
|
| [gorilla_roar][] | J0ck0 | CC0 | |
|
||||||
| [grasshopper][] | straget | CC0 | |
|
| [grasshopper][] | straget | CC0 | |
|
||||||
| [horse_neigh_01][] | GoodListener | CC BY 3.0 | |
|
| [horse_neigh_01][] | GoodListener | CC BY 3.0 | |
|
||||||
| [horse_neigh_02][] | foxen10 | CC0 | |
|
| [horse_neigh_02][] | foxen10 | CC0 | |
|
||||||
@ -271,6 +272,7 @@ end
|
|||||||
[gallop_01]: https://freesound.org/s/403026/
|
[gallop_01]: https://freesound.org/s/403026/
|
||||||
[gallop_02]: https://freesound.org/s/403025/
|
[gallop_02]: https://freesound.org/s/403025/
|
||||||
[goat_bleat]: https://pdsounds.org/pdsounds_files/files/audio/ziegengatter.mp3
|
[goat_bleat]: https://pdsounds.org/pdsounds_files/files/audio/ziegengatter.mp3
|
||||||
|
[gorilla_roar]: https://freesound.org/s/397054/
|
||||||
[grasshopper]: https://freesound.org/s/401939/
|
[grasshopper]: https://freesound.org/s/401939/
|
||||||
[horse_neigh_01]: https://freesound.org/s/322443/
|
[horse_neigh_01]: https://freesound.org/s/322443/
|
||||||
[horse_neigh_02]: https://freesound.org/s/149024/
|
[horse_neigh_02]: https://freesound.org/s/149024/
|
||||||
|
1
TODO.txt
1
TODO.txt
@ -31,7 +31,6 @@ TODO:
|
|||||||
- raccoon
|
- raccoon
|
||||||
- train
|
- train
|
||||||
- rain
|
- rain
|
||||||
- gorilla
|
|
||||||
- whale
|
- whale
|
||||||
- inflate
|
- inflate
|
||||||
- pop
|
- pop
|
||||||
|
@ -3,6 +3,7 @@ next
|
|||||||
----
|
----
|
||||||
- added sounds:
|
- added sounds:
|
||||||
- cricket
|
- cricket
|
||||||
|
- gorilla_roar
|
||||||
- parrot
|
- parrot
|
||||||
- parrot_chirp
|
- parrot_chirp
|
||||||
- parrot_whistle
|
- parrot_whistle
|
||||||
|
@ -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
|
--- Rodent
|
||||||
--
|
--
|
||||||
-- @section rodent
|
-- @section rodent
|
||||||
|
BIN
sounds/sounds_gorilla_roar.ogg
Normal file
BIN
sounds/sounds_gorilla_roar.ogg
Normal file
Binary file not shown.
BIN
sounds_src/sounds_gorilla_roar.flac
Normal file
BIN
sounds_src/sounds_gorilla_roar.flac
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user