Skip to content

Commit

Permalink
Add rain storm sounds (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fris0uman authored Dec 11, 2022
1 parent 910407a commit 299b0c4
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 0 deletions.
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions sound/CC-Sounds/environment/weather/credits.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
| thunder_far.ogg | chromakei | **CC0 1.0** | https://freesound.org/people/chromakei/sounds/398287/ |
| thunderstorm.ogg | bruno.auzet | **CC0 1.0** | https://freesound.org/people/bruno.auzet/sounds/531041/ |
| WEATHER_SNOWSTORM.ogg | guyburns | **CC 0** | https://freesound.org/people/guyburns/sounds/473815/ |
| WEATHER_RAINSTORM.ogg | Iam_calderon | **CC 0** | https://freesound.org/people/Iam_calderon/sounds/424306/ |
| WEATHER_RAINSTORM_inside.ogg | klankbeeld | **CC BY 4.0** | https://freesound.org/people/klankbeeld/sounds/614134/ |
18 changes: 18 additions & 0 deletions sound/CC-Sounds/environment/weather/weather_rainstorm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"type": "sound_effect",
"id": "environment",
"variant": "WEATHER_RAINSTORM",
"volume": 100,
"is_indoors": false,
"files": [ "environment/weather/WEATHER_RAINSTORM.ogg" ]
},
{
"type": "sound_effect",
"id": "environment",
"variant": "WEATHER_RAINSTORM",
"volume": 100,
"is_indoors": true,
"files": [ "environment/weather/WEATHER_RAINSTORM_inside.ogg" ]
}
]

0 comments on commit 299b0c4

Please sign in to comment.