Skip to content

Commit

Permalink
Add shout:shriek and shout:wail soudns
Browse files Browse the repository at this point in the history
  • Loading branch information
KurzedMetal committed Mar 17, 2022
1 parent c5c7390 commit cd6ffb2
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sound/CC-Sounds/shout/shriek/credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
| File Name | Author | License | Link |
|------------------|----------|-----------|---------------------------------|
| shiek_1 | AlexMurphy53 | **CC0** | https://freesound.org/people/AlexMurphy53/sounds/399779/ |
| shiek_2 | AlexMurphy53 | **CC0** | https://freesound.org/people/AlexMurphy53/sounds/399780/ |
9 changes: 9 additions & 0 deletions sound/CC-Sounds/shout/shriek/shriek.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"type": "sound_effect",
"id": "shout",
"variant": "shriek",
"volume": 70,
"files": [ "shout/shriek/shriek_1.ogg", "shout/shriek/shriek_2.ogg" ]
}
]
Binary file added sound/CC-Sounds/shout/shriek/shriek_1.ogg
Binary file not shown.
Binary file added sound/CC-Sounds/shout/shriek/shriek_2.ogg
Binary file not shown.
3 changes: 3 additions & 0 deletions sound/CC-Sounds/shout/wail/credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
| File Name | Author | License | Link |
|------------------|----------|-----------|---------------------------------|
| wail | wintertriangles | **CC0** | https://freesound.org/people/wintertriangles/sounds/179893/ |
9 changes: 9 additions & 0 deletions sound/CC-Sounds/shout/wail/wail.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[
{
"type": "sound_effect",
"id": "shout",
"variant": "wail",
"volume": 70,
"files": [ "shout/wail/wail.ogg" ]
}
]
Binary file added sound/CC-Sounds/shout/wail/wail.ogg
Binary file not shown.

0 comments on commit cd6ffb2

Please sign in to comment.