Add whale sound (CC BY) by Ian Fairley...

https://www.youtube.com/watch?v=VIElj_SLxfc
This commit is contained in:
Jordan Irwin 2021-08-11 14:29:10 -07:00
parent d92cb224e4
commit 4ea220bd64
6 changed files with 19 additions and 1 deletions

View File

@ -22,7 +22,6 @@ TODO:
- fire - fire
- train - train
- rain - rain
- whale
- inflate - inflate
- pop - pop
- gas motor / generator - gas motor / generator

View File

@ -13,6 +13,7 @@ next
- seagulls - seagulls
- snake_rattle - snake_rattle
- squirrel - squirrel
- whale
- renamed sounds: - renamed sounds:
- sheep -> sheep_baa - sheep -> sheep_baa

View File

@ -251,6 +251,22 @@ sounds.dolphin_click = SoundGroup({
-- @sndgroup sounds.dolphin -- @sndgroup sounds.dolphin
sounds.dolphin = sounds.dolphin_chirp + sounds.dolphin_click sounds.dolphin = sounds.dolphin_chirp + sounds.dolphin_click
--- @sndgroup sounds.whale
-- @snd whale
sounds.whale = SoundGroup({
"whale",
})
--- <br>
--
-- Includes:
--
-- - `sounds.dolphin`
-- - `sounds.whale`
--
-- @sndgroup sounds.cetacean
sounds.cetacean = sounds.dolphin + sounds.whale
--- Elephant --- Elephant

BIN
sounds/sounds_whale.ogg Normal file

Binary file not shown.

Binary file not shown.

View File

@ -82,6 +82,7 @@
| [undead_moan_*][undead_moan] | AntumDeluge | CC0 | | | [undead_moan_*][undead_moan] | AntumDeluge | CC0 | |
| [vulture][] | AntumDeluge | CC0 | imitation | | [vulture][] | AntumDeluge | CC0 | imitation |
| [watch_tick][] | Nicolas4677 | CC0 | | | [watch_tick][] | Nicolas4677 | CC0 | |
| [whale][] | Ian Fairley | CC BY | |
| [whistle][] | pawsound | CC0 | | | [whistle][] | pawsound | CC0 | |
| [wolf_howl][] | killyourpepe | CC0 | | | [wolf_howl][] | killyourpepe | CC0 | |
| [wolf_snarl][] | newagesoup | CC BY 3.0 | | | [wolf_snarl][] | newagesoup | CC BY 3.0 | |
@ -232,6 +233,7 @@
[undead_moan]: https://opengameart.org/node/81246 [undead_moan]: https://opengameart.org/node/81246
[vulture]: https://opengameart.org/node/16329 [vulture]: https://opengameart.org/node/16329
[watch_tick]: https://freesound.org/s/446611/ [watch_tick]: https://freesound.org/s/446611/
[whale]: https://www.youtube.com/watch?v=VIElj_SLxfc
[whistle]: https://freesound.org/s/154873/ [whistle]: https://freesound.org/s/154873/
[wolf_howl]: https://freesound.org/s/395192/ [wolf_howl]: https://freesound.org/s/395192/
[wolf_snarl]: https://freesound.org/s/338674/ [wolf_snarl]: https://freesound.org/s/338674/