Move sound source info into sources.md
This commit is contained in:
parent
c7db78472e
commit
4c89cfef94
@ -7,6 +7,17 @@ f_script = os.path.realpath(__file__)
|
||||
d_ldoc = os.path.dirname(f_script)
|
||||
d_root = os.path.dirname(d_ldoc)
|
||||
|
||||
vinfo = "master"
|
||||
f_modconf = os.path.join(d_root, "mod.conf")
|
||||
if os.path.isfile(f_modconf):
|
||||
buffer = codecs.open(f_modconf, "r", "utf-8")
|
||||
if buffer:
|
||||
conf_lines = buffer.readlines()
|
||||
buffer.close()
|
||||
for li in conf_lines:
|
||||
if li.startswith("version = "):
|
||||
vinfo = li.replace("version = ", "v")
|
||||
|
||||
f_readme_src = os.path.join(d_root, "README.md")
|
||||
f_readme_tgt = os.path.join(d_ldoc, "README.md")
|
||||
|
||||
@ -51,8 +62,9 @@ for line in r_lines:
|
||||
|
||||
if "src=\"screenshot.png\"" in line:
|
||||
line = line.replace("screenshot", "../screenshot")
|
||||
|
||||
if line.startswith("|"):
|
||||
elif line == "See [sources.md](sources.md)":
|
||||
line = "See <a href=\"https://github.com/AntumMT/mod-sounds/blob/{}/sources.md\">sources.md</a>".format(vinfo)
|
||||
elif line.startswith("|"):
|
||||
mid = True
|
||||
|
||||
if mid:
|
||||
|
218
README.md
218
README.md
@ -14,129 +14,7 @@ A [Minetest][] mod that provides a set of free sounds & methods. It is intended
|
||||
|
||||
#### Sound file sources & licensing:<a name="sources" />
|
||||
|
||||
##### General Sounds:
|
||||
|
||||
| Filename (sounds_) / Source | Author | License | Notes |
|
||||
| --------------------------------- | ---------------------------- | ------------ | ----------------------- |
|
||||
| [apple_bite][] | sonicmariobrotha | CC0 | |
|
||||
| [bat*][bat] | polymorpheva | CC0 | |
|
||||
| [bear*][bear] | U.S. Fish & Wildlife Service | CC0 | |
|
||||
| [bee][] | DrDufus | CC0 | |
|
||||
| [bees][] | tom_woysky | CC0 | |
|
||||
| [bird*][bird] | Jc Guan | CC0 | |
|
||||
| [boing][] | reelworldstudio | CC0 | |
|
||||
| [bumble_bee_01][] | Iain McCurdy | CC BY 3.0 | |
|
||||
| [bumble_bee_02][] | CGEffex | CC BY 3.0 | |
|
||||
| [camel*][camel] | craigsmith | CC0 | |
|
||||
| [canary*][canary] | MediaCollege.com | CC0 | |
|
||||
| [cat_meow][] | blimp66 | CC BY 3.0 | |
|
||||
| [chicken*][chicken] | www.bonson.ca | CC BY 3.0 | |
|
||||
| [clock_tick][] | AntumDeluge | CC0 | |
|
||||
| [coin][] | greenvwbeetle | CC0 | |
|
||||
| [cow_moo*][cow_moo] | JosephSardin | CC0 | |
|
||||
| [coyote_howl][] | rogerforeman | CC BY 3.0 | |
|
||||
| [cricket][] | GB01 | CC0 | |
|
||||
| [crow_caw][] | Morris Gevirtz | CC BY 4.0 | |
|
||||
| [dog_bark][] | ivolipa | CC0 | |
|
||||
| [duck_quack][] | Jonathon Jongsma | CC BY-SA 3.0 | |
|
||||
| [elephant_trumpet][] | vataaa | CC0 | |
|
||||
| [entity_hit][] | sonictechtonic | CC BY 3.0 | |
|
||||
| [explosion][] | JuveriSetila | CC0 | |
|
||||
| [frog][] | kayceemixer | CC0 | |
|
||||
| [fuse][] | Ned Bouhalassa | CC0 | |
|
||||
| [gallop_01][] | Alan McKinney (alanmcki) | CC BY 3.0 | |
|
||||
| [gallop_02][] | Alan McKinney (alanmcki) | CC BY 3.0 | |
|
||||
| [giraffe_hum][] | [↓](#authors) | CC BY-SA 4.0 | |
|
||||
| [goat_bleat*][goat_bleat] | Stephan | CC0 | |
|
||||
| [gorilla_grunt][] | [↓](#authors) | CC0 | |
|
||||
| [gorilla_roar][] | J0ck0 | CC0 | |
|
||||
| [gorilla_snarl*][gorilla_grunt] | [↓](#authors) | CC0 | |
|
||||
| [grasshopper][] | straget | CC0 | |
|
||||
| [horse_neigh_01][] | GoodListener | CC BY 3.0 | |
|
||||
| [horse_neigh_02][] | foxen10 | CC0 | |
|
||||
| [horse_snort_01][] | madklown | CC0 | |
|
||||
| [horse_snort_02][] | 0_ciz | CC0 | |
|
||||
| [hyena_01][] | [↓](#authors) | CC BY 2.0 | |
|
||||
| [hyena_02][] | [↓](#authors) | CC BY 2.0 | |
|
||||
| [hyena_03][] | [↓](#authors) | CC BY 2.0 | |
|
||||
| [jaguar_saw][] | About Zoos | CC BY | |
|
||||
| [lion_bellow][] | felix.blume | CC0 | |
|
||||
| [monkey*][monkey] | AntumDeluge | CC0 | imitation |
|
||||
| [mouse][] | AntumDeluge | CC0 | imitation |
|
||||
| [owl_hoot][] | Anthousai | CC0 | |
|
||||
| [parrot*][parrot] | Mings | CC BY 3.0 | |
|
||||
| [peacock_01][] | dobroide | CC BY 3.0 | |
|
||||
| [peacock_02][] | MediaCollege.com | CC0 | |
|
||||
| [pencil_erase][] | damsur | CC0 | |
|
||||
| [pencil_write][] | NachtmahrTV | CC0 | |
|
||||
| [penguin*][penguin] | Bidone | CC0 | |
|
||||
| [piano][] | [↓](#authors) | CC0 | |
|
||||
| [pig_snort][] | yottasounds | CC BY 3.0 | |
|
||||
| [pig_squeal][] | MediaCollege.com | CC0 | |
|
||||
| [pigeon][] | JavierSerrat | CC0 | |
|
||||
| [puppy_bark][] | moffet | CC0 | |
|
||||
| [quail][] | PrincessGrace | CC0 | |
|
||||
| [rooster][] | poorenglishjuggler | CC0 | |
|
||||
| [sheep][] | mikewest | CC0 | |
|
||||
| [skeleton_bones][] | AntumDeluge | CC0 | |
|
||||
| [tiger_roar_01][] | videog | CC BY 3.0 | |
|
||||
| [tiger_snarl_01][tiger_roar_01] | videog | CC BY 3.0 | |
|
||||
| [tiger_snarl_0[2-4]][tiger_snarl] | schots | CC0 | |
|
||||
| [toucan][] | Niels Krabbe | CC BY-SA 4.0 | |
|
||||
| [turkey_gobble][] | JarredGibb | CC0 | |
|
||||
| [undead_moan_*][undead_moan] | AntumDeluge | CC0 | |
|
||||
| [vulture][] | AntumDeluge | CC0 | imitation |
|
||||
| [watch_tick][] | Nicolas4677 | CC0 | |
|
||||
| [whistle][] | pawsound | CC0 | |
|
||||
| [wolf_howl][] | killyourpepe | CC0 | |
|
||||
| [wolf_snarl][] | newagesoup | CC BY 3.0 | |
|
||||
| [yak][] | AntumDeluge | CC0 | imitation |
|
||||
| [zebra][] | Peet J van Eeden | CC BY | |
|
||||
| [zipper][] | AntumDeluge | CC0 | |
|
||||
|
||||
##### Node Sounds:
|
||||
|
||||
| Filename (sounds_node_) / Source | Author | License | Notes |
|
||||
| --------------------------------- | ------------------------ | ------------ | ----------------------- |
|
||||
| [dig_choppy.*][dig_choppy] | Sheyvan | CC0 | |
|
||||
| [dig_cracky.*][dig_cracky] | Benboncan | CC BY 3.0 | |
|
||||
| [dig_crumbly][default] | Mito551 | CC BY-SA 3.0 | |
|
||||
| [dig_gravel.*][dig_gravel] | lolamadeus | CC0 | |
|
||||
| [dig_ice.*][dig_ice] | dheming | CC BY 3.0 | |
|
||||
| [dig_metal][] | yadronoff | CC BY 3.0 | |
|
||||
| [dig_snappy][] | blukotek | CC0 | |
|
||||
| [dug.*][default] | Mito551 | CC BY-SA 3.0 | |
|
||||
| [dug_glass.1][] | cmusounddesign | CC BY 3.0 | |
|
||||
| [dug_glass.2][] | Tomlija | CC BY 3.0 | |
|
||||
| [dug_glass.3][] | lsprice | CC BY 3.0 | |
|
||||
| [dug_gravel.*][dig_gravel] | lolamadeus | CC0 | |
|
||||
| [dug_ice][] | Angel_Perez_Grandi | CC BY 3.0 | |
|
||||
| [dug_metal.*][dug_metal] | qubodup | CC0 | |
|
||||
| [place*][default] | Mito551 | CC BY-SA 3.0 | |
|
||||
| [place_metal.*][place_metal] | Ogrebane | CC0 | |
|
||||
| [step_dirt.*][default] | Mito551 | CC BY-SA 3.0 | |
|
||||
| [step_glass][default] | Mito551 | CC BY-SA 3.0 | |
|
||||
| [step_grass.*][default] | Mito551 | CC BY-SA 3.0 | |
|
||||
| [step_gravel][default] | Mito551 | CC BY-SA 3.0 | |
|
||||
| [step_hard.*][step_hard] | Erdie | CC BY 3.0 | |
|
||||
| [step_ice.*][step_ice] | InspectorJ | CC BY 3.0 | |
|
||||
| [step_metal.*][step_metal] | mypantsfelldown | CC0 | |
|
||||
| [step_sand.*][step_sand] | worthahep88 | CC0 | |
|
||||
| [step_snow.*][step_snow] | Ryding | CC0 | |
|
||||
| [step_water.1][] | AGFX | CC BY 3.0 | |
|
||||
| [step_water.2][] | AGFX | CC BY 3.0 | |
|
||||
| [step_water.3][] | AGFX | CC BY 3.0 | |
|
||||
| step_water.4 | AntumDeluge | CC0 | generated with Audacity |
|
||||
| [step_wood.*][default] | Mito551 | CC BY-SA 3.0 | |
|
||||
|
||||
<a name="authors">**Authors Continued:**</a>
|
||||
|
||||
- Anton Baotic, Florian Sicks, & Angela S. Stoeger:
|
||||
- **giraffe_hum**
|
||||
- **gorilla_grunt**
|
||||
- **gorilla_snarl**
|
||||
- **hyena:** Mathevon N, Koralek A, Weldele M, Glickman S, & Theunissen F
|
||||
- **piano:** Scott Joplin & Tim Starling
|
||||
See [sources.md](sources.md)
|
||||
|
||||
### Usage:
|
||||
|
||||
@ -252,97 +130,3 @@ end
|
||||
|
||||
[Minetest]: http://minetest.net/
|
||||
[default]: https://github.com/minetest/minetest_game/tree/master/mods/default
|
||||
|
||||
[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
|
||||
[boing]: https://freesound.org/s/161122/
|
||||
[bumble_bee_01]: https://freesound.org/s/498412/
|
||||
[bumble_bee_02]: https://freesound.org/s/99955/
|
||||
[camel]: https://freesound.org/s/437937/
|
||||
[canary]: https://www.mediacollege.com/downloads/sound-effects/animals/bird/
|
||||
[cat_meow]: https://freesound.org/s/397661/
|
||||
[chicken]: https://freesound.org/s/24967/
|
||||
[clock_tick]: https://opengameart.org/node/16323
|
||||
[coin]: https://freesound.org/s/423332/
|
||||
[cow_moo]: https://freesound.org/s/177253/
|
||||
[coyote_howl]: https://freesound.org/s/68067/
|
||||
[cricket]: https://freesound.org/s/530477/
|
||||
[crow_caw]: https://www.xeno-canto.org/617630
|
||||
[dig_choppy]: https://freesound.org/s/476113/
|
||||
[dig_cracky]: https://freesound.org/s/71823/
|
||||
[dig_gravel]: https://freesound.org/s/179341/
|
||||
[dig_ice]: https://freesound.org/s/268023/
|
||||
[dig_metal]: https://freesound.org/s/320397/
|
||||
[dig_snappy]: https://freesound.org/s/251660/
|
||||
[dog_bark]: https://freesound.org/s/328730/
|
||||
[duck_quack]: https://www.xeno-canto.org/62258
|
||||
[dug_glass.1]: https://freesound.org/s/71947/
|
||||
[dug_glass.2]: https://freesound.org/s/97669/
|
||||
[dug_glass.3]: https://freesound.org/s/88808/
|
||||
[dug_ice]: https://freesound.org/s/49190/
|
||||
[dug_metal]: https://opengameart.org/node/18150
|
||||
[elephant_trumpet]: https://freesound.org/s/148873/
|
||||
[entity_hit]: https://freesound.org/s/241872/
|
||||
[explosion]: https://freesound.org/s/514133/
|
||||
[frog]: https://freesound.org/s/251495/
|
||||
[fuse]: https://freesound.org/s/8320/
|
||||
[gallop_01]: https://freesound.org/s/403026/
|
||||
[gallop_02]: https://freesound.org/s/403025/
|
||||
[giraffe_hum]: https://bmcresnotes.biomedcentral.com/articles/10.1186/s13104-015-1394-3#Sec10
|
||||
[goat_bleat]: https://pdsounds.org/pdsounds_files/files/audio/ziegengatter.mp3
|
||||
[gorilla_grunt]: https://www.mediacollege.com/downloads/sound-effects/animals/primates/
|
||||
[gorilla_roar]: https://freesound.org/s/397054/
|
||||
[grasshopper]: https://freesound.org/s/401939/
|
||||
[horse_neigh_01]: https://freesound.org/s/322443/
|
||||
[horse_neigh_02]: https://freesound.org/s/149024/
|
||||
[horse_snort_01]: https://freesound.org/s/184503/
|
||||
[horse_snort_02]: https://freesound.org/s/475480/
|
||||
[hyena_01]: https://commons.wikimedia.org/wiki/File:Giggling_call_of_a_spotted_hyena_(Crocuta_crocuta)_-_1472-6785-10-9-S1.oga
|
||||
[hyena_02]: https://commons.wikimedia.org/wiki/File:Giggling_call_of_a_spotted_hyena_(Crocuta_crocuta)_-_1472-6785-10-9-S3.oga
|
||||
[hyena_03]: https://commons.wikimedia.org/wiki/File:Giggling_call_of_a_spotted_hyena_(Crocuta_crocuta)_-_1472-6785-10-9-S5.oga
|
||||
[jaguar_saw]: https://www.youtube.com/watch?v=VJ0RCZXu0v4
|
||||
[lion_bellow]: https://freesound.org/s/405211/
|
||||
[monkey]: https://opengameart.org/node/81240
|
||||
[mouse]: https://opengameart.org/node/16331
|
||||
[owl_hoot]: https://freesound.org/s/398734/
|
||||
[parrot]: https://freesound.org/s/160381/
|
||||
[peacock_01]: https://freesound.org/s/59186/
|
||||
[peacock_02]: https://www.mediacollege.com/downloads/sound-effects/animals/bird/
|
||||
[pencil_erase]: https://freesound.org/s/443241/
|
||||
[pencil_write]: https://freesound.org/s/571800/
|
||||
[penguin]: https://freesound.org/s/66150/
|
||||
[piano]: https://commons.wikimedia.org/wiki/File:Maple_leaf_rag.ogg
|
||||
[pig_snort]: https://freesound.org/s/174615/
|
||||
[pig_squeal]: https://www.mediacollege.com/downloads/sound-effects/animals/pig/
|
||||
[pigeon]: https://freesound.org/s/524345/
|
||||
[place_metal]: https://opengameart.org/node/3511
|
||||
[puppy_bark]: https://freesound.org/s/583142/
|
||||
[quail]: https://freesound.org/s/329371/
|
||||
[rooster]: https://freesound.org/s/269496/
|
||||
[step_hard]: https://freesound.org/s/41579/
|
||||
[step_ice]: https://freesound.org/s/416967/
|
||||
[step_metal]: https://freesound.org/s/398937/
|
||||
[step_sand]: https://freesound.org/s/319224/
|
||||
[step_snow]: https://freesound.org/s/94337/
|
||||
[step_water.1]: https://freesound.org/s/20432/
|
||||
[step_water.2]: https://freesound.org/s/20434/
|
||||
[step_water.3]: https://freesound.org/s/20437/
|
||||
[sheep]: https://freesound.org/s/414342/
|
||||
[skeleton_bones]: https://opengameart.org/node/16324
|
||||
[tiger_roar_01]: https://freesound.org/s/149190/
|
||||
[tiger_snarl]: https://freesound.org/s/439280/
|
||||
[toucan]: https://www.xeno-canto.org/250531
|
||||
[turkey_gobble]: https://freesound.org/s/233125/
|
||||
[undead_moan]: https://opengameart.org/node/81246
|
||||
[vulture]: https://opengameart.org/node/16329
|
||||
[watch_tick]: https://freesound.org/s/446611/
|
||||
[whistle]: https://freesound.org/s/154873/
|
||||
[wolf_howl]: https://freesound.org/s/395192/
|
||||
[wolf_snarl]: https://freesound.org/s/338674/
|
||||
[yak]: https://opengameart.org/node/98682
|
||||
[zebra]: https://www.youtube.com/watch?v=xjGJ_XMVTRE
|
||||
[zipper]: https://opengameart.org/node/16332
|
||||
|
221
sources.md
Normal file
221
sources.md
Normal file
@ -0,0 +1,221 @@
|
||||
|
||||
#### General Sounds:
|
||||
|
||||
| Filename (sounds_) / Source | Author | License | Notes |
|
||||
| --------------------------------- | ---------------------------- | ------------ | ----------------------- |
|
||||
| [apple_bite][] | sonicmariobrotha | CC0 | |
|
||||
| [bat*][bat] | polymorpheva | CC0 | |
|
||||
| [bear*][bear] | U.S. Fish & Wildlife Service | CC0 | |
|
||||
| [bee][] | DrDufus | CC0 | |
|
||||
| [bees][] | tom_woysky | CC0 | |
|
||||
| [bird*][bird] | Jc Guan | CC0 | |
|
||||
| [boing][] | reelworldstudio | CC0 | |
|
||||
| [bumble_bee_01][] | Iain McCurdy | CC BY 3.0 | |
|
||||
| [bumble_bee_02][] | CGEffex | CC BY 3.0 | |
|
||||
| [camel*][camel] | craigsmith | CC0 | |
|
||||
| [canary*][canary] | MediaCollege.com | CC0 | |
|
||||
| [cat_meow][] | blimp66 | CC BY 3.0 | |
|
||||
| [chicken*][chicken] | www.bonson.ca | CC BY 3.0 | |
|
||||
| [clock_tick][] | AntumDeluge | CC0 | |
|
||||
| [coin][] | greenvwbeetle | CC0 | |
|
||||
| [cow_moo*][cow_moo] | JosephSardin | CC0 | |
|
||||
| [coyote_howl][] | rogerforeman | CC BY 3.0 | |
|
||||
| [cricket][] | GB01 | CC0 | |
|
||||
| [crow_caw][] | Morris Gevirtz | CC BY 4.0 | |
|
||||
| [dog_bark][] | ivolipa | CC0 | |
|
||||
| [duck_quack][] | Jonathon Jongsma | CC BY-SA 3.0 | |
|
||||
| [elephant_trumpet][] | vataaa | CC0 | |
|
||||
| [entity_hit][] | sonictechtonic | CC BY 3.0 | |
|
||||
| [explosion][] | JuveriSetila | CC0 | |
|
||||
| [frog][] | kayceemixer | CC0 | |
|
||||
| [fuse][] | Ned Bouhalassa | CC0 | |
|
||||
| [gallop_01][] | Alan McKinney (alanmcki) | CC BY 3.0 | |
|
||||
| [gallop_02][] | Alan McKinney (alanmcki) | CC BY 3.0 | |
|
||||
| [giraffe_hum][] | [↓](#authors) | CC BY-SA 4.0 | |
|
||||
| [goat_bleat*][goat_bleat] | Stephan | CC0 | |
|
||||
| [gorilla_grunt][] | [↓](#authors) | CC0 | |
|
||||
| [gorilla_roar][] | J0ck0 | CC0 | |
|
||||
| [gorilla_snarl*][gorilla_grunt] | [↓](#authors) | CC0 | |
|
||||
| [grasshopper][] | straget | CC0 | |
|
||||
| [horse_neigh_01][] | GoodListener | CC BY 3.0 | |
|
||||
| [horse_neigh_02][] | foxen10 | CC0 | |
|
||||
| [horse_snort_01][] | madklown | CC0 | |
|
||||
| [horse_snort_02][] | 0_ciz | CC0 | |
|
||||
| [hyena_01][] | [↓](#authors) | CC BY 2.0 | |
|
||||
| [hyena_02][] | [↓](#authors) | CC BY 2.0 | |
|
||||
| [hyena_03][] | [↓](#authors) | CC BY 2.0 | |
|
||||
| [jaguar_saw][] | About Zoos | CC BY | |
|
||||
| [lion_bellow][] | felix.blume | CC0 | |
|
||||
| [monkey*][monkey] | AntumDeluge | CC0 | imitation |
|
||||
| [mouse][] | AntumDeluge | CC0 | imitation |
|
||||
| [owl_hoot][] | Anthousai | CC0 | |
|
||||
| [parrot*][parrot] | Mings | CC BY 3.0 | |
|
||||
| [peacock_01][] | dobroide | CC BY 3.0 | |
|
||||
| [peacock_02][] | MediaCollege.com | CC0 | |
|
||||
| [pencil_erase][] | damsur | CC0 | |
|
||||
| [pencil_write][] | NachtmahrTV | CC0 | |
|
||||
| [penguin*][penguin] | Bidone | CC0 | |
|
||||
| [piano][] | [↓](#authors) | CC0 | |
|
||||
| [pig_snort][] | yottasounds | CC BY 3.0 | |
|
||||
| [pig_squeal][] | MediaCollege.com | CC0 | |
|
||||
| [pigeon][] | JavierSerrat | CC0 | |
|
||||
| [puppy_bark][] | moffet | CC0 | |
|
||||
| [quail][] | PrincessGrace | CC0 | |
|
||||
| [rooster][] | poorenglishjuggler | CC0 | |
|
||||
| [sheep][] | mikewest | CC0 | |
|
||||
| [skeleton_bones][] | AntumDeluge | CC0 | |
|
||||
| [tiger_roar_01][] | videog | CC BY 3.0 | |
|
||||
| [tiger_snarl_01][tiger_roar_01] | videog | CC BY 3.0 | |
|
||||
| [tiger_snarl_0[2-4]][tiger_snarl] | schots | CC0 | |
|
||||
| [toucan][] | Niels Krabbe | CC BY-SA 4.0 | |
|
||||
| [turkey_gobble][] | JarredGibb | CC0 | |
|
||||
| [undead_moan_*][undead_moan] | AntumDeluge | CC0 | |
|
||||
| [vulture][] | AntumDeluge | CC0 | imitation |
|
||||
| [watch_tick][] | Nicolas4677 | CC0 | |
|
||||
| [whistle][] | pawsound | CC0 | |
|
||||
| [wolf_howl][] | killyourpepe | CC0 | |
|
||||
| [wolf_snarl][] | newagesoup | CC BY 3.0 | |
|
||||
| [yak][] | AntumDeluge | CC0 | imitation |
|
||||
| [zebra][] | Peet J van Eeden | CC BY | |
|
||||
| [zipper][] | AntumDeluge | CC0 | |
|
||||
|
||||
#### Node Sounds:
|
||||
|
||||
| Filename (sounds_node_) / Source | Author | License | Notes |
|
||||
| --------------------------------- | ------------------------ | ------------ | ----------------------- |
|
||||
| [dig_choppy.*][dig_choppy] | Sheyvan | CC0 | |
|
||||
| [dig_cracky.*][dig_cracky] | Benboncan | CC BY 3.0 | |
|
||||
| [dig_crumbly][default] | Mito551 | CC BY-SA 3.0 | |
|
||||
| [dig_gravel.*][dig_gravel] | lolamadeus | CC0 | |
|
||||
| [dig_ice.*][dig_ice] | dheming | CC BY 3.0 | |
|
||||
| [dig_metal][] | yadronoff | CC BY 3.0 | |
|
||||
| [dig_snappy][] | blukotek | CC0 | |
|
||||
| [dug.*][default] | Mito551 | CC BY-SA 3.0 | |
|
||||
| [dug_glass.1][] | cmusounddesign | CC BY 3.0 | |
|
||||
| [dug_glass.2][] | Tomlija | CC BY 3.0 | |
|
||||
| [dug_glass.3][] | lsprice | CC BY 3.0 | |
|
||||
| [dug_gravel.*][dig_gravel] | lolamadeus | CC0 | |
|
||||
| [dug_ice][] | Angel_Perez_Grandi | CC BY 3.0 | |
|
||||
| [dug_metal.*][dug_metal] | qubodup | CC0 | |
|
||||
| [place*][default] | Mito551 | CC BY-SA 3.0 | |
|
||||
| [place_metal.*][place_metal] | Ogrebane | CC0 | |
|
||||
| [step_dirt.*][default] | Mito551 | CC BY-SA 3.0 | |
|
||||
| [step_glass][default] | Mito551 | CC BY-SA 3.0 | |
|
||||
| [step_grass.*][default] | Mito551 | CC BY-SA 3.0 | |
|
||||
| [step_gravel][default] | Mito551 | CC BY-SA 3.0 | |
|
||||
| [step_hard.*][step_hard] | Erdie | CC BY 3.0 | |
|
||||
| [step_ice.*][step_ice] | InspectorJ | CC BY 3.0 | |
|
||||
| [step_metal.*][step_metal] | mypantsfelldown | CC0 | |
|
||||
| [step_sand.*][step_sand] | worthahep88 | CC0 | |
|
||||
| [step_snow.*][step_snow] | Ryding | CC0 | |
|
||||
| [step_water.1][] | AGFX | CC BY 3.0 | |
|
||||
| [step_water.2][] | AGFX | CC BY 3.0 | |
|
||||
| [step_water.3][] | AGFX | CC BY 3.0 | |
|
||||
| step_water.4 | AntumDeluge | CC0 | generated with Audacity |
|
||||
| [step_wood.*][default] | Mito551 | CC BY-SA 3.0 | |
|
||||
|
||||
<a name="authors">**Authors Continued:**</a>
|
||||
|
||||
- Anton Baotic, Florian Sicks, & Angela S. Stoeger:
|
||||
- **giraffe_hum**
|
||||
- **gorilla_grunt**
|
||||
- **gorilla_snarl**
|
||||
- **hyena:** Mathevon N, Koralek A, Weldele M, Glickman S, & Theunissen F
|
||||
- **piano:** Scott Joplin & Tim Starling
|
||||
|
||||
|
||||
[default]: https://github.com/minetest/minetest_game/tree/master/mods/default
|
||||
|
||||
[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
|
||||
[boing]: https://freesound.org/s/161122/
|
||||
[bumble_bee_01]: https://freesound.org/s/498412/
|
||||
[bumble_bee_02]: https://freesound.org/s/99955/
|
||||
[camel]: https://freesound.org/s/437937/
|
||||
[canary]: https://www.mediacollege.com/downloads/sound-effects/animals/bird/
|
||||
[cat_meow]: https://freesound.org/s/397661/
|
||||
[chicken]: https://freesound.org/s/24967/
|
||||
[clock_tick]: https://opengameart.org/node/16323
|
||||
[coin]: https://freesound.org/s/423332/
|
||||
[cow_moo]: https://freesound.org/s/177253/
|
||||
[coyote_howl]: https://freesound.org/s/68067/
|
||||
[cricket]: https://freesound.org/s/530477/
|
||||
[crow_caw]: https://www.xeno-canto.org/617630
|
||||
[dig_choppy]: https://freesound.org/s/476113/
|
||||
[dig_cracky]: https://freesound.org/s/71823/
|
||||
[dig_gravel]: https://freesound.org/s/179341/
|
||||
[dig_ice]: https://freesound.org/s/268023/
|
||||
[dig_metal]: https://freesound.org/s/320397/
|
||||
[dig_snappy]: https://freesound.org/s/251660/
|
||||
[dog_bark]: https://freesound.org/s/328730/
|
||||
[duck_quack]: https://www.xeno-canto.org/62258
|
||||
[dug_glass.1]: https://freesound.org/s/71947/
|
||||
[dug_glass.2]: https://freesound.org/s/97669/
|
||||
[dug_glass.3]: https://freesound.org/s/88808/
|
||||
[dug_ice]: https://freesound.org/s/49190/
|
||||
[dug_metal]: https://opengameart.org/node/18150
|
||||
[elephant_trumpet]: https://freesound.org/s/148873/
|
||||
[entity_hit]: https://freesound.org/s/241872/
|
||||
[explosion]: https://freesound.org/s/514133/
|
||||
[frog]: https://freesound.org/s/251495/
|
||||
[fuse]: https://freesound.org/s/8320/
|
||||
[gallop_01]: https://freesound.org/s/403026/
|
||||
[gallop_02]: https://freesound.org/s/403025/
|
||||
[giraffe_hum]: https://bmcresnotes.biomedcentral.com/articles/10.1186/s13104-015-1394-3#Sec10
|
||||
[goat_bleat]: https://pdsounds.org/pdsounds_files/files/audio/ziegengatter.mp3
|
||||
[gorilla_grunt]: https://www.mediacollege.com/downloads/sound-effects/animals/primates/
|
||||
[gorilla_roar]: https://freesound.org/s/397054/
|
||||
[grasshopper]: https://freesound.org/s/401939/
|
||||
[horse_neigh_01]: https://freesound.org/s/322443/
|
||||
[horse_neigh_02]: https://freesound.org/s/149024/
|
||||
[horse_snort_01]: https://freesound.org/s/184503/
|
||||
[horse_snort_02]: https://freesound.org/s/475480/
|
||||
[hyena_01]: https://commons.wikimedia.org/wiki/File:Giggling_call_of_a_spotted_hyena_(Crocuta_crocuta)_-_1472-6785-10-9-S1.oga
|
||||
[hyena_02]: https://commons.wikimedia.org/wiki/File:Giggling_call_of_a_spotted_hyena_(Crocuta_crocuta)_-_1472-6785-10-9-S3.oga
|
||||
[hyena_03]: https://commons.wikimedia.org/wiki/File:Giggling_call_of_a_spotted_hyena_(Crocuta_crocuta)_-_1472-6785-10-9-S5.oga
|
||||
[jaguar_saw]: https://www.youtube.com/watch?v=VJ0RCZXu0v4
|
||||
[lion_bellow]: https://freesound.org/s/405211/
|
||||
[monkey]: https://opengameart.org/node/81240
|
||||
[mouse]: https://opengameart.org/node/16331
|
||||
[owl_hoot]: https://freesound.org/s/398734/
|
||||
[parrot]: https://freesound.org/s/160381/
|
||||
[peacock_01]: https://freesound.org/s/59186/
|
||||
[peacock_02]: https://www.mediacollege.com/downloads/sound-effects/animals/bird/
|
||||
[pencil_erase]: https://freesound.org/s/443241/
|
||||
[pencil_write]: https://freesound.org/s/571800/
|
||||
[penguin]: https://freesound.org/s/66150/
|
||||
[piano]: https://commons.wikimedia.org/wiki/File:Maple_leaf_rag.ogg
|
||||
[pig_snort]: https://freesound.org/s/174615/
|
||||
[pig_squeal]: https://www.mediacollege.com/downloads/sound-effects/animals/pig/
|
||||
[pigeon]: https://freesound.org/s/524345/
|
||||
[place_metal]: https://opengameart.org/node/3511
|
||||
[puppy_bark]: https://freesound.org/s/583142/
|
||||
[quail]: https://freesound.org/s/329371/
|
||||
[rooster]: https://freesound.org/s/269496/
|
||||
[step_hard]: https://freesound.org/s/41579/
|
||||
[step_ice]: https://freesound.org/s/416967/
|
||||
[step_metal]: https://freesound.org/s/398937/
|
||||
[step_sand]: https://freesound.org/s/319224/
|
||||
[step_snow]: https://freesound.org/s/94337/
|
||||
[step_water.1]: https://freesound.org/s/20432/
|
||||
[step_water.2]: https://freesound.org/s/20434/
|
||||
[step_water.3]: https://freesound.org/s/20437/
|
||||
[sheep]: https://freesound.org/s/414342/
|
||||
[skeleton_bones]: https://opengameart.org/node/16324
|
||||
[tiger_roar_01]: https://freesound.org/s/149190/
|
||||
[tiger_snarl]: https://freesound.org/s/439280/
|
||||
[toucan]: https://www.xeno-canto.org/250531
|
||||
[turkey_gobble]: https://freesound.org/s/233125/
|
||||
[undead_moan]: https://opengameart.org/node/81246
|
||||
[vulture]: https://opengameart.org/node/16329
|
||||
[watch_tick]: https://freesound.org/s/446611/
|
||||
[whistle]: https://freesound.org/s/154873/
|
||||
[wolf_howl]: https://freesound.org/s/395192/
|
||||
[wolf_snarl]: https://freesound.org/s/338674/
|
||||
[yak]: https://opengameart.org/node/98682
|
||||
[zebra]: https://www.youtube.com/watch?v=xjGJ_XMVTRE
|
||||
[zipper]: https://opengameart.org/node/16332
|
Loading…
x
Reference in New Issue
Block a user