-
Notifications
You must be signed in to change notification settings - Fork 2
/
boards.example
55 lines (55 loc) · 1.46 KB
/
boards.example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"settings":{
"activeboard":0,
"broadcast":false,
"broadcasturl":"wss://example.com/soundboard/transceiver"
},
"boards":[
{
"name":"Soundboard example",
"folder":"assets/",
"sounds":[
{
"file":"music1.ogg",
"description":"Action Music 1",
"category":"Music / 3rd Party"
},
{
"file":"music2.ogg",
"description":"Drama Music 2",
"category":"Music / 3rd Party"
},
{
"file":"music3.ogg",
"description":"Suspense Music 3",
"category":"Music / 3rd Party"
},
{
"file":"medical.mp3",
"description":"Medical",
"category":"Ambience / 3rd Party"
},
{
"file":"bridge.mp3",
"description":"Bridge",
"category":"Ambience / 3rd Party"
},
{
"file":"intro.ogg",
"description":"Intro",
"category":"Music / 3rd Party"
},
{
"file":"deck4.ogg",
"description":"Deck 4",
"category":"SFX / 3rd Party"
},
{
"file":"alarm1.ogg",
"description":"Alarm 1",
"category":"SFX / 3rd Party"
}
]
}
]
}