Add goat_bleat sounds (CC0) by Stephan...
https://pdsounds.org/pdsounds_files/files/audio/ziegengatter.mp3
This commit is contained in:
parent
73b66863cc
commit
b5d7dc56e6
@ -42,6 +42,7 @@ As of right now, only sounds from *default* mod have been added.
|
||||
| [fuse][] | Ned Bouhalassa | CC0 | |
|
||||
| [gallop_01][] | Alan McKinney (alanmcki) | CC BY 3.0 | |
|
||||
| [gallop_02][] | Alan McKinney (alanmcki) | CC BY 3.0 | |
|
||||
| [goat_bleat_*][goat_bleat] | Stephan | CC0 | |
|
||||
| [grasshopper][] | straget | CC0 | |
|
||||
| [horse_neigh_01][] | GoodListener | CC BY 3.0 | |
|
||||
| [horse_neigh_02][] | foxen10 | CC0 | |
|
||||
@ -184,6 +185,7 @@ sounds.horse_neigh(2, {gain=1.0})
|
||||
[fuse]: https://freesound.org/s/8320/
|
||||
[gallop_01]: https://freesound.org/s/403026/
|
||||
[gallop_02]: https://freesound.org/s/403025/
|
||||
[goat_bleat]: https://pdsounds.org/pdsounds_files/files/audio/ziegengatter.mp3
|
||||
[grasshopper]: https://freesound.org/s/401939/
|
||||
[horse_neigh_01]: https://freesound.org/s/322443/
|
||||
[horse_neigh_02]: https://freesound.org/s/149024/
|
||||
|
1
TODO.txt
1
TODO.txt
@ -15,7 +15,6 @@ TODO:
|
||||
- camel
|
||||
- monkey / chimp
|
||||
- dolphin
|
||||
- goat
|
||||
- bear
|
||||
- leopard
|
||||
- lamb
|
||||
|
@ -13,6 +13,7 @@ next
|
||||
- clock_tick
|
||||
- crow_caw
|
||||
- duck_quack
|
||||
- goat_bleat
|
||||
- grasshopper
|
||||
- jaguar_saw
|
||||
- lion
|
||||
|
12
groups.lua
12
groups.lua
@ -164,6 +164,18 @@ sounds.gallop = SoundGroup({
|
||||
"gallop_02",
|
||||
})
|
||||
|
||||
--- Goat bleat sounds.
|
||||
--
|
||||
-- @sndgroup sounds.goat_bleat
|
||||
-- @snd goat_bleat_01
|
||||
-- @snd goat_bleat_02
|
||||
-- @snd goat_bleat_03
|
||||
sounds.goat_bleat = SoundGroup({
|
||||
"goat_bleat_01",
|
||||
"goat_bleat_02",
|
||||
"goat_bleat_03",
|
||||
})
|
||||
|
||||
--- Grasshopper sounds.
|
||||
--
|
||||
-- @sndgroup sounds.grasshopper
|
||||
|
BIN
sounds/sounds_goat_bleat_01.ogg
Normal file
BIN
sounds/sounds_goat_bleat_01.ogg
Normal file
Binary file not shown.
BIN
sounds/sounds_goat_bleat_02.ogg
Normal file
BIN
sounds/sounds_goat_bleat_02.ogg
Normal file
Binary file not shown.
BIN
sounds/sounds_goat_bleat_03.ogg
Normal file
BIN
sounds/sounds_goat_bleat_03.ogg
Normal file
Binary file not shown.
BIN
sounds_src/sounds_goat_bleat_01.flac
Normal file
BIN
sounds_src/sounds_goat_bleat_01.flac
Normal file
Binary file not shown.
BIN
sounds_src/sounds_goat_bleat_02.flac
Normal file
BIN
sounds_src/sounds_goat_bleat_02.flac
Normal file
Binary file not shown.
BIN
sounds_src/sounds_goat_bleat_03.flac
Normal file
BIN
sounds_src/sounds_goat_bleat_03.flac
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user