-
Notifications
You must be signed in to change notification settings - Fork 0
/
fxSoundLibrary.json
52 lines (52 loc) · 1.15 KB
/
fxSoundLibrary.json
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
{
"fxSoundLibrary": [
{
"Path": "./SoundLibrary/FX/pink_noise.mp3",
"soundName": "pink_noise"
},
{
"Path": "./SoundLibrary/FX/triangle_wave.mp3",
"soundName": "triangle_wave"
},
{
"Path": "./SoundLibrary/FX/white_noise.mp3",
"soundName": "white_noise"
},
{
"Path": "./SoundLibrary/FX/brown_noise.mp3",
"soundName": "brown_noise"
},
{
"Path": "./SoundLibrary/FX/ambulance.mp3",
"soundName": "ambulance"
},
{
"Path": "./SoundLibrary/FX/cow_moo.mp3",
"soundName": "cow_moo"
},
{
"Path": "./SoundLibrary/FX/cowbell.mp3",
"soundName": "cowbell"
},
{
"Path": "./SoundLibrary/FX/dog_barks.mp3",
"soundName": "dog_barks"
},
{
"Path": "./SoundLibrary/FX/police_sirens.mp3",
"soundName": "police_sirens"
},
{
"Path": "./SoundLibrary/FX/rain_heavy.mp3",
"soundName": "rain_heavy"
},
{
"Path": "./SoundLibrary/FX/waterfall_big.mp3",
"soundName": "waterfall_big"
},
{
"Path": "./SoundLibrary/FX/waterfall_tiny.mp3",
"soundName": "waterfall_tiny"
}
]
}