Add bees sound (CC0) by tom_woysky...

https://freesound.org/s/243011/
This commit is contained in:
Jordan Irwin 2021-08-09 14:19:00 -07:00
parent e8b793fe76
commit 70df47e736
5 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,7 @@ As of right now, only sounds from *default* mod have been added.
| Filename (sounds_) / Source | Author | License | Notes |
| --------------------------------- | ------------------------ | ------------ | ----------------------- |
| [apple_bite][] | sonicmariobrotha | CC0 | |
| [bees][] | tom_woysky | CC0 | |
| [bird*][bird] | Jc Guan | CC0 | |
| [boing][] | reelworldstudio | CC0 | |
| [bumble_bee][] | Iain McCurdy | CC BY 3.0 | |
@ -144,6 +145,7 @@ sounds.horse_neigh(2, {gain=1.0})
[default]: https://github.com/minetest/minetest_game/tree/master/mods/default
[apple_bite]: https://freesound.org/s/333825/
[bees]: https://freesound.org/s/243011/
[bird]: https://soundbible.com/340-Bird-Song.html
[boing]: https://freesound.org/s/161122/
[bumble_bee]: https://freesound.org/s/498412/

View File

@ -6,6 +6,7 @@ next
- renamed node sound files
- SoundGroup:play returns handle or nil only
- added sounds:
- bees
- bumble_bee
- clock_tick
- grasshopper

View File

@ -36,8 +36,10 @@ sounds.bounce = SoundGroup({
--
-- @sndgroup sounds.bee
-- @snd bumble_bee
-- @snd bees
sounds.bee = SoundGroup({
"bumble_bee",
"bees",
})
--- Cat meow sounds.

BIN
sounds/sounds_bees.ogg Normal file

Binary file not shown.

BIN
sounds_src/sounds_bees.flac Normal file

Binary file not shown.