parent
009419640e
commit
388af9c10b
@ -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
|
||||
|
1
TODO.txt
1
TODO.txt
@ -16,7 +16,6 @@ TODO:
|
||||
- tree
|
||||
- leaves
|
||||
- dolphin
|
||||
- bear
|
||||
- leopard
|
||||
- lamb
|
||||
- squirrel
|
||||
|
@ -3,6 +3,7 @@ next
|
||||
----
|
||||
- added sounds:
|
||||
- bat
|
||||
- bear
|
||||
- camel
|
||||
- cricket
|
||||
- giraffe_hum
|
||||
|
@ -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
BIN
sounds/sounds_bear_01.ogg
Normal file
Binary file not shown.
BIN
sounds/sounds_bear_02.ogg
Normal file
BIN
sounds/sounds_bear_02.ogg
Normal file
Binary file not shown.
BIN
sounds_src/sounds_bear_01.flac
Normal file
BIN
sounds_src/sounds_bear_01.flac
Normal file
Binary file not shown.
BIN
sounds_src/sounds_bear_02.flac
Normal file
BIN
sounds_src/sounds_bear_02.flac
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user