Skip to content

Commit

Permalink
Adds open and close sounds for safes. (#82)
Browse files Browse the repository at this point in the history
* adds the json and sounds.

* reencode sounds

* adds the credits files.
  • Loading branch information
DoctorBoomstick committed Dec 17, 2023
1 parent 0bcfaf9 commit de1e7c3
Show file tree
Hide file tree
Showing 6 changed files with 38 additions and 0 deletions.
16 changes: 16 additions & 0 deletions sound/CC-Sounds/close_door/gun_safe/close_safe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"type": "sound_effect",
"id": "close_door",
"variant": "f_gunsafe_o",
"volume": 100,
"files": [ "close_door/gun_safe/close_safe.ogg" ]
},
{
"type": "sound_effect",
"id": "close_door",
"variant": "f_safe_o",
"volume": 100,
"files": [ "close_door/gun_safe/close_safe.ogg" ]
}
]
Binary file not shown.
3 changes: 3 additions & 0 deletions sound/CC-Sounds/close_door/gun_safe/credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
| File Name | Author | License | Link |
|------------------|----------|-----------|---------------------------------|
| close_safe.ogg | DoctorBoomstick | **CC BY 4.0** | Audio was recorded by myself closing the door of a metal cabinet gunsafe |
3 changes: 3 additions & 0 deletions sound/CC-Sounds/open_door/gun_safe/credits.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
| File Name | Author | License | Link |
|------------------|----------|-----------|---------------------------------|
| open_safe.ogg | DoctorBoomstick | **CC BY 4.0** | Audio was recorded by myself opening the door of a metal cabinet gunsafe |
16 changes: 16 additions & 0 deletions sound/CC-Sounds/open_door/gun_safe/open_safe.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[
{
"type": "sound_effect",
"id": "open_door",
"variant": "f_gunsafe_c",
"volume": 100,
"files": [ "open_door/gun_safe/open_safe.ogg" ]
},
{
"type": "sound_effect",
"id": "open_door",
"variant": "f_safe_c",
"volume": 100,
"files": [ "open_door/gun_safe/open_safe.ogg" ]
}
]
Binary file added sound/CC-Sounds/open_door/gun_safe/open_safe.ogg
Binary file not shown.

0 comments on commit de1e7c3

Please sign in to comment.