soundboard/soundboard.json.example

21 lines
221 B
Plaintext
Raw Normal View History

2021-12-13 17:28:32 +01:00
{
"audio": {
"devices": [
"VirtualMic",
""
]
},
"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
]
}