soundboard/soundboard.json.example

31 lines
433 B
Plaintext
Raw Normal View History

2021-12-13 17:28:32 +01:00
{
"audio": {
"devices": [
"VirtualMic",
""
2022-04-02 14:45:54 +02:00
],
"volume": 1.0
2021-12-13 17:28:32 +01:00
},
2022-02-26 16:37:01 +01:00
"shortcuts": {
"up": "Shift+Up",
"down": "Shift+Down",
"left": "Shift+Left",
"right": "Shift+Right",
"play": "Shift+Num+Enter",
"stop": "Shift+Num+0"
},
"audioPath": "./neuesSB/",
2021-12-13 17:28:32 +01:00
"buttons": [
2021-12-14 10:12:24 +01:00
[
{
"name": "",
"file": "<required>",
"key": "",
"offset": 0,
"length": 0,
2021-12-14 12:46:57 +01:00
"volume": 1.0,
"width": 6
2021-12-14 10:12:24 +01:00
}
]
2021-12-13 17:28:32 +01:00
]
}