forked from seeseekey/Soundboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathboards.example
52 lines (49 loc) · 1.19 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
{
"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"
}
]
}
]}