Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds open and close sounds for safes. #82

Merged
merged 3 commits into from
Dec 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Loading