Add bear sounds (CC0)...

https://www.fws.gov/video/sound.htm
This commit is contained in:
Jordan Irwin 2021-08-11 06:35:24 -07:00
parent 009419640e
commit 388af9c10b
8 changed files with 90 additions and 73 deletions

View File

@ -17,9 +17,10 @@ A [Minetest][] mod that provides a set of free sounds & methods. It is intended
##### General Sounds:
| Filename (sounds_) / Source | Author | License | Notes |
| --------------------------------- | ------------------------ | ------------ | ----------------------- |
| --------------------------------- | ---------------------------- | ------------ | ----------------------- |
| [apple_bite][] | sonicmariobrotha | CC0 | |
| [bat][] | polymorpheva | CC0 | |
| [bear][] | U.S. Fish & Wildlife Service | CC0 | |
| [bee][] | DrDufus | CC0 | |
| [bees][] | tom_woysky | CC0 | |
| [bird*][bird] | Jc Guan | CC0 | |
@ -248,6 +249,7 @@ end
[apple_bite]: https://freesound.org/s/333825/
[bat]: https://freesound.org/s/104205/
[bear]: https://www.fws.gov/video/sound.htm
[bee]: https://freesound.org/s/462875/
[bees]: https://freesound.org/s/243011/
[bird]: https://soundbible.com/340-Bird-Song.html

View File

@ -16,7 +16,6 @@ TODO:
- tree
- leaves
- dolphin
- bear
- leopard
- lamb
- squirrel

View File

@ -3,6 +3,7 @@ next
----
- added sounds:
- bat
- bear
- camel
- cricket
- giraffe_hum

View File

@ -35,6 +35,21 @@ sounds.bat = SoundGroup({
--- Bear
--
-- @section bear
--- @sndgroup sounds.bear
-- @snd bear_01
-- @snd bear_02
sounds.bear = SoundGroup({
"bear_01",
"bear_02",
})
--- Bovine
--
-- @section bovine

BIN
sounds/sounds_bear_01.ogg Normal file

Binary file not shown.

BIN
sounds/sounds_bear_02.ogg Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.