soundboard/soundboard.json.example

31 lines
433 B
Plaintext

{
"audio": {
"devices": [
"VirtualMic",
""
],
"volume": 1.0
},
"shortcuts": {
"up": "Shift+Up",
"down": "Shift+Down",
"left": "Shift+Left",
"right": "Shift+Right",
"play": "Shift+Num+Enter",
"stop": "Shift+Num+0"
},
"audioPath": "./neuesSB/",
"buttons": [
[
{
"name": "",
"file": "<required>",
"key": "",
"offset": 0,
"length": 0,
"volume": 1.0,
"width": 6
}
]
]
}