-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
109 lines (109 loc) · 3.58 KB
/
config.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"tracks": [
{
"id": "0",
"number": 0,
"lastClipIndex": 0,
"clips": [
{
"fileName": "audio/sweep.wav",
"samplePos": 0,
"length": 44161,
"iStartInFile": 0,
"iEndInFile": 44160
},
{
"fileName": "audio/sweep.wav",
"samplePos": 44161,
"length": 44161,
"iStartInFile": 44161,
"iEndInFile": 88321
},
{
"fileName": "audio/sweep.wav",
"samplePos": 88322,
"length": 44161,
"iStartInFile": 88322,
"iEndInFile": 132482
},
{
"fileName": "audio/sweep.wav",
"samplePos": 132483,
"length": 44161,
"iStartInFile": 132483,
"iEndInFile": 176643
},
{
"fileName": "audio/sweep.wav",
"samplePos": 176644,
"length": 44161,
"iStartInFile": 176644,
"iEndInFile": 220804
},
{
"fileName": "audio/sweep.wav",
"samplePos": 220805,
"length": 44161,
"iStartInFile": 220805,
"iEndInFile": 264965
},
{
"fileName": "audio/sweep.wav",
"samplePos": 264966,
"length": 44161,
"iStartInFile": 264966,
"iEndInFile": 309126
},
{
"fileName": "audio/sweep.wav",
"samplePos": 309127,
"length": 44161,
"iStartInFile": 309127,
"iEndInFile": 353287
},
{
"fileName": "audio/sweep.wav",
"samplePos": 353288,
"length": 44161,
"iStartInFile": 353288,
"iEndInFile": 397448
},
{
"fileName": "audio/sweep.wav",
"samplePos": 397449,
"length": 44161,
"iStartInFile": 397449,
"iEndInFile": 441609
},
{
"fileName": "audio/sweep.wav",
"samplePos": 441610,
"length": 44161,
"iStartInFile": 441610,
"iEndInFile": 485770
},
{
"fileName": "audio/sweep.wav",
"samplePos": 485771,
"length": 44161,
"iStartInFile": 485771,
"iEndInFile": 529931
},
{
"fileName": "audio/sweep.wav",
"samplePos": 529932,
"length": 44161,
"iStartInFile": 529932,
"iEndInFile": 574092
},
{
"fileName": "audio/sweep.wav",
"samplePos": 574093,
"length": 9305100,
"iStartInFile": 574093,
"iEndInFile": 9305100
}
]
}
]
}