-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added weather_clear and weather_cloudy by Raven for spring season (#27)
* delete temporary ambience and fixed plmove deleted daytime and indoors due to them having permanent playback (indoors doesn't stop and daytime interferes with weather tracks) and fixed plmove to play all the new sounds * Added weather_clear and weather_cloudy added sounds for clear and cloudy weather * lint json * Fix json * Add inddor sound * Assign the weather sounds to spring Co-authored-by: Raven2236 <92259371+Raven2236@users.noreply.github.com>
- Loading branch information
Showing
7 changed files
with
28 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,12 @@ | ||
| File Name | Author | License | Link | | ||
|------------------|----------|-----------|---------------------------------| | ||
| alarm.ogg | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | | | ||
| bells.ogg | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | | | ||
| daytime.ogg | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | | | ||
| indoors.ogg | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | | | ||
| nighttime.ogg | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | | | ||
| police_siren.ogg | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | | | ||
| underground.ogg | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | | | ||
| alarm | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | | | ||
| bells | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | | | ||
| daytime | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | | | ||
| indoors | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | | | ||
| nighttime | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | | | ||
| police_siren | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | | | ||
| underground | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | | | ||
| weather_clear | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | | | ||
| weather_cloudy | Peter Havran (Raven 2236) | **CC BY-NC-SA 2.0** | | | ||
| indoors | blouhond | **CC BY 3.0** | https://freesound.org/people/blouhond/sounds/163604/ | |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
[ | ||
{ | ||
"type": "sound_effect", | ||
"id": "environment", | ||
"variant": "WEATHER_CLOUDY", | ||
"volume": 100, | ||
"season": "spring", | ||
"files": [ "environment/ambient/weather_cloudy.ogg" ] | ||
}, | ||
{ | ||
"type": "sound_effect", | ||
"id": "environment", | ||
"variant": "WEATHER_CLEAR", | ||
"volume": 100, | ||
"season": "spring", | ||
"files": [ "environment/ambient/weather_clear.ogg" ] | ||
} | ||
] |
Binary file not shown.
Binary file not shown.