update for soundboard with global soundfiles

This commit is contained in:
2026-02-15 21:35:45 +01:00
parent fc08da804f
commit 0eacdbf973
4 changed files with 191 additions and 59 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"global_sounds": [
{
"id": "pfeife_lang",
"file": "pfeife_lang.wav",
"name": "Pfeife lang",
"description": "Langgezogene Dampflok-Pfeife"
},
{
"id": "dampf_ausstoß",
"file": "dampf_ausstoß.mp3",
"name": "Dampfausstoß",
"description": "Kurzes Zischen"
},
{
"id": "bahnhof_ankunft",
"file": "bahnhof_ankunft.mp3",
"name": "Bahnhofsankunft",
"description": "Stationsansage + Bremsquietschen"
}
]
}