carankt commited on
Commit
5b335ee
·
verified ·
1 Parent(s): 7938ef0

Add files using upload-large-folder tool

Browse files
data/audio_mixtures/train/beach_2dist_153_rep4.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "beach_2dist_153_rep4",
3
+ "scene_name": "Beach",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "helicopter",
7
+ "gunshot"
8
+ ],
9
+ "audio_file": "beach_2dist_153_rep4.wav",
10
+ "split": "train",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/train/p264/p264_226.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 3.714625850340136,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Beach/asmr_Beach_Nep1qytq9JM_chunk_054.mp3",
25
+ "origin_start": 264.8228798185941,
26
+ "origin_end": 274.8228798185941,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "helicopter",
33
+ "display_name": "helicopter",
34
+ "original_path": "distractors/train/helicopter/fsd50k_59277.wav",
35
+ "origin_start": 8.360748299319727,
36
+ "origin_end": 10.401473922902495,
37
+ "mixture_start": 4.682653969955145,
38
+ "mixture_end": 6.723387124522034,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "gunshot",
43
+ "display_name": "gunshot",
44
+ "original_path": "distractors/train/gunshot/JH_fsdkaggle2018_74260c71.wav",
45
+ "origin_start": 0.0,
46
+ "origin_end": 0.9404081632653061,
47
+ "mixture_start": 2.945834397347073,
48
+ "mixture_end": 3.886242560612379,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech",
58
+ "gunshot"
59
+ ],
60
+ "target_channels": [
61
+ 0,
62
+ 3
63
+ ]
64
+ },
65
+ {
66
+ "user_input": "remove helicopter",
67
+ "command_type": "remove_only",
68
+ "target_sources": [
69
+ "speech",
70
+ "gunshot"
71
+ ],
72
+ "target_channels": [
73
+ 0,
74
+ 3
75
+ ]
76
+ },
77
+ {
78
+ "user_input": "remove gunshot",
79
+ "command_type": "remove_only",
80
+ "target_sources": [
81
+ "speech"
82
+ ],
83
+ "target_channels": [
84
+ 0
85
+ ]
86
+ },
87
+ {
88
+ "user_input": "remove helicopter and gunshot",
89
+ "command_type": "remove_only",
90
+ "target_sources": [
91
+ "speech"
92
+ ],
93
+ "target_channels": [
94
+ 0
95
+ ]
96
+ },
97
+ {
98
+ "user_input": "keep helicopter",
99
+ "command_type": "keep_only",
100
+ "target_sources": [
101
+ "speech",
102
+ "helicopter",
103
+ "gunshot"
104
+ ],
105
+ "target_channels": [
106
+ 0,
107
+ 2,
108
+ 3
109
+ ]
110
+ },
111
+ {
112
+ "user_input": "keep gunshot",
113
+ "command_type": "keep_only",
114
+ "target_sources": [
115
+ "speech",
116
+ "gunshot"
117
+ ],
118
+ "target_channels": [
119
+ 0,
120
+ 3
121
+ ]
122
+ },
123
+ {
124
+ "user_input": "keep helicopter and gunshot",
125
+ "command_type": "keep_only",
126
+ "target_sources": [
127
+ "speech",
128
+ "helicopter",
129
+ "gunshot"
130
+ ],
131
+ "target_channels": [
132
+ 0,
133
+ 2,
134
+ 3
135
+ ]
136
+ },
137
+ {
138
+ "user_input": "remove helicopter and keep gunshot",
139
+ "command_type": "mixed_commands",
140
+ "target_sources": [
141
+ "speech",
142
+ "gunshot"
143
+ ],
144
+ "target_channels": [
145
+ 0,
146
+ 3
147
+ ]
148
+ },
149
+ {
150
+ "user_input": "keep helicopter and remove gunshot",
151
+ "command_type": "mixed_commands",
152
+ "target_sources": [
153
+ "speech",
154
+ "helicopter"
155
+ ],
156
+ "target_channels": [
157
+ 0,
158
+ 2
159
+ ]
160
+ }
161
+ ]
162
+ }
data/audio_mixtures/train/bus_1dist_097_rep2.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "bus_1dist_097_rep2",
3
+ "scene_name": "Bus",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "gunshot"
7
+ ],
8
+ "audio_file": "bus_1dist_097_rep2.wav",
9
+ "split": "train",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/train/p285/p285_281.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 2.5220861678004534,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/Bus/asmr_Bus_ziS8jw1Kl30_chunk_001.mp3",
24
+ "origin_start": 54.71315192743764,
25
+ "origin_end": 64.71315192743764,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "gunshot",
32
+ "display_name": "gunshot",
33
+ "original_path": "distractors/train/gunshot/JH_fsdkaggle2018_88cb5fa7.wav",
34
+ "origin_start": 0.0,
35
+ "origin_end": 1.5325170068027212,
36
+ "mixture_start": 5.910662926440296,
37
+ "mixture_end": 7.443179933243018,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech",
47
+ "gunshot"
48
+ ],
49
+ "target_channels": [
50
+ 0,
51
+ 2
52
+ ]
53
+ },
54
+ {
55
+ "user_input": "remove gunshot",
56
+ "command_type": "remove_only",
57
+ "target_sources": [
58
+ "speech"
59
+ ],
60
+ "target_channels": [
61
+ 0
62
+ ]
63
+ },
64
+ {
65
+ "user_input": "keep gunshot",
66
+ "command_type": "keep_only",
67
+ "target_sources": [
68
+ "speech",
69
+ "gunshot"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 2
74
+ ]
75
+ }
76
+ ]
77
+ }
data/audio_mixtures/train/bus_3dist_302_rep2.json ADDED
@@ -0,0 +1,425 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "bus_3dist_302_rep2",
3
+ "scene_name": "Bus",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "door_knock",
7
+ "glass_breaking",
8
+ "slam"
9
+ ],
10
+ "audio_file": "bus_3dist_302_rep2.wav",
11
+ "split": "train",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/train/p263/p263_418.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 2.22297052154195,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Bus/asmr_Bus_r38kWRF-FSg_chunk_011.mp3",
26
+ "origin_start": 177.86820861678004,
27
+ "origin_end": 187.86820861678004,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "door_knock",
34
+ "display_name": "door knock",
35
+ "original_path": "distractors/val/door_knock/esc-50_1-101336-A-30.wav",
36
+ "origin_start": 0.4008843537414966,
37
+ "origin_end": 2.667392290249433,
38
+ "mixture_start": 4.9952022304649395,
39
+ "mixture_end": 7.261731713091793,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "glass_breaking",
44
+ "display_name": "glass breaking",
45
+ "original_path": "distractors/train/glass_breaking/fsd50k_213154.wav",
46
+ "origin_start": 0.0,
47
+ "origin_end": 0.8475283446712019,
48
+ "mixture_start": 4.695042416451069,
49
+ "mixture_end": 5.5425707611222705,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "slam",
54
+ "display_name": "slam",
55
+ "original_path": "distractors/train/slam/fsd50k_73075.wav",
56
+ "origin_start": 0.040952380952380955,
57
+ "origin_end": 2.379206349206349,
58
+ "mixture_start": 7.428547768193481,
59
+ "mixture_end": 9.766804852098877,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech",
69
+ "glass_breaking",
70
+ "slam"
71
+ ],
72
+ "target_channels": [
73
+ 0,
74
+ 3,
75
+ 4
76
+ ]
77
+ },
78
+ {
79
+ "user_input": "remove door knock",
80
+ "command_type": "remove_only",
81
+ "target_sources": [
82
+ "speech",
83
+ "glass_breaking",
84
+ "slam"
85
+ ],
86
+ "target_channels": [
87
+ 0,
88
+ 3,
89
+ 4
90
+ ]
91
+ },
92
+ {
93
+ "user_input": "remove glass breaking",
94
+ "command_type": "remove_only",
95
+ "target_sources": [
96
+ "speech",
97
+ "slam"
98
+ ],
99
+ "target_channels": [
100
+ 0,
101
+ 4
102
+ ]
103
+ },
104
+ {
105
+ "user_input": "remove slam",
106
+ "command_type": "remove_only",
107
+ "target_sources": [
108
+ "speech",
109
+ "glass_breaking"
110
+ ],
111
+ "target_channels": [
112
+ 0,
113
+ 3
114
+ ]
115
+ },
116
+ {
117
+ "user_input": "remove door knock and glass breaking",
118
+ "command_type": "remove_only",
119
+ "target_sources": [
120
+ "speech",
121
+ "slam"
122
+ ],
123
+ "target_channels": [
124
+ 0,
125
+ 4
126
+ ]
127
+ },
128
+ {
129
+ "user_input": "remove door knock and slam",
130
+ "command_type": "remove_only",
131
+ "target_sources": [
132
+ "speech",
133
+ "glass_breaking"
134
+ ],
135
+ "target_channels": [
136
+ 0,
137
+ 3
138
+ ]
139
+ },
140
+ {
141
+ "user_input": "remove glass breaking and slam",
142
+ "command_type": "remove_only",
143
+ "target_sources": [
144
+ "speech"
145
+ ],
146
+ "target_channels": [
147
+ 0
148
+ ]
149
+ },
150
+ {
151
+ "user_input": "remove door knock and glass breaking and slam",
152
+ "command_type": "remove_only",
153
+ "target_sources": [
154
+ "speech"
155
+ ],
156
+ "target_channels": [
157
+ 0
158
+ ]
159
+ },
160
+ {
161
+ "user_input": "keep door knock",
162
+ "command_type": "keep_only",
163
+ "target_sources": [
164
+ "speech",
165
+ "door_knock",
166
+ "glass_breaking",
167
+ "slam"
168
+ ],
169
+ "target_channels": [
170
+ 0,
171
+ 2,
172
+ 3,
173
+ 4
174
+ ]
175
+ },
176
+ {
177
+ "user_input": "keep glass breaking",
178
+ "command_type": "keep_only",
179
+ "target_sources": [
180
+ "speech",
181
+ "glass_breaking",
182
+ "slam"
183
+ ],
184
+ "target_channels": [
185
+ 0,
186
+ 3,
187
+ 4
188
+ ]
189
+ },
190
+ {
191
+ "user_input": "keep slam",
192
+ "command_type": "keep_only",
193
+ "target_sources": [
194
+ "speech",
195
+ "glass_breaking",
196
+ "slam"
197
+ ],
198
+ "target_channels": [
199
+ 0,
200
+ 3,
201
+ 4
202
+ ]
203
+ },
204
+ {
205
+ "user_input": "keep door knock and glass breaking",
206
+ "command_type": "keep_only",
207
+ "target_sources": [
208
+ "speech",
209
+ "door_knock",
210
+ "glass_breaking",
211
+ "slam"
212
+ ],
213
+ "target_channels": [
214
+ 0,
215
+ 2,
216
+ 3,
217
+ 4
218
+ ]
219
+ },
220
+ {
221
+ "user_input": "keep door knock and slam",
222
+ "command_type": "keep_only",
223
+ "target_sources": [
224
+ "speech",
225
+ "door_knock",
226
+ "glass_breaking",
227
+ "slam"
228
+ ],
229
+ "target_channels": [
230
+ 0,
231
+ 2,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep glass breaking and slam",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "glass_breaking",
242
+ "slam"
243
+ ],
244
+ "target_channels": [
245
+ 0,
246
+ 3,
247
+ 4
248
+ ]
249
+ },
250
+ {
251
+ "user_input": "keep door knock and glass breaking and slam",
252
+ "command_type": "keep_only",
253
+ "target_sources": [
254
+ "speech",
255
+ "door_knock",
256
+ "glass_breaking",
257
+ "slam"
258
+ ],
259
+ "target_channels": [
260
+ 0,
261
+ 2,
262
+ 3,
263
+ 4
264
+ ]
265
+ },
266
+ {
267
+ "user_input": "remove door knock and keep glass breaking",
268
+ "command_type": "mixed_commands",
269
+ "target_sources": [
270
+ "speech",
271
+ "glass_breaking",
272
+ "slam"
273
+ ],
274
+ "target_channels": [
275
+ 0,
276
+ 3,
277
+ 4
278
+ ]
279
+ },
280
+ {
281
+ "user_input": "keep slam and remove door knock",
282
+ "command_type": "mixed_commands",
283
+ "target_sources": [
284
+ "speech",
285
+ "glass_breaking",
286
+ "slam"
287
+ ],
288
+ "target_channels": [
289
+ 0,
290
+ 3,
291
+ 4
292
+ ]
293
+ },
294
+ {
295
+ "user_input": "remove glass breaking and keep door knock",
296
+ "command_type": "mixed_commands",
297
+ "target_sources": [
298
+ "speech",
299
+ "door_knock",
300
+ "slam"
301
+ ],
302
+ "target_channels": [
303
+ 0,
304
+ 2,
305
+ 4
306
+ ]
307
+ },
308
+ {
309
+ "user_input": "keep slam and remove glass breaking",
310
+ "command_type": "mixed_commands",
311
+ "target_sources": [
312
+ "speech",
313
+ "slam"
314
+ ],
315
+ "target_channels": [
316
+ 0,
317
+ 4
318
+ ]
319
+ },
320
+ {
321
+ "user_input": "keep door knock and remove slam",
322
+ "command_type": "mixed_commands",
323
+ "target_sources": [
324
+ "speech",
325
+ "door_knock",
326
+ "glass_breaking"
327
+ ],
328
+ "target_channels": [
329
+ 0,
330
+ 2,
331
+ 3
332
+ ]
333
+ },
334
+ {
335
+ "user_input": "remove slam and keep glass breaking",
336
+ "command_type": "mixed_commands",
337
+ "target_sources": [
338
+ "speech",
339
+ "glass_breaking"
340
+ ],
341
+ "target_channels": [
342
+ 0,
343
+ 3
344
+ ]
345
+ },
346
+ {
347
+ "user_input": "remove door knock and keep glass breaking and slam",
348
+ "command_type": "mixed_commands",
349
+ "target_sources": [
350
+ "speech",
351
+ "glass_breaking",
352
+ "slam"
353
+ ],
354
+ "target_channels": [
355
+ 0,
356
+ 3,
357
+ 4
358
+ ]
359
+ },
360
+ {
361
+ "user_input": "keep door knock and slam and remove glass breaking",
362
+ "command_type": "mixed_commands",
363
+ "target_sources": [
364
+ "speech",
365
+ "door_knock",
366
+ "slam"
367
+ ],
368
+ "target_channels": [
369
+ 0,
370
+ 2,
371
+ 4
372
+ ]
373
+ },
374
+ {
375
+ "user_input": "keep door knock and glass breaking and remove slam",
376
+ "command_type": "mixed_commands",
377
+ "target_sources": [
378
+ "speech",
379
+ "door_knock",
380
+ "glass_breaking"
381
+ ],
382
+ "target_channels": [
383
+ 0,
384
+ 2,
385
+ 3
386
+ ]
387
+ },
388
+ {
389
+ "user_input": "remove door knock and glass breaking and keep slam",
390
+ "command_type": "mixed_commands",
391
+ "target_sources": [
392
+ "speech",
393
+ "slam"
394
+ ],
395
+ "target_channels": [
396
+ 0,
397
+ 4
398
+ ]
399
+ },
400
+ {
401
+ "user_input": "keep glass breaking and remove door knock and slam",
402
+ "command_type": "mixed_commands",
403
+ "target_sources": [
404
+ "speech",
405
+ "glass_breaking"
406
+ ],
407
+ "target_channels": [
408
+ 0,
409
+ 3
410
+ ]
411
+ },
412
+ {
413
+ "user_input": "remove glass breaking and slam and keep door knock",
414
+ "command_type": "mixed_commands",
415
+ "target_sources": [
416
+ "speech",
417
+ "door_knock"
418
+ ],
419
+ "target_channels": [
420
+ 0,
421
+ 2
422
+ ]
423
+ }
424
+ ]
425
+ }
data/audio_mixtures/train/city_2dist_178_rep3.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "city_2dist_178_rep3",
3
+ "scene_name": "City",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "cellphone_buzz_vibrating_alert",
7
+ "footsteps"
8
+ ],
9
+ "audio_file": "city_2dist_178_rep3.wav",
10
+ "split": "train",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/train/p259/p259_351.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 2.731156462585034,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/City/asmr_City_KkXLEHqzYZk_chunk_103.mp3",
25
+ "origin_start": 28.026326530612245,
26
+ "origin_end": 38.026326530612245,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "cellphone_buzz_vibrating_alert",
33
+ "display_name": "cellphone buzz vibrating alert",
34
+ "original_path": "distractors/train/cellphone_buzz_vibrating_alert/fsd50k_403565.wav",
35
+ "origin_start": 0.9090249433106576,
36
+ "origin_end": 4.566712018140589,
37
+ "mixture_start": 5.62396948922738,
38
+ "mixture_end": 9.281677115428812,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "footsteps",
43
+ "display_name": "footsteps",
44
+ "original_path": "distractors/train/footsteps/esc-50_4-218304-B-25.wav",
45
+ "origin_start": 0.5481632653061225,
46
+ "origin_end": 2.666938775510204,
47
+ "mixture_start": 2.6035591280038757,
48
+ "mixture_end": 4.722343805129407,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech",
58
+ "cellphone_buzz_vibrating_alert"
59
+ ],
60
+ "target_channels": [
61
+ 0,
62
+ 2
63
+ ]
64
+ },
65
+ {
66
+ "user_input": "remove cellphone buzz vibrating alert",
67
+ "command_type": "remove_only",
68
+ "target_sources": [
69
+ "speech"
70
+ ],
71
+ "target_channels": [
72
+ 0
73
+ ]
74
+ },
75
+ {
76
+ "user_input": "remove footsteps",
77
+ "command_type": "remove_only",
78
+ "target_sources": [
79
+ "speech",
80
+ "cellphone_buzz_vibrating_alert"
81
+ ],
82
+ "target_channels": [
83
+ 0,
84
+ 2
85
+ ]
86
+ },
87
+ {
88
+ "user_input": "remove cellphone buzz vibrating alert and footsteps",
89
+ "command_type": "remove_only",
90
+ "target_sources": [
91
+ "speech"
92
+ ],
93
+ "target_channels": [
94
+ 0
95
+ ]
96
+ },
97
+ {
98
+ "user_input": "keep cellphone buzz vibrating alert",
99
+ "command_type": "keep_only",
100
+ "target_sources": [
101
+ "speech",
102
+ "cellphone_buzz_vibrating_alert"
103
+ ],
104
+ "target_channels": [
105
+ 0,
106
+ 2
107
+ ]
108
+ },
109
+ {
110
+ "user_input": "keep footsteps",
111
+ "command_type": "keep_only",
112
+ "target_sources": [
113
+ "speech",
114
+ "cellphone_buzz_vibrating_alert",
115
+ "footsteps"
116
+ ],
117
+ "target_channels": [
118
+ 0,
119
+ 2,
120
+ 3
121
+ ]
122
+ },
123
+ {
124
+ "user_input": "keep cellphone buzz vibrating alert and footsteps",
125
+ "command_type": "keep_only",
126
+ "target_sources": [
127
+ "speech",
128
+ "cellphone_buzz_vibrating_alert",
129
+ "footsteps"
130
+ ],
131
+ "target_channels": [
132
+ 0,
133
+ 2,
134
+ 3
135
+ ]
136
+ },
137
+ {
138
+ "user_input": "keep footsteps and remove cellphone buzz vibrating alert",
139
+ "command_type": "mixed_commands",
140
+ "target_sources": [
141
+ "speech",
142
+ "footsteps"
143
+ ],
144
+ "target_channels": [
145
+ 0,
146
+ 3
147
+ ]
148
+ },
149
+ {
150
+ "user_input": "remove footsteps and keep cellphone buzz vibrating alert",
151
+ "command_type": "mixed_commands",
152
+ "target_sources": [
153
+ "speech",
154
+ "cellphone_buzz_vibrating_alert"
155
+ ],
156
+ "target_channels": [
157
+ 0,
158
+ 2
159
+ ]
160
+ }
161
+ ]
162
+ }
data/audio_mixtures/train/city_3dist_342_rep1.json ADDED
@@ -0,0 +1,425 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "city_3dist_342_rep1",
3
+ "scene_name": "City",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "fireworks",
7
+ "ringtone",
8
+ "boom"
9
+ ],
10
+ "audio_file": "city_3dist_342_rep1.wav",
11
+ "split": "train",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/train/p272/p272_224.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 3.8012698412698414,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/City/asmr_City_KkXLEHqzYZk_chunk_054.mp3",
26
+ "origin_start": 78.71600907029479,
27
+ "origin_end": 88.71600907029479,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "fireworks",
34
+ "display_name": "fireworks",
35
+ "original_path": "distractors/train/fireworks/JH_esc50_2-165801-A-48.wav",
36
+ "origin_start": 0.3066893424036281,
37
+ "origin_end": 3.9241950113378685,
38
+ "mixture_start": 0.14299893905919622,
39
+ "mixture_end": 3.76051134833644,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "ringtone",
44
+ "display_name": "ringtone",
45
+ "original_path": "distractors/train/ringtone/JH_fsdkaggle2018_f70dc5b3.wav",
46
+ "origin_start": 0.8345804988662131,
47
+ "origin_end": 3.8656009070294783,
48
+ "mixture_start": 4.701051490579717,
49
+ "mixture_end": 7.73207763826862,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "boom",
54
+ "display_name": "boom",
55
+ "original_path": "distractors/train/boom/JH_fsd50k-arca_268828.wav",
56
+ "origin_start": 0.0,
57
+ "origin_end": 1.799546485260771,
58
+ "mixture_start": 3.697010848764508,
59
+ "mixture_end": 5.49655733402528,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech",
69
+ "ringtone",
70
+ "boom"
71
+ ],
72
+ "target_channels": [
73
+ 0,
74
+ 3,
75
+ 4
76
+ ]
77
+ },
78
+ {
79
+ "user_input": "remove fireworks",
80
+ "command_type": "remove_only",
81
+ "target_sources": [
82
+ "speech",
83
+ "ringtone",
84
+ "boom"
85
+ ],
86
+ "target_channels": [
87
+ 0,
88
+ 3,
89
+ 4
90
+ ]
91
+ },
92
+ {
93
+ "user_input": "remove ringtone",
94
+ "command_type": "remove_only",
95
+ "target_sources": [
96
+ "speech",
97
+ "boom"
98
+ ],
99
+ "target_channels": [
100
+ 0,
101
+ 4
102
+ ]
103
+ },
104
+ {
105
+ "user_input": "remove boom",
106
+ "command_type": "remove_only",
107
+ "target_sources": [
108
+ "speech",
109
+ "ringtone"
110
+ ],
111
+ "target_channels": [
112
+ 0,
113
+ 3
114
+ ]
115
+ },
116
+ {
117
+ "user_input": "remove fireworks and ringtone",
118
+ "command_type": "remove_only",
119
+ "target_sources": [
120
+ "speech",
121
+ "boom"
122
+ ],
123
+ "target_channels": [
124
+ 0,
125
+ 4
126
+ ]
127
+ },
128
+ {
129
+ "user_input": "remove fireworks and boom",
130
+ "command_type": "remove_only",
131
+ "target_sources": [
132
+ "speech",
133
+ "ringtone"
134
+ ],
135
+ "target_channels": [
136
+ 0,
137
+ 3
138
+ ]
139
+ },
140
+ {
141
+ "user_input": "remove ringtone and boom",
142
+ "command_type": "remove_only",
143
+ "target_sources": [
144
+ "speech"
145
+ ],
146
+ "target_channels": [
147
+ 0
148
+ ]
149
+ },
150
+ {
151
+ "user_input": "remove fireworks and ringtone and boom",
152
+ "command_type": "remove_only",
153
+ "target_sources": [
154
+ "speech"
155
+ ],
156
+ "target_channels": [
157
+ 0
158
+ ]
159
+ },
160
+ {
161
+ "user_input": "keep fireworks",
162
+ "command_type": "keep_only",
163
+ "target_sources": [
164
+ "speech",
165
+ "fireworks",
166
+ "ringtone",
167
+ "boom"
168
+ ],
169
+ "target_channels": [
170
+ 0,
171
+ 2,
172
+ 3,
173
+ 4
174
+ ]
175
+ },
176
+ {
177
+ "user_input": "keep ringtone",
178
+ "command_type": "keep_only",
179
+ "target_sources": [
180
+ "speech",
181
+ "ringtone",
182
+ "boom"
183
+ ],
184
+ "target_channels": [
185
+ 0,
186
+ 3,
187
+ 4
188
+ ]
189
+ },
190
+ {
191
+ "user_input": "keep boom",
192
+ "command_type": "keep_only",
193
+ "target_sources": [
194
+ "speech",
195
+ "ringtone",
196
+ "boom"
197
+ ],
198
+ "target_channels": [
199
+ 0,
200
+ 3,
201
+ 4
202
+ ]
203
+ },
204
+ {
205
+ "user_input": "keep fireworks and ringtone",
206
+ "command_type": "keep_only",
207
+ "target_sources": [
208
+ "speech",
209
+ "fireworks",
210
+ "ringtone",
211
+ "boom"
212
+ ],
213
+ "target_channels": [
214
+ 0,
215
+ 2,
216
+ 3,
217
+ 4
218
+ ]
219
+ },
220
+ {
221
+ "user_input": "keep fireworks and boom",
222
+ "command_type": "keep_only",
223
+ "target_sources": [
224
+ "speech",
225
+ "fireworks",
226
+ "ringtone",
227
+ "boom"
228
+ ],
229
+ "target_channels": [
230
+ 0,
231
+ 2,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep ringtone and boom",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "ringtone",
242
+ "boom"
243
+ ],
244
+ "target_channels": [
245
+ 0,
246
+ 3,
247
+ 4
248
+ ]
249
+ },
250
+ {
251
+ "user_input": "keep fireworks and ringtone and boom",
252
+ "command_type": "keep_only",
253
+ "target_sources": [
254
+ "speech",
255
+ "fireworks",
256
+ "ringtone",
257
+ "boom"
258
+ ],
259
+ "target_channels": [
260
+ 0,
261
+ 2,
262
+ 3,
263
+ 4
264
+ ]
265
+ },
266
+ {
267
+ "user_input": "remove fireworks and keep ringtone",
268
+ "command_type": "mixed_commands",
269
+ "target_sources": [
270
+ "speech",
271
+ "ringtone",
272
+ "boom"
273
+ ],
274
+ "target_channels": [
275
+ 0,
276
+ 3,
277
+ 4
278
+ ]
279
+ },
280
+ {
281
+ "user_input": "keep boom and remove fireworks",
282
+ "command_type": "mixed_commands",
283
+ "target_sources": [
284
+ "speech",
285
+ "ringtone",
286
+ "boom"
287
+ ],
288
+ "target_channels": [
289
+ 0,
290
+ 3,
291
+ 4
292
+ ]
293
+ },
294
+ {
295
+ "user_input": "remove ringtone and keep fireworks",
296
+ "command_type": "mixed_commands",
297
+ "target_sources": [
298
+ "speech",
299
+ "fireworks",
300
+ "boom"
301
+ ],
302
+ "target_channels": [
303
+ 0,
304
+ 2,
305
+ 4
306
+ ]
307
+ },
308
+ {
309
+ "user_input": "keep boom and remove ringtone",
310
+ "command_type": "mixed_commands",
311
+ "target_sources": [
312
+ "speech",
313
+ "boom"
314
+ ],
315
+ "target_channels": [
316
+ 0,
317
+ 4
318
+ ]
319
+ },
320
+ {
321
+ "user_input": "remove boom and keep fireworks",
322
+ "command_type": "mixed_commands",
323
+ "target_sources": [
324
+ "speech",
325
+ "fireworks",
326
+ "ringtone"
327
+ ],
328
+ "target_channels": [
329
+ 0,
330
+ 2,
331
+ 3
332
+ ]
333
+ },
334
+ {
335
+ "user_input": "keep ringtone and remove boom",
336
+ "command_type": "mixed_commands",
337
+ "target_sources": [
338
+ "speech",
339
+ "ringtone"
340
+ ],
341
+ "target_channels": [
342
+ 0,
343
+ 3
344
+ ]
345
+ },
346
+ {
347
+ "user_input": "keep ringtone and boom and remove fireworks",
348
+ "command_type": "mixed_commands",
349
+ "target_sources": [
350
+ "speech",
351
+ "ringtone",
352
+ "boom"
353
+ ],
354
+ "target_channels": [
355
+ 0,
356
+ 3,
357
+ 4
358
+ ]
359
+ },
360
+ {
361
+ "user_input": "keep fireworks and boom and remove ringtone",
362
+ "command_type": "mixed_commands",
363
+ "target_sources": [
364
+ "speech",
365
+ "fireworks",
366
+ "boom"
367
+ ],
368
+ "target_channels": [
369
+ 0,
370
+ 2,
371
+ 4
372
+ ]
373
+ },
374
+ {
375
+ "user_input": "keep fireworks and ringtone and remove boom",
376
+ "command_type": "mixed_commands",
377
+ "target_sources": [
378
+ "speech",
379
+ "fireworks",
380
+ "ringtone"
381
+ ],
382
+ "target_channels": [
383
+ 0,
384
+ 2,
385
+ 3
386
+ ]
387
+ },
388
+ {
389
+ "user_input": "remove fireworks and ringtone and keep boom",
390
+ "command_type": "mixed_commands",
391
+ "target_sources": [
392
+ "speech",
393
+ "boom"
394
+ ],
395
+ "target_channels": [
396
+ 0,
397
+ 4
398
+ ]
399
+ },
400
+ {
401
+ "user_input": "remove fireworks and boom and keep ringtone",
402
+ "command_type": "mixed_commands",
403
+ "target_sources": [
404
+ "speech",
405
+ "ringtone"
406
+ ],
407
+ "target_channels": [
408
+ 0,
409
+ 3
410
+ ]
411
+ },
412
+ {
413
+ "user_input": "remove ringtone and boom and keep fireworks",
414
+ "command_type": "mixed_commands",
415
+ "target_sources": [
416
+ "speech",
417
+ "fireworks"
418
+ ],
419
+ "target_channels": [
420
+ 0,
421
+ 2
422
+ ]
423
+ }
424
+ ]
425
+ }
data/audio_mixtures/train/city_3dist_380_rep2.json ADDED
@@ -0,0 +1,425 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "city_3dist_380_rep2",
3
+ "scene_name": "City",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "helicopter",
7
+ "boom",
8
+ "dog"
9
+ ],
10
+ "audio_file": "city_3dist_380_rep2.wav",
11
+ "split": "train",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/train/p285/p285_027.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 4.954671201814059,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/City/asmr_City_KkXLEHqzYZk_chunk_094.mp3",
26
+ "origin_start": 59.60938775510204,
27
+ "origin_end": 69.60938775510203,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "helicopter",
34
+ "display_name": "helicopter",
35
+ "original_path": "distractors/train/helicopter/fsd50k_263458.wav",
36
+ "origin_start": 15.613061224489796,
37
+ "origin_end": 18.721587301587302,
38
+ "mixture_start": 2.001177976312349,
39
+ "mixture_end": 5.1097136600263795,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "boom",
44
+ "display_name": "boom",
45
+ "original_path": "distractors/train/boom/fsd50k_162361.wav",
46
+ "origin_start": 0.0,
47
+ "origin_end": 0.8243083900226758,
48
+ "mixture_start": 7.584391171352003,
49
+ "mixture_end": 8.408699561374679,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "dog",
54
+ "display_name": "dog",
55
+ "original_path": "distractors/train/dog/JH_esc50_3-136288-A-0.wav",
56
+ "origin_start": 1.2219047619047618,
57
+ "origin_end": 3.838979591836735,
58
+ "mixture_start": 4.781805232769099,
59
+ "mixture_end": 7.398883381595226,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech",
69
+ "boom",
70
+ "dog"
71
+ ],
72
+ "target_channels": [
73
+ 0,
74
+ 3,
75
+ 4
76
+ ]
77
+ },
78
+ {
79
+ "user_input": "remove helicopter",
80
+ "command_type": "remove_only",
81
+ "target_sources": [
82
+ "speech",
83
+ "boom",
84
+ "dog"
85
+ ],
86
+ "target_channels": [
87
+ 0,
88
+ 3,
89
+ 4
90
+ ]
91
+ },
92
+ {
93
+ "user_input": "remove boom",
94
+ "command_type": "remove_only",
95
+ "target_sources": [
96
+ "speech",
97
+ "dog"
98
+ ],
99
+ "target_channels": [
100
+ 0,
101
+ 4
102
+ ]
103
+ },
104
+ {
105
+ "user_input": "remove dog",
106
+ "command_type": "remove_only",
107
+ "target_sources": [
108
+ "speech",
109
+ "boom"
110
+ ],
111
+ "target_channels": [
112
+ 0,
113
+ 3
114
+ ]
115
+ },
116
+ {
117
+ "user_input": "remove helicopter and boom",
118
+ "command_type": "remove_only",
119
+ "target_sources": [
120
+ "speech",
121
+ "dog"
122
+ ],
123
+ "target_channels": [
124
+ 0,
125
+ 4
126
+ ]
127
+ },
128
+ {
129
+ "user_input": "remove helicopter and dog",
130
+ "command_type": "remove_only",
131
+ "target_sources": [
132
+ "speech",
133
+ "boom"
134
+ ],
135
+ "target_channels": [
136
+ 0,
137
+ 3
138
+ ]
139
+ },
140
+ {
141
+ "user_input": "remove boom and dog",
142
+ "command_type": "remove_only",
143
+ "target_sources": [
144
+ "speech"
145
+ ],
146
+ "target_channels": [
147
+ 0
148
+ ]
149
+ },
150
+ {
151
+ "user_input": "remove helicopter and boom and dog",
152
+ "command_type": "remove_only",
153
+ "target_sources": [
154
+ "speech"
155
+ ],
156
+ "target_channels": [
157
+ 0
158
+ ]
159
+ },
160
+ {
161
+ "user_input": "keep helicopter",
162
+ "command_type": "keep_only",
163
+ "target_sources": [
164
+ "speech",
165
+ "helicopter",
166
+ "boom",
167
+ "dog"
168
+ ],
169
+ "target_channels": [
170
+ 0,
171
+ 2,
172
+ 3,
173
+ 4
174
+ ]
175
+ },
176
+ {
177
+ "user_input": "keep boom",
178
+ "command_type": "keep_only",
179
+ "target_sources": [
180
+ "speech",
181
+ "boom",
182
+ "dog"
183
+ ],
184
+ "target_channels": [
185
+ 0,
186
+ 3,
187
+ 4
188
+ ]
189
+ },
190
+ {
191
+ "user_input": "keep dog",
192
+ "command_type": "keep_only",
193
+ "target_sources": [
194
+ "speech",
195
+ "boom",
196
+ "dog"
197
+ ],
198
+ "target_channels": [
199
+ 0,
200
+ 3,
201
+ 4
202
+ ]
203
+ },
204
+ {
205
+ "user_input": "keep helicopter and boom",
206
+ "command_type": "keep_only",
207
+ "target_sources": [
208
+ "speech",
209
+ "helicopter",
210
+ "boom",
211
+ "dog"
212
+ ],
213
+ "target_channels": [
214
+ 0,
215
+ 2,
216
+ 3,
217
+ 4
218
+ ]
219
+ },
220
+ {
221
+ "user_input": "keep helicopter and dog",
222
+ "command_type": "keep_only",
223
+ "target_sources": [
224
+ "speech",
225
+ "helicopter",
226
+ "boom",
227
+ "dog"
228
+ ],
229
+ "target_channels": [
230
+ 0,
231
+ 2,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep boom and dog",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "boom",
242
+ "dog"
243
+ ],
244
+ "target_channels": [
245
+ 0,
246
+ 3,
247
+ 4
248
+ ]
249
+ },
250
+ {
251
+ "user_input": "keep helicopter and boom and dog",
252
+ "command_type": "keep_only",
253
+ "target_sources": [
254
+ "speech",
255
+ "helicopter",
256
+ "boom",
257
+ "dog"
258
+ ],
259
+ "target_channels": [
260
+ 0,
261
+ 2,
262
+ 3,
263
+ 4
264
+ ]
265
+ },
266
+ {
267
+ "user_input": "remove helicopter and keep boom",
268
+ "command_type": "mixed_commands",
269
+ "target_sources": [
270
+ "speech",
271
+ "boom",
272
+ "dog"
273
+ ],
274
+ "target_channels": [
275
+ 0,
276
+ 3,
277
+ 4
278
+ ]
279
+ },
280
+ {
281
+ "user_input": "remove helicopter and keep dog",
282
+ "command_type": "mixed_commands",
283
+ "target_sources": [
284
+ "speech",
285
+ "boom",
286
+ "dog"
287
+ ],
288
+ "target_channels": [
289
+ 0,
290
+ 3,
291
+ 4
292
+ ]
293
+ },
294
+ {
295
+ "user_input": "keep helicopter and remove boom",
296
+ "command_type": "mixed_commands",
297
+ "target_sources": [
298
+ "speech",
299
+ "helicopter",
300
+ "dog"
301
+ ],
302
+ "target_channels": [
303
+ 0,
304
+ 2,
305
+ 4
306
+ ]
307
+ },
308
+ {
309
+ "user_input": "remove boom and keep dog",
310
+ "command_type": "mixed_commands",
311
+ "target_sources": [
312
+ "speech",
313
+ "dog"
314
+ ],
315
+ "target_channels": [
316
+ 0,
317
+ 4
318
+ ]
319
+ },
320
+ {
321
+ "user_input": "remove dog and keep helicopter",
322
+ "command_type": "mixed_commands",
323
+ "target_sources": [
324
+ "speech",
325
+ "helicopter",
326
+ "boom"
327
+ ],
328
+ "target_channels": [
329
+ 0,
330
+ 2,
331
+ 3
332
+ ]
333
+ },
334
+ {
335
+ "user_input": "remove dog and keep boom",
336
+ "command_type": "mixed_commands",
337
+ "target_sources": [
338
+ "speech",
339
+ "boom"
340
+ ],
341
+ "target_channels": [
342
+ 0,
343
+ 3
344
+ ]
345
+ },
346
+ {
347
+ "user_input": "remove helicopter and keep boom and dog",
348
+ "command_type": "mixed_commands",
349
+ "target_sources": [
350
+ "speech",
351
+ "boom",
352
+ "dog"
353
+ ],
354
+ "target_channels": [
355
+ 0,
356
+ 3,
357
+ 4
358
+ ]
359
+ },
360
+ {
361
+ "user_input": "keep helicopter and dog and remove boom",
362
+ "command_type": "mixed_commands",
363
+ "target_sources": [
364
+ "speech",
365
+ "helicopter",
366
+ "dog"
367
+ ],
368
+ "target_channels": [
369
+ 0,
370
+ 2,
371
+ 4
372
+ ]
373
+ },
374
+ {
375
+ "user_input": "keep helicopter and boom and remove dog",
376
+ "command_type": "mixed_commands",
377
+ "target_sources": [
378
+ "speech",
379
+ "helicopter",
380
+ "boom"
381
+ ],
382
+ "target_channels": [
383
+ 0,
384
+ 2,
385
+ 3
386
+ ]
387
+ },
388
+ {
389
+ "user_input": "keep dog and remove helicopter and boom",
390
+ "command_type": "mixed_commands",
391
+ "target_sources": [
392
+ "speech",
393
+ "dog"
394
+ ],
395
+ "target_channels": [
396
+ 0,
397
+ 4
398
+ ]
399
+ },
400
+ {
401
+ "user_input": "keep boom and remove helicopter and dog",
402
+ "command_type": "mixed_commands",
403
+ "target_sources": [
404
+ "speech",
405
+ "boom"
406
+ ],
407
+ "target_channels": [
408
+ 0,
409
+ 3
410
+ ]
411
+ },
412
+ {
413
+ "user_input": "keep helicopter and remove boom and dog",
414
+ "command_type": "mixed_commands",
415
+ "target_sources": [
416
+ "speech",
417
+ "helicopter"
418
+ ],
419
+ "target_channels": [
420
+ 0,
421
+ 2
422
+ ]
423
+ }
424
+ ]
425
+ }
data/audio_mixtures/train/city_3dist_399_rep3.json ADDED
@@ -0,0 +1,425 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "city_3dist_399_rep3",
3
+ "scene_name": "City",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "ringtone",
7
+ "birds_chirping",
8
+ "fire_alarm"
9
+ ],
10
+ "audio_file": "city_3dist_399_rep3.wav",
11
+ "split": "train",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/val/p238/p238_236.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 3.887732426303855,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/City/asmr_City_KkXLEHqzYZk_chunk_010.mp3",
26
+ "origin_start": 119.76557823129252,
27
+ "origin_end": 129.76557823129252,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "ringtone",
34
+ "display_name": "ringtone",
35
+ "original_path": "distractors/train/ringtone/JH_fsdkaggle2018_fb2957a6.wav",
36
+ "origin_start": 0.4477551020408163,
37
+ "origin_end": 3.1994784580498865,
38
+ "mixture_start": 1.39541706061802,
39
+ "mixture_end": 4.1471485665342165,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "birds_chirping",
44
+ "display_name": "birds chirping",
45
+ "original_path": "distractors/train/birds_chirping/fsd50k_317460.wav",
46
+ "origin_start": 0.0,
47
+ "origin_end": 1.0216780045351475,
48
+ "mixture_start": 1.0401215088747184,
49
+ "mixture_end": 2.061799513409866,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "fire_alarm",
54
+ "display_name": "fire alarm",
55
+ "original_path": "distractors/train/fire_alarm/fsd50k_270643.wav",
56
+ "origin_start": 3.4593650793650794,
57
+ "origin_end": 6.356893424036281,
58
+ "mixture_start": 3.7922882546182044,
59
+ "mixture_end": 6.689823033217312,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech",
69
+ "ringtone",
70
+ "fire_alarm"
71
+ ],
72
+ "target_channels": [
73
+ 0,
74
+ 2,
75
+ 4
76
+ ]
77
+ },
78
+ {
79
+ "user_input": "remove ringtone",
80
+ "command_type": "remove_only",
81
+ "target_sources": [
82
+ "speech",
83
+ "fire_alarm"
84
+ ],
85
+ "target_channels": [
86
+ 0,
87
+ 4
88
+ ]
89
+ },
90
+ {
91
+ "user_input": "remove birds chirping",
92
+ "command_type": "remove_only",
93
+ "target_sources": [
94
+ "speech",
95
+ "ringtone",
96
+ "fire_alarm"
97
+ ],
98
+ "target_channels": [
99
+ 0,
100
+ 2,
101
+ 4
102
+ ]
103
+ },
104
+ {
105
+ "user_input": "remove fire alarm",
106
+ "command_type": "remove_only",
107
+ "target_sources": [
108
+ "speech",
109
+ "ringtone"
110
+ ],
111
+ "target_channels": [
112
+ 0,
113
+ 2
114
+ ]
115
+ },
116
+ {
117
+ "user_input": "remove ringtone and birds chirping",
118
+ "command_type": "remove_only",
119
+ "target_sources": [
120
+ "speech",
121
+ "fire_alarm"
122
+ ],
123
+ "target_channels": [
124
+ 0,
125
+ 4
126
+ ]
127
+ },
128
+ {
129
+ "user_input": "remove ringtone and fire alarm",
130
+ "command_type": "remove_only",
131
+ "target_sources": [
132
+ "speech"
133
+ ],
134
+ "target_channels": [
135
+ 0
136
+ ]
137
+ },
138
+ {
139
+ "user_input": "remove birds chirping and fire alarm",
140
+ "command_type": "remove_only",
141
+ "target_sources": [
142
+ "speech",
143
+ "ringtone"
144
+ ],
145
+ "target_channels": [
146
+ 0,
147
+ 2
148
+ ]
149
+ },
150
+ {
151
+ "user_input": "remove ringtone and birds chirping and fire alarm",
152
+ "command_type": "remove_only",
153
+ "target_sources": [
154
+ "speech"
155
+ ],
156
+ "target_channels": [
157
+ 0
158
+ ]
159
+ },
160
+ {
161
+ "user_input": "keep ringtone",
162
+ "command_type": "keep_only",
163
+ "target_sources": [
164
+ "speech",
165
+ "ringtone",
166
+ "fire_alarm"
167
+ ],
168
+ "target_channels": [
169
+ 0,
170
+ 2,
171
+ 4
172
+ ]
173
+ },
174
+ {
175
+ "user_input": "keep birds chirping",
176
+ "command_type": "keep_only",
177
+ "target_sources": [
178
+ "speech",
179
+ "ringtone",
180
+ "birds_chirping",
181
+ "fire_alarm"
182
+ ],
183
+ "target_channels": [
184
+ 0,
185
+ 2,
186
+ 3,
187
+ 4
188
+ ]
189
+ },
190
+ {
191
+ "user_input": "keep fire alarm",
192
+ "command_type": "keep_only",
193
+ "target_sources": [
194
+ "speech",
195
+ "ringtone",
196
+ "fire_alarm"
197
+ ],
198
+ "target_channels": [
199
+ 0,
200
+ 2,
201
+ 4
202
+ ]
203
+ },
204
+ {
205
+ "user_input": "keep ringtone and birds chirping",
206
+ "command_type": "keep_only",
207
+ "target_sources": [
208
+ "speech",
209
+ "ringtone",
210
+ "birds_chirping",
211
+ "fire_alarm"
212
+ ],
213
+ "target_channels": [
214
+ 0,
215
+ 2,
216
+ 3,
217
+ 4
218
+ ]
219
+ },
220
+ {
221
+ "user_input": "keep ringtone and fire alarm",
222
+ "command_type": "keep_only",
223
+ "target_sources": [
224
+ "speech",
225
+ "ringtone",
226
+ "fire_alarm"
227
+ ],
228
+ "target_channels": [
229
+ 0,
230
+ 2,
231
+ 4
232
+ ]
233
+ },
234
+ {
235
+ "user_input": "keep birds chirping and fire alarm",
236
+ "command_type": "keep_only",
237
+ "target_sources": [
238
+ "speech",
239
+ "ringtone",
240
+ "birds_chirping",
241
+ "fire_alarm"
242
+ ],
243
+ "target_channels": [
244
+ 0,
245
+ 2,
246
+ 3,
247
+ 4
248
+ ]
249
+ },
250
+ {
251
+ "user_input": "keep ringtone and birds chirping and fire alarm",
252
+ "command_type": "keep_only",
253
+ "target_sources": [
254
+ "speech",
255
+ "ringtone",
256
+ "birds_chirping",
257
+ "fire_alarm"
258
+ ],
259
+ "target_channels": [
260
+ 0,
261
+ 2,
262
+ 3,
263
+ 4
264
+ ]
265
+ },
266
+ {
267
+ "user_input": "remove ringtone and keep birds chirping",
268
+ "command_type": "mixed_commands",
269
+ "target_sources": [
270
+ "speech",
271
+ "birds_chirping",
272
+ "fire_alarm"
273
+ ],
274
+ "target_channels": [
275
+ 0,
276
+ 3,
277
+ 4
278
+ ]
279
+ },
280
+ {
281
+ "user_input": "keep fire alarm and remove ringtone",
282
+ "command_type": "mixed_commands",
283
+ "target_sources": [
284
+ "speech",
285
+ "fire_alarm"
286
+ ],
287
+ "target_channels": [
288
+ 0,
289
+ 4
290
+ ]
291
+ },
292
+ {
293
+ "user_input": "keep ringtone and remove birds chirping",
294
+ "command_type": "mixed_commands",
295
+ "target_sources": [
296
+ "speech",
297
+ "ringtone",
298
+ "fire_alarm"
299
+ ],
300
+ "target_channels": [
301
+ 0,
302
+ 2,
303
+ 4
304
+ ]
305
+ },
306
+ {
307
+ "user_input": "keep fire alarm and remove birds chirping",
308
+ "command_type": "mixed_commands",
309
+ "target_sources": [
310
+ "speech",
311
+ "ringtone",
312
+ "fire_alarm"
313
+ ],
314
+ "target_channels": [
315
+ 0,
316
+ 2,
317
+ 4
318
+ ]
319
+ },
320
+ {
321
+ "user_input": "keep ringtone and remove fire alarm",
322
+ "command_type": "mixed_commands",
323
+ "target_sources": [
324
+ "speech",
325
+ "ringtone"
326
+ ],
327
+ "target_channels": [
328
+ 0,
329
+ 2
330
+ ]
331
+ },
332
+ {
333
+ "user_input": "keep birds chirping and remove fire alarm",
334
+ "command_type": "mixed_commands",
335
+ "target_sources": [
336
+ "speech",
337
+ "ringtone",
338
+ "birds_chirping"
339
+ ],
340
+ "target_channels": [
341
+ 0,
342
+ 2,
343
+ 3
344
+ ]
345
+ },
346
+ {
347
+ "user_input": "remove ringtone and keep birds chirping and fire alarm",
348
+ "command_type": "mixed_commands",
349
+ "target_sources": [
350
+ "speech",
351
+ "birds_chirping",
352
+ "fire_alarm"
353
+ ],
354
+ "target_channels": [
355
+ 0,
356
+ 3,
357
+ 4
358
+ ]
359
+ },
360
+ {
361
+ "user_input": "remove birds chirping and keep ringtone and fire alarm",
362
+ "command_type": "mixed_commands",
363
+ "target_sources": [
364
+ "speech",
365
+ "ringtone",
366
+ "fire_alarm"
367
+ ],
368
+ "target_channels": [
369
+ 0,
370
+ 2,
371
+ 4
372
+ ]
373
+ },
374
+ {
375
+ "user_input": "keep ringtone and birds chirping and remove fire alarm",
376
+ "command_type": "mixed_commands",
377
+ "target_sources": [
378
+ "speech",
379
+ "ringtone",
380
+ "birds_chirping"
381
+ ],
382
+ "target_channels": [
383
+ 0,
384
+ 2,
385
+ 3
386
+ ]
387
+ },
388
+ {
389
+ "user_input": "remove ringtone and birds chirping and keep fire alarm",
390
+ "command_type": "mixed_commands",
391
+ "target_sources": [
392
+ "speech",
393
+ "fire_alarm"
394
+ ],
395
+ "target_channels": [
396
+ 0,
397
+ 4
398
+ ]
399
+ },
400
+ {
401
+ "user_input": "remove ringtone and fire alarm and keep birds chirping",
402
+ "command_type": "mixed_commands",
403
+ "target_sources": [
404
+ "speech",
405
+ "birds_chirping"
406
+ ],
407
+ "target_channels": [
408
+ 0,
409
+ 3
410
+ ]
411
+ },
412
+ {
413
+ "user_input": "remove birds chirping and fire alarm and keep ringtone",
414
+ "command_type": "mixed_commands",
415
+ "target_sources": [
416
+ "speech",
417
+ "ringtone"
418
+ ],
419
+ "target_channels": [
420
+ 0,
421
+ 2
422
+ ]
423
+ }
424
+ ]
425
+ }
data/audio_mixtures/train/coffee_shop_1dist_024_rep2.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "coffee_shop_1dist_024_rep2",
3
+ "scene_name": "Coffee Shop",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "cough"
7
+ ],
8
+ "audio_file": "coffee_shop_1dist_024_rep2.wav",
9
+ "split": "train",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/train/p278/p278_054.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 4.483333333333333,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/Coffee_Shop/asmr_Coffee_Shop_uiMXGIG_DQo_chunk_008.mp3",
24
+ "origin_start": 244.7322448979592,
25
+ "origin_end": 254.7322448979592,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "cough",
32
+ "display_name": "cough",
33
+ "original_path": "distractors/train/cough/fsd50k_19112.wav",
34
+ "origin_start": 0.0,
35
+ "origin_end": 1.1145578231292517,
36
+ "mixture_start": 3.483084795632606,
37
+ "mixture_end": 4.597642618761857,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech"
47
+ ],
48
+ "target_channels": [
49
+ 0
50
+ ]
51
+ },
52
+ {
53
+ "user_input": "remove cough",
54
+ "command_type": "remove_only",
55
+ "target_sources": [
56
+ "speech"
57
+ ],
58
+ "target_channels": [
59
+ 0
60
+ ]
61
+ },
62
+ {
63
+ "user_input": "keep cough",
64
+ "command_type": "keep_only",
65
+ "target_sources": [
66
+ "speech",
67
+ "cough"
68
+ ],
69
+ "target_channels": [
70
+ 0,
71
+ 2
72
+ ]
73
+ }
74
+ ]
75
+ }
data/audio_mixtures/train/coffee_shop_2dist_242_rep1.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "coffee_shop_2dist_242_rep1",
3
+ "scene_name": "Coffee Shop",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "applause",
7
+ "ringtone"
8
+ ],
9
+ "audio_file": "coffee_shop_2dist_242_rep1.wav",
10
+ "split": "train",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/train/p272/p272_088.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 3.2007709750566895,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Coffee_Shop/asmr_Coffee_Shop_qU8o3_T5y5M_chunk_035.mp3",
25
+ "origin_start": 216.12666666666667,
26
+ "origin_end": 226.12666666666667,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "applause",
33
+ "display_name": "applause",
34
+ "original_path": "distractors/train/applause/fsd50k_181933.wav",
35
+ "origin_start": 3.6465759637188206,
36
+ "origin_end": 5.904603174603174,
37
+ "mixture_start": 5.926054217802078,
38
+ "mixture_end": 8.184083912870445,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "ringtone",
43
+ "display_name": "ringtone",
44
+ "original_path": "distractors/train/ringtone/JH_fsdkaggle2018_6a6c66b2.wav",
45
+ "origin_start": 12.30560090702948,
46
+ "origin_end": 16.059977324263038,
47
+ "mixture_start": 3.106921575469843,
48
+ "mixture_end": 6.8613019639308765,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech"
58
+ ],
59
+ "target_channels": [
60
+ 0
61
+ ]
62
+ },
63
+ {
64
+ "user_input": "remove applause",
65
+ "command_type": "remove_only",
66
+ "target_sources": [
67
+ "speech"
68
+ ],
69
+ "target_channels": [
70
+ 0
71
+ ]
72
+ },
73
+ {
74
+ "user_input": "remove ringtone",
75
+ "command_type": "remove_only",
76
+ "target_sources": [
77
+ "speech"
78
+ ],
79
+ "target_channels": [
80
+ 0
81
+ ]
82
+ },
83
+ {
84
+ "user_input": "remove applause and ringtone",
85
+ "command_type": "remove_only",
86
+ "target_sources": [
87
+ "speech"
88
+ ],
89
+ "target_channels": [
90
+ 0
91
+ ]
92
+ },
93
+ {
94
+ "user_input": "keep applause",
95
+ "command_type": "keep_only",
96
+ "target_sources": [
97
+ "speech",
98
+ "applause"
99
+ ],
100
+ "target_channels": [
101
+ 0,
102
+ 2
103
+ ]
104
+ },
105
+ {
106
+ "user_input": "keep ringtone",
107
+ "command_type": "keep_only",
108
+ "target_sources": [
109
+ "speech",
110
+ "ringtone"
111
+ ],
112
+ "target_channels": [
113
+ 0,
114
+ 3
115
+ ]
116
+ },
117
+ {
118
+ "user_input": "keep applause and ringtone",
119
+ "command_type": "keep_only",
120
+ "target_sources": [
121
+ "speech",
122
+ "applause",
123
+ "ringtone"
124
+ ],
125
+ "target_channels": [
126
+ 0,
127
+ 2,
128
+ 3
129
+ ]
130
+ },
131
+ {
132
+ "user_input": "remove applause and keep ringtone",
133
+ "command_type": "mixed_commands",
134
+ "target_sources": [
135
+ "speech",
136
+ "ringtone"
137
+ ],
138
+ "target_channels": [
139
+ 0,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "keep applause and remove ringtone",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "applause"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 2
153
+ ]
154
+ }
155
+ ]
156
+ }
data/audio_mixtures/train/coffee_shop_2dist_300_rep3.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "coffee_shop_2dist_300_rep3",
3
+ "scene_name": "Coffee Shop",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "engine",
7
+ "alarm_clock"
8
+ ],
9
+ "audio_file": "coffee_shop_2dist_300_rep3.wav",
10
+ "split": "train",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/val/p236/p236_098.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 2.6460090702947845,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Coffee_Shop/asmr_Coffee_Shop_uiMXGIG_DQo_chunk_038.mp3",
25
+ "origin_start": 201.95956916099775,
26
+ "origin_end": 211.95956916099775,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "engine",
33
+ "display_name": "engine",
34
+ "original_path": "distractors/train/engine/JH_esc50_3-146186-A-44.wav",
35
+ "origin_start": 1.3887528344671203,
36
+ "origin_end": 3.7724263038548753,
37
+ "mixture_start": 3.2021862626545956,
38
+ "mixture_end": 5.58586456657292,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "alarm_clock",
43
+ "display_name": "alarm clock",
44
+ "original_path": "distractors/train/alarm_clock/JH_esc50_1-34853-A-37.wav",
45
+ "origin_start": 1.4843310657596371,
46
+ "origin_end": 4.682244897959183,
47
+ "mixture_start": 5.629311658311979,
48
+ "mixture_end": 8.827230490906194,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech"
58
+ ],
59
+ "target_channels": [
60
+ 0
61
+ ]
62
+ },
63
+ {
64
+ "user_input": "remove engine",
65
+ "command_type": "remove_only",
66
+ "target_sources": [
67
+ "speech"
68
+ ],
69
+ "target_channels": [
70
+ 0
71
+ ]
72
+ },
73
+ {
74
+ "user_input": "remove alarm clock",
75
+ "command_type": "remove_only",
76
+ "target_sources": [
77
+ "speech"
78
+ ],
79
+ "target_channels": [
80
+ 0
81
+ ]
82
+ },
83
+ {
84
+ "user_input": "remove engine and alarm clock",
85
+ "command_type": "remove_only",
86
+ "target_sources": [
87
+ "speech"
88
+ ],
89
+ "target_channels": [
90
+ 0
91
+ ]
92
+ },
93
+ {
94
+ "user_input": "keep engine",
95
+ "command_type": "keep_only",
96
+ "target_sources": [
97
+ "speech",
98
+ "engine"
99
+ ],
100
+ "target_channels": [
101
+ 0,
102
+ 2
103
+ ]
104
+ },
105
+ {
106
+ "user_input": "keep alarm clock",
107
+ "command_type": "keep_only",
108
+ "target_sources": [
109
+ "speech",
110
+ "alarm_clock"
111
+ ],
112
+ "target_channels": [
113
+ 0,
114
+ 3
115
+ ]
116
+ },
117
+ {
118
+ "user_input": "keep engine and alarm clock",
119
+ "command_type": "keep_only",
120
+ "target_sources": [
121
+ "speech",
122
+ "engine",
123
+ "alarm_clock"
124
+ ],
125
+ "target_channels": [
126
+ 0,
127
+ 2,
128
+ 3
129
+ ]
130
+ },
131
+ {
132
+ "user_input": "keep alarm clock and remove engine",
133
+ "command_type": "mixed_commands",
134
+ "target_sources": [
135
+ "speech",
136
+ "alarm_clock"
137
+ ],
138
+ "target_channels": [
139
+ 0,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "remove alarm clock and keep engine",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "engine"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 2
153
+ ]
154
+ }
155
+ ]
156
+ }
data/audio_mixtures/train/forest_1dist_086_rep2.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "forest_1dist_086_rep2",
3
+ "scene_name": "Forest",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "applause"
7
+ ],
8
+ "audio_file": "forest_1dist_086_rep2.wav",
9
+ "split": "train",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/val/p237/p237_219.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 2.689047619047619,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/Forest/asmr_Forest_29XymHesxa0_chunk_037.mp3",
24
+ "origin_start": 259.43371882086166,
25
+ "origin_end": 269.43371882086166,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "applause",
32
+ "display_name": "applause",
33
+ "original_path": "distractors/train/applause/fsd50k_377021.wav",
34
+ "origin_start": 9.004308390022675,
35
+ "origin_end": 11.402721088435374,
36
+ "mixture_start": 2.858941174513197,
37
+ "mixture_end": 5.257365001604261,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech"
47
+ ],
48
+ "target_channels": [
49
+ 0
50
+ ]
51
+ },
52
+ {
53
+ "user_input": "remove applause",
54
+ "command_type": "remove_only",
55
+ "target_sources": [
56
+ "speech"
57
+ ],
58
+ "target_channels": [
59
+ 0
60
+ ]
61
+ },
62
+ {
63
+ "user_input": "keep applause",
64
+ "command_type": "keep_only",
65
+ "target_sources": [
66
+ "speech",
67
+ "applause"
68
+ ],
69
+ "target_channels": [
70
+ 0,
71
+ 2
72
+ ]
73
+ }
74
+ ]
75
+ }
data/audio_mixtures/train/home_1dist_026_rep2.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "home_1dist_026_rep2",
3
+ "scene_name": "Home",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "sneeze"
7
+ ],
8
+ "audio_file": "home_1dist_026_rep2.wav",
9
+ "split": "train",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/train/p271/p271_264.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 4.267732426303855,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/Home/asmr_Home_GSxEQTqSFR8_chunk_006.mp3",
24
+ "origin_start": 127.29650793650794,
25
+ "origin_end": 137.29650793650794,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "sneeze",
32
+ "display_name": "sneeze",
33
+ "original_path": "distractors/train/sneeze/fsd50k_144009.wav",
34
+ "origin_start": 0.0,
35
+ "origin_end": 1.068095238095238,
36
+ "mixture_start": 7.337298798402492,
37
+ "mixture_end": 8.405416712234691,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech"
47
+ ],
48
+ "target_channels": [
49
+ 0
50
+ ]
51
+ },
52
+ {
53
+ "user_input": "remove sneeze",
54
+ "command_type": "remove_only",
55
+ "target_sources": [
56
+ "speech"
57
+ ],
58
+ "target_channels": [
59
+ 0
60
+ ]
61
+ },
62
+ {
63
+ "user_input": "keep sneeze",
64
+ "command_type": "keep_only",
65
+ "target_sources": [
66
+ "speech",
67
+ "sneeze"
68
+ ],
69
+ "target_channels": [
70
+ 0,
71
+ 2
72
+ ]
73
+ }
74
+ ]
75
+ }
data/audio_mixtures/train/kitchen_2dist_211_rep3.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "kitchen_2dist_211_rep3",
3
+ "scene_name": "Kitchen",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "cough",
7
+ "slam"
8
+ ],
9
+ "audio_file": "kitchen_2dist_211_rep3.wav",
10
+ "split": "train",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/train/p275/p275_285.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 1.8826757369614513,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Kitchen/asmr_Kitchen_MN5dmzXgGdQ_chunk_008.mp3",
25
+ "origin_start": 58.77548752834467,
26
+ "origin_end": 68.77548752834467,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "cough",
33
+ "display_name": "cough",
34
+ "original_path": "distractors/train/cough/fsd50k_19023.wav",
35
+ "origin_start": 0.0,
36
+ "origin_end": 1.1029478458049886,
37
+ "mixture_start": 8.751008539669872,
38
+ "mixture_end": 9.853956385474861,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "slam",
43
+ "display_name": "slam",
44
+ "original_path": "distractors/train/slam/JH_fsd50k-arca_213392.wav",
45
+ "origin_start": 0.0,
46
+ "origin_end": 1.6602267573696146,
47
+ "mixture_start": 5.874068394368371,
48
+ "mixture_end": 7.534295151737986,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech",
58
+ "slam"
59
+ ],
60
+ "target_channels": [
61
+ 0,
62
+ 3
63
+ ]
64
+ },
65
+ {
66
+ "user_input": "remove cough",
67
+ "command_type": "remove_only",
68
+ "target_sources": [
69
+ "speech",
70
+ "slam"
71
+ ],
72
+ "target_channels": [
73
+ 0,
74
+ 3
75
+ ]
76
+ },
77
+ {
78
+ "user_input": "remove slam",
79
+ "command_type": "remove_only",
80
+ "target_sources": [
81
+ "speech"
82
+ ],
83
+ "target_channels": [
84
+ 0
85
+ ]
86
+ },
87
+ {
88
+ "user_input": "remove cough and slam",
89
+ "command_type": "remove_only",
90
+ "target_sources": [
91
+ "speech"
92
+ ],
93
+ "target_channels": [
94
+ 0
95
+ ]
96
+ },
97
+ {
98
+ "user_input": "keep cough",
99
+ "command_type": "keep_only",
100
+ "target_sources": [
101
+ "speech",
102
+ "cough",
103
+ "slam"
104
+ ],
105
+ "target_channels": [
106
+ 0,
107
+ 2,
108
+ 3
109
+ ]
110
+ },
111
+ {
112
+ "user_input": "keep slam",
113
+ "command_type": "keep_only",
114
+ "target_sources": [
115
+ "speech",
116
+ "slam"
117
+ ],
118
+ "target_channels": [
119
+ 0,
120
+ 3
121
+ ]
122
+ },
123
+ {
124
+ "user_input": "keep cough and slam",
125
+ "command_type": "keep_only",
126
+ "target_sources": [
127
+ "speech",
128
+ "cough",
129
+ "slam"
130
+ ],
131
+ "target_channels": [
132
+ 0,
133
+ 2,
134
+ 3
135
+ ]
136
+ },
137
+ {
138
+ "user_input": "keep slam and remove cough",
139
+ "command_type": "mixed_commands",
140
+ "target_sources": [
141
+ "speech",
142
+ "slam"
143
+ ],
144
+ "target_channels": [
145
+ 0,
146
+ 3
147
+ ]
148
+ },
149
+ {
150
+ "user_input": "remove slam and keep cough",
151
+ "command_type": "mixed_commands",
152
+ "target_sources": [
153
+ "speech",
154
+ "cough"
155
+ ],
156
+ "target_channels": [
157
+ 0,
158
+ 2
159
+ ]
160
+ }
161
+ ]
162
+ }
data/audio_mixtures/train/kitchen_3dist_378_rep3.json ADDED
@@ -0,0 +1,389 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "kitchen_3dist_378_rep3",
3
+ "scene_name": "Kitchen",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "helicopter",
7
+ "birds_chirping",
8
+ "dog"
9
+ ],
10
+ "audio_file": "kitchen_3dist_378_rep3.wav",
11
+ "split": "train",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/train/p276/p276_024.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 7.3,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Kitchen/asmr_Kitchen_CQAUBlvYdbQ_chunk_008.mp3",
26
+ "origin_start": 142.01986394557824,
27
+ "origin_end": 152.01986394557824,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "helicopter",
34
+ "display_name": "helicopter",
35
+ "original_path": "distractors/train/helicopter/JH_esc50_2-188822-D-40.wav",
36
+ "origin_start": 0.06945578231292517,
37
+ "origin_end": 3.7817006802721087,
38
+ "mixture_start": 5.208696879550386,
39
+ "mixture_end": 8.920949535437106,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "birds_chirping",
44
+ "display_name": "birds chirping",
45
+ "original_path": "distractors/train/birds_chirping/fsd50k_27973.wav",
46
+ "origin_start": 0.29718820861678,
47
+ "origin_end": 2.6016326530612246,
48
+ "mixture_start": 2.962150792922483,
49
+ "mixture_end": 5.26659538388517,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "dog",
54
+ "display_name": "dog",
55
+ "original_path": "distractors/val/dog/fsd50k_117271.wav",
56
+ "origin_start": 1.7017460317460318,
57
+ "origin_end": 4.063492063492063,
58
+ "mixture_start": 1.5492256864123126,
59
+ "mixture_end": 3.910987492265242,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech"
69
+ ],
70
+ "target_channels": [
71
+ 0
72
+ ]
73
+ },
74
+ {
75
+ "user_input": "remove helicopter",
76
+ "command_type": "remove_only",
77
+ "target_sources": [
78
+ "speech"
79
+ ],
80
+ "target_channels": [
81
+ 0
82
+ ]
83
+ },
84
+ {
85
+ "user_input": "remove birds chirping",
86
+ "command_type": "remove_only",
87
+ "target_sources": [
88
+ "speech"
89
+ ],
90
+ "target_channels": [
91
+ 0
92
+ ]
93
+ },
94
+ {
95
+ "user_input": "remove dog",
96
+ "command_type": "remove_only",
97
+ "target_sources": [
98
+ "speech"
99
+ ],
100
+ "target_channels": [
101
+ 0
102
+ ]
103
+ },
104
+ {
105
+ "user_input": "remove helicopter and birds chirping",
106
+ "command_type": "remove_only",
107
+ "target_sources": [
108
+ "speech"
109
+ ],
110
+ "target_channels": [
111
+ 0
112
+ ]
113
+ },
114
+ {
115
+ "user_input": "remove helicopter and dog",
116
+ "command_type": "remove_only",
117
+ "target_sources": [
118
+ "speech"
119
+ ],
120
+ "target_channels": [
121
+ 0
122
+ ]
123
+ },
124
+ {
125
+ "user_input": "remove birds chirping and dog",
126
+ "command_type": "remove_only",
127
+ "target_sources": [
128
+ "speech"
129
+ ],
130
+ "target_channels": [
131
+ 0
132
+ ]
133
+ },
134
+ {
135
+ "user_input": "remove helicopter and birds chirping and dog",
136
+ "command_type": "remove_only",
137
+ "target_sources": [
138
+ "speech"
139
+ ],
140
+ "target_channels": [
141
+ 0
142
+ ]
143
+ },
144
+ {
145
+ "user_input": "keep helicopter",
146
+ "command_type": "keep_only",
147
+ "target_sources": [
148
+ "speech",
149
+ "helicopter"
150
+ ],
151
+ "target_channels": [
152
+ 0,
153
+ 2
154
+ ]
155
+ },
156
+ {
157
+ "user_input": "keep birds chirping",
158
+ "command_type": "keep_only",
159
+ "target_sources": [
160
+ "speech",
161
+ "birds_chirping"
162
+ ],
163
+ "target_channels": [
164
+ 0,
165
+ 3
166
+ ]
167
+ },
168
+ {
169
+ "user_input": "keep dog",
170
+ "command_type": "keep_only",
171
+ "target_sources": [
172
+ "speech",
173
+ "dog"
174
+ ],
175
+ "target_channels": [
176
+ 0,
177
+ 4
178
+ ]
179
+ },
180
+ {
181
+ "user_input": "keep helicopter and birds chirping",
182
+ "command_type": "keep_only",
183
+ "target_sources": [
184
+ "speech",
185
+ "helicopter",
186
+ "birds_chirping"
187
+ ],
188
+ "target_channels": [
189
+ 0,
190
+ 2,
191
+ 3
192
+ ]
193
+ },
194
+ {
195
+ "user_input": "keep helicopter and dog",
196
+ "command_type": "keep_only",
197
+ "target_sources": [
198
+ "speech",
199
+ "helicopter",
200
+ "dog"
201
+ ],
202
+ "target_channels": [
203
+ 0,
204
+ 2,
205
+ 4
206
+ ]
207
+ },
208
+ {
209
+ "user_input": "keep birds chirping and dog",
210
+ "command_type": "keep_only",
211
+ "target_sources": [
212
+ "speech",
213
+ "birds_chirping",
214
+ "dog"
215
+ ],
216
+ "target_channels": [
217
+ 0,
218
+ 3,
219
+ 4
220
+ ]
221
+ },
222
+ {
223
+ "user_input": "keep helicopter and birds chirping and dog",
224
+ "command_type": "keep_only",
225
+ "target_sources": [
226
+ "speech",
227
+ "helicopter",
228
+ "birds_chirping",
229
+ "dog"
230
+ ],
231
+ "target_channels": [
232
+ 0,
233
+ 2,
234
+ 3,
235
+ 4
236
+ ]
237
+ },
238
+ {
239
+ "user_input": "remove helicopter and keep birds chirping",
240
+ "command_type": "mixed_commands",
241
+ "target_sources": [
242
+ "speech",
243
+ "birds_chirping"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 3
248
+ ]
249
+ },
250
+ {
251
+ "user_input": "remove helicopter and keep dog",
252
+ "command_type": "mixed_commands",
253
+ "target_sources": [
254
+ "speech",
255
+ "dog"
256
+ ],
257
+ "target_channels": [
258
+ 0,
259
+ 4
260
+ ]
261
+ },
262
+ {
263
+ "user_input": "keep helicopter and remove birds chirping",
264
+ "command_type": "mixed_commands",
265
+ "target_sources": [
266
+ "speech",
267
+ "helicopter"
268
+ ],
269
+ "target_channels": [
270
+ 0,
271
+ 2
272
+ ]
273
+ },
274
+ {
275
+ "user_input": "remove birds chirping and keep dog",
276
+ "command_type": "mixed_commands",
277
+ "target_sources": [
278
+ "speech",
279
+ "dog"
280
+ ],
281
+ "target_channels": [
282
+ 0,
283
+ 4
284
+ ]
285
+ },
286
+ {
287
+ "user_input": "keep helicopter and remove dog",
288
+ "command_type": "mixed_commands",
289
+ "target_sources": [
290
+ "speech",
291
+ "helicopter"
292
+ ],
293
+ "target_channels": [
294
+ 0,
295
+ 2
296
+ ]
297
+ },
298
+ {
299
+ "user_input": "keep birds chirping and remove dog",
300
+ "command_type": "mixed_commands",
301
+ "target_sources": [
302
+ "speech",
303
+ "birds_chirping"
304
+ ],
305
+ "target_channels": [
306
+ 0,
307
+ 3
308
+ ]
309
+ },
310
+ {
311
+ "user_input": "keep birds chirping and dog and remove helicopter",
312
+ "command_type": "mixed_commands",
313
+ "target_sources": [
314
+ "speech",
315
+ "birds_chirping",
316
+ "dog"
317
+ ],
318
+ "target_channels": [
319
+ 0,
320
+ 3,
321
+ 4
322
+ ]
323
+ },
324
+ {
325
+ "user_input": "remove birds chirping and keep helicopter and dog",
326
+ "command_type": "mixed_commands",
327
+ "target_sources": [
328
+ "speech",
329
+ "helicopter",
330
+ "dog"
331
+ ],
332
+ "target_channels": [
333
+ 0,
334
+ 2,
335
+ 4
336
+ ]
337
+ },
338
+ {
339
+ "user_input": "keep helicopter and birds chirping and remove dog",
340
+ "command_type": "mixed_commands",
341
+ "target_sources": [
342
+ "speech",
343
+ "helicopter",
344
+ "birds_chirping"
345
+ ],
346
+ "target_channels": [
347
+ 0,
348
+ 2,
349
+ 3
350
+ ]
351
+ },
352
+ {
353
+ "user_input": "remove helicopter and birds chirping and keep dog",
354
+ "command_type": "mixed_commands",
355
+ "target_sources": [
356
+ "speech",
357
+ "dog"
358
+ ],
359
+ "target_channels": [
360
+ 0,
361
+ 4
362
+ ]
363
+ },
364
+ {
365
+ "user_input": "remove helicopter and dog and keep birds chirping",
366
+ "command_type": "mixed_commands",
367
+ "target_sources": [
368
+ "speech",
369
+ "birds_chirping"
370
+ ],
371
+ "target_channels": [
372
+ 0,
373
+ 3
374
+ ]
375
+ },
376
+ {
377
+ "user_input": "keep helicopter and remove birds chirping and dog",
378
+ "command_type": "mixed_commands",
379
+ "target_sources": [
380
+ "speech",
381
+ "helicopter"
382
+ ],
383
+ "target_channels": [
384
+ 0,
385
+ 2
386
+ ]
387
+ }
388
+ ]
389
+ }
data/audio_mixtures/train/restaurant_1dist_076_rep2.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "restaurant_1dist_076_rep2",
3
+ "scene_name": "Restaurant",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "hammer"
7
+ ],
8
+ "audio_file": "restaurant_1dist_076_rep2.wav",
9
+ "split": "train",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/val/p244/p244_206.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 2.223854875283447,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/Restaurant/asmr_Restaurant_FWHhmNPhRmM_chunk_001.mp3",
24
+ "origin_start": 51.690498866213154,
25
+ "origin_end": 61.690498866213154,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "hammer",
32
+ "display_name": "hammer",
33
+ "original_path": "distractors/train/hammer/fsd50k_328762.wav",
34
+ "origin_start": 0.9483673469387756,
35
+ "origin_end": 4.53702947845805,
36
+ "mixture_start": 0.49447118932324713,
37
+ "mixture_end": 4.083137993101621,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech"
47
+ ],
48
+ "target_channels": [
49
+ 0
50
+ ]
51
+ },
52
+ {
53
+ "user_input": "remove hammer",
54
+ "command_type": "remove_only",
55
+ "target_sources": [
56
+ "speech"
57
+ ],
58
+ "target_channels": [
59
+ 0
60
+ ]
61
+ },
62
+ {
63
+ "user_input": "keep hammer",
64
+ "command_type": "keep_only",
65
+ "target_sources": [
66
+ "speech",
67
+ "hammer"
68
+ ],
69
+ "target_channels": [
70
+ 0,
71
+ 2
72
+ ]
73
+ }
74
+ ]
75
+ }
data/audio_mixtures/train/restaurant_1dist_134_rep2.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "restaurant_1dist_134_rep2",
3
+ "scene_name": "Restaurant",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "drill"
7
+ ],
8
+ "audio_file": "restaurant_1dist_134_rep2.wav",
9
+ "split": "train",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/train/p274/p274_462.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 2.9066666666666667,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/Restaurant/asmr_Restaurant_LvB-6uM2tik_chunk_046.mp3",
24
+ "origin_start": 93.3881179138322,
25
+ "origin_end": 103.3881179138322,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "drill",
32
+ "display_name": "drill",
33
+ "original_path": "distractors/train/drill/JH_fsd50k-arca_387698.wav",
34
+ "origin_start": 0.0,
35
+ "origin_end": 0.6965759637188209,
36
+ "mixture_start": 7.102214604267313,
37
+ "mixture_end": 7.798813243723095,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech"
47
+ ],
48
+ "target_channels": [
49
+ 0
50
+ ]
51
+ },
52
+ {
53
+ "user_input": "remove drill",
54
+ "command_type": "remove_only",
55
+ "target_sources": [
56
+ "speech"
57
+ ],
58
+ "target_channels": [
59
+ 0
60
+ ]
61
+ },
62
+ {
63
+ "user_input": "keep drill",
64
+ "command_type": "keep_only",
65
+ "target_sources": [
66
+ "speech",
67
+ "drill"
68
+ ],
69
+ "target_channels": [
70
+ 0,
71
+ 2
72
+ ]
73
+ }
74
+ ]
75
+ }
data/audio_mixtures/train/train_2dist_175_rep3.json ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "train_2dist_175_rep3",
3
+ "scene_name": "Train",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "cellphone_buzz_vibrating_alert",
7
+ "fire_alarm"
8
+ ],
9
+ "audio_file": "train_2dist_175_rep3.wav",
10
+ "split": "train",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/val/p239/p239_464.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 3.757528344671202,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Train/asmr_Train_K92rkjZeTng_chunk_021.mp3",
25
+ "origin_start": 44.28956916099773,
26
+ "origin_end": 54.28956916099773,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "cellphone_buzz_vibrating_alert",
33
+ "display_name": "cellphone buzz vibrating alert",
34
+ "original_path": "distractors/train/cellphone_buzz_vibrating_alert/fsd50k_381728.wav",
35
+ "origin_start": 2.380612244897959,
36
+ "origin_end": 5.290702947845805,
37
+ "mixture_start": 3.2168519261495305,
38
+ "mixture_end": 6.126949018909295,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "fire_alarm",
43
+ "display_name": "fire alarm",
44
+ "original_path": "distractors/train/fire_alarm/fsd50k_64073.wav",
45
+ "origin_start": 4.634965986394558,
46
+ "origin_end": 6.796122448979592,
47
+ "mixture_start": 5.8250810006342375,
48
+ "mixture_end": 7.986256016332121,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech",
58
+ "cellphone_buzz_vibrating_alert",
59
+ "fire_alarm"
60
+ ],
61
+ "target_channels": [
62
+ 0,
63
+ 2,
64
+ 3
65
+ ]
66
+ },
67
+ {
68
+ "user_input": "remove cellphone buzz vibrating alert",
69
+ "command_type": "remove_only",
70
+ "target_sources": [
71
+ "speech",
72
+ "fire_alarm"
73
+ ],
74
+ "target_channels": [
75
+ 0,
76
+ 3
77
+ ]
78
+ },
79
+ {
80
+ "user_input": "remove fire alarm",
81
+ "command_type": "remove_only",
82
+ "target_sources": [
83
+ "speech",
84
+ "cellphone_buzz_vibrating_alert"
85
+ ],
86
+ "target_channels": [
87
+ 0,
88
+ 2
89
+ ]
90
+ },
91
+ {
92
+ "user_input": "remove cellphone buzz vibrating alert and fire alarm",
93
+ "command_type": "remove_only",
94
+ "target_sources": [
95
+ "speech"
96
+ ],
97
+ "target_channels": [
98
+ 0
99
+ ]
100
+ },
101
+ {
102
+ "user_input": "keep cellphone buzz vibrating alert",
103
+ "command_type": "keep_only",
104
+ "target_sources": [
105
+ "speech",
106
+ "cellphone_buzz_vibrating_alert",
107
+ "fire_alarm"
108
+ ],
109
+ "target_channels": [
110
+ 0,
111
+ 2,
112
+ 3
113
+ ]
114
+ },
115
+ {
116
+ "user_input": "keep fire alarm",
117
+ "command_type": "keep_only",
118
+ "target_sources": [
119
+ "speech",
120
+ "cellphone_buzz_vibrating_alert",
121
+ "fire_alarm"
122
+ ],
123
+ "target_channels": [
124
+ 0,
125
+ 2,
126
+ 3
127
+ ]
128
+ },
129
+ {
130
+ "user_input": "keep cellphone buzz vibrating alert and fire alarm",
131
+ "command_type": "keep_only",
132
+ "target_sources": [
133
+ "speech",
134
+ "cellphone_buzz_vibrating_alert",
135
+ "fire_alarm"
136
+ ],
137
+ "target_channels": [
138
+ 0,
139
+ 2,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "remove cellphone buzz vibrating alert and keep fire alarm",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "fire_alarm"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 3
153
+ ]
154
+ },
155
+ {
156
+ "user_input": "keep cellphone buzz vibrating alert and remove fire alarm",
157
+ "command_type": "mixed_commands",
158
+ "target_sources": [
159
+ "speech",
160
+ "cellphone_buzz_vibrating_alert"
161
+ ],
162
+ "target_channels": [
163
+ 0,
164
+ 2
165
+ ]
166
+ }
167
+ ]
168
+ }
data/audio_mixtures/train/train_3dist_314_rep2.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "train_3dist_314_rep2",
3
+ "scene_name": "Train",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "cough",
7
+ "boom",
8
+ "hammer"
9
+ ],
10
+ "audio_file": "train_3dist_314_rep2.wav",
11
+ "split": "train",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/train/p275/p275_165.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 2.3912925170068027,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Train/asmr_Train_K92rkjZeTng_chunk_003.mp3",
26
+ "origin_start": 259.756462585034,
27
+ "origin_end": 269.756462585034,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "cough",
34
+ "display_name": "cough",
35
+ "original_path": "distractors/train/cough/JH_fsd50k-arca_389285.wav",
36
+ "origin_start": 0.0,
37
+ "origin_end": 1.0129705215419502,
38
+ "mixture_start": 0.5328561006314917,
39
+ "mixture_end": 1.545826622173442,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "boom",
44
+ "display_name": "boom",
45
+ "original_path": "distractors/train/boom/JH_fsd50k-arca_402007.wav",
46
+ "origin_start": 0.0,
47
+ "origin_end": 0.6965759637188209,
48
+ "mixture_start": 4.328640052276896,
49
+ "mixture_end": 5.025238691732678,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "hammer",
54
+ "display_name": "hammer",
55
+ "original_path": "distractors/train/hammer/fsd50k_337816.wav",
56
+ "origin_start": 0.1719047619047619,
57
+ "origin_end": 3.397845804988662,
58
+ "mixture_start": 2.1606422284960214,
59
+ "mixture_end": 5.386585124796243,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech",
69
+ "boom"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 3
74
+ ]
75
+ },
76
+ {
77
+ "user_input": "remove cough",
78
+ "command_type": "remove_only",
79
+ "target_sources": [
80
+ "speech",
81
+ "boom"
82
+ ],
83
+ "target_channels": [
84
+ 0,
85
+ 3
86
+ ]
87
+ },
88
+ {
89
+ "user_input": "remove boom",
90
+ "command_type": "remove_only",
91
+ "target_sources": [
92
+ "speech"
93
+ ],
94
+ "target_channels": [
95
+ 0
96
+ ]
97
+ },
98
+ {
99
+ "user_input": "remove hammer",
100
+ "command_type": "remove_only",
101
+ "target_sources": [
102
+ "speech",
103
+ "boom"
104
+ ],
105
+ "target_channels": [
106
+ 0,
107
+ 3
108
+ ]
109
+ },
110
+ {
111
+ "user_input": "remove cough and boom",
112
+ "command_type": "remove_only",
113
+ "target_sources": [
114
+ "speech"
115
+ ],
116
+ "target_channels": [
117
+ 0
118
+ ]
119
+ },
120
+ {
121
+ "user_input": "remove cough and hammer",
122
+ "command_type": "remove_only",
123
+ "target_sources": [
124
+ "speech",
125
+ "boom"
126
+ ],
127
+ "target_channels": [
128
+ 0,
129
+ 3
130
+ ]
131
+ },
132
+ {
133
+ "user_input": "remove boom and hammer",
134
+ "command_type": "remove_only",
135
+ "target_sources": [
136
+ "speech"
137
+ ],
138
+ "target_channels": [
139
+ 0
140
+ ]
141
+ },
142
+ {
143
+ "user_input": "remove cough and boom and hammer",
144
+ "command_type": "remove_only",
145
+ "target_sources": [
146
+ "speech"
147
+ ],
148
+ "target_channels": [
149
+ 0
150
+ ]
151
+ },
152
+ {
153
+ "user_input": "keep cough",
154
+ "command_type": "keep_only",
155
+ "target_sources": [
156
+ "speech",
157
+ "cough",
158
+ "boom"
159
+ ],
160
+ "target_channels": [
161
+ 0,
162
+ 2,
163
+ 3
164
+ ]
165
+ },
166
+ {
167
+ "user_input": "keep boom",
168
+ "command_type": "keep_only",
169
+ "target_sources": [
170
+ "speech",
171
+ "boom"
172
+ ],
173
+ "target_channels": [
174
+ 0,
175
+ 3
176
+ ]
177
+ },
178
+ {
179
+ "user_input": "keep hammer",
180
+ "command_type": "keep_only",
181
+ "target_sources": [
182
+ "speech",
183
+ "boom",
184
+ "hammer"
185
+ ],
186
+ "target_channels": [
187
+ 0,
188
+ 3,
189
+ 4
190
+ ]
191
+ },
192
+ {
193
+ "user_input": "keep cough and boom",
194
+ "command_type": "keep_only",
195
+ "target_sources": [
196
+ "speech",
197
+ "cough",
198
+ "boom"
199
+ ],
200
+ "target_channels": [
201
+ 0,
202
+ 2,
203
+ 3
204
+ ]
205
+ },
206
+ {
207
+ "user_input": "keep cough and hammer",
208
+ "command_type": "keep_only",
209
+ "target_sources": [
210
+ "speech",
211
+ "cough",
212
+ "boom",
213
+ "hammer"
214
+ ],
215
+ "target_channels": [
216
+ 0,
217
+ 2,
218
+ 3,
219
+ 4
220
+ ]
221
+ },
222
+ {
223
+ "user_input": "keep boom and hammer",
224
+ "command_type": "keep_only",
225
+ "target_sources": [
226
+ "speech",
227
+ "boom",
228
+ "hammer"
229
+ ],
230
+ "target_channels": [
231
+ 0,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep cough and boom and hammer",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "cough",
242
+ "boom",
243
+ "hammer"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 2,
248
+ 3,
249
+ 4
250
+ ]
251
+ },
252
+ {
253
+ "user_input": "keep boom and remove cough",
254
+ "command_type": "mixed_commands",
255
+ "target_sources": [
256
+ "speech",
257
+ "boom"
258
+ ],
259
+ "target_channels": [
260
+ 0,
261
+ 3
262
+ ]
263
+ },
264
+ {
265
+ "user_input": "keep hammer and remove cough",
266
+ "command_type": "mixed_commands",
267
+ "target_sources": [
268
+ "speech",
269
+ "boom",
270
+ "hammer"
271
+ ],
272
+ "target_channels": [
273
+ 0,
274
+ 3,
275
+ 4
276
+ ]
277
+ },
278
+ {
279
+ "user_input": "keep cough and remove boom",
280
+ "command_type": "mixed_commands",
281
+ "target_sources": [
282
+ "speech",
283
+ "cough"
284
+ ],
285
+ "target_channels": [
286
+ 0,
287
+ 2
288
+ ]
289
+ },
290
+ {
291
+ "user_input": "remove boom and keep hammer",
292
+ "command_type": "mixed_commands",
293
+ "target_sources": [
294
+ "speech",
295
+ "hammer"
296
+ ],
297
+ "target_channels": [
298
+ 0,
299
+ 4
300
+ ]
301
+ },
302
+ {
303
+ "user_input": "keep cough and remove hammer",
304
+ "command_type": "mixed_commands",
305
+ "target_sources": [
306
+ "speech",
307
+ "cough",
308
+ "boom"
309
+ ],
310
+ "target_channels": [
311
+ 0,
312
+ 2,
313
+ 3
314
+ ]
315
+ },
316
+ {
317
+ "user_input": "keep boom and remove hammer",
318
+ "command_type": "mixed_commands",
319
+ "target_sources": [
320
+ "speech",
321
+ "boom"
322
+ ],
323
+ "target_channels": [
324
+ 0,
325
+ 3
326
+ ]
327
+ },
328
+ {
329
+ "user_input": "keep boom and hammer and remove cough",
330
+ "command_type": "mixed_commands",
331
+ "target_sources": [
332
+ "speech",
333
+ "boom",
334
+ "hammer"
335
+ ],
336
+ "target_channels": [
337
+ 0,
338
+ 3,
339
+ 4
340
+ ]
341
+ },
342
+ {
343
+ "user_input": "remove boom and keep cough and hammer",
344
+ "command_type": "mixed_commands",
345
+ "target_sources": [
346
+ "speech",
347
+ "cough",
348
+ "hammer"
349
+ ],
350
+ "target_channels": [
351
+ 0,
352
+ 2,
353
+ 4
354
+ ]
355
+ },
356
+ {
357
+ "user_input": "remove hammer and keep cough and boom",
358
+ "command_type": "mixed_commands",
359
+ "target_sources": [
360
+ "speech",
361
+ "cough",
362
+ "boom"
363
+ ],
364
+ "target_channels": [
365
+ 0,
366
+ 2,
367
+ 3
368
+ ]
369
+ },
370
+ {
371
+ "user_input": "remove cough and boom and keep hammer",
372
+ "command_type": "mixed_commands",
373
+ "target_sources": [
374
+ "speech",
375
+ "hammer"
376
+ ],
377
+ "target_channels": [
378
+ 0,
379
+ 4
380
+ ]
381
+ },
382
+ {
383
+ "user_input": "remove cough and hammer and keep boom",
384
+ "command_type": "mixed_commands",
385
+ "target_sources": [
386
+ "speech",
387
+ "boom"
388
+ ],
389
+ "target_channels": [
390
+ 0,
391
+ 3
392
+ ]
393
+ },
394
+ {
395
+ "user_input": "remove boom and hammer and keep cough",
396
+ "command_type": "mixed_commands",
397
+ "target_sources": [
398
+ "speech",
399
+ "cough"
400
+ ],
401
+ "target_channels": [
402
+ 0,
403
+ 2
404
+ ]
405
+ }
406
+ ]
407
+ }
data/audio_mixtures/train/train_3dist_433_rep2.json ADDED
@@ -0,0 +1,425 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "train_3dist_433_rep2",
3
+ "scene_name": "Train",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "cough",
7
+ "glass_breaking",
8
+ "slam"
9
+ ],
10
+ "audio_file": "train_3dist_433_rep2.wav",
11
+ "split": "train",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/train/p271/p271_420.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 4.185260770975057,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Train/asmr_Train_vXCB1zGGFiY_chunk_005.mp3",
26
+ "origin_start": 48.8518820861678,
27
+ "origin_end": 58.8518820861678,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "cough",
34
+ "display_name": "cough",
35
+ "original_path": "distractors/train/cough/JH_fsd50k-arca_252212.wav",
36
+ "origin_start": 0.19140589569160998,
37
+ "origin_end": 2.6388208616780044,
38
+ "mixture_start": 1.8642858724744025,
39
+ "mixture_end": 4.3117030589234195,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "glass_breaking",
44
+ "display_name": "glass breaking",
45
+ "original_path": "distractors/train/glass_breaking/fsd50k_179234.wav",
46
+ "origin_start": 0.9665986394557823,
47
+ "origin_end": 3.2334240362811792,
48
+ "mixture_start": 4.6667128991562805,
49
+ "mixture_end": 6.9335567339635205,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "slam",
54
+ "display_name": "slam",
55
+ "original_path": "distractors/train/slam/JH_fsd50k-arca_213392.wav",
56
+ "origin_start": 0.0,
57
+ "origin_end": 1.6602267573696146,
58
+ "mixture_start": 0.25687858441192696,
59
+ "mixture_end": 1.9171053417815416,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech",
69
+ "glass_breaking",
70
+ "slam"
71
+ ],
72
+ "target_channels": [
73
+ 0,
74
+ 3,
75
+ 4
76
+ ]
77
+ },
78
+ {
79
+ "user_input": "remove cough",
80
+ "command_type": "remove_only",
81
+ "target_sources": [
82
+ "speech",
83
+ "glass_breaking",
84
+ "slam"
85
+ ],
86
+ "target_channels": [
87
+ 0,
88
+ 3,
89
+ 4
90
+ ]
91
+ },
92
+ {
93
+ "user_input": "remove glass breaking",
94
+ "command_type": "remove_only",
95
+ "target_sources": [
96
+ "speech",
97
+ "slam"
98
+ ],
99
+ "target_channels": [
100
+ 0,
101
+ 4
102
+ ]
103
+ },
104
+ {
105
+ "user_input": "remove slam",
106
+ "command_type": "remove_only",
107
+ "target_sources": [
108
+ "speech",
109
+ "glass_breaking"
110
+ ],
111
+ "target_channels": [
112
+ 0,
113
+ 3
114
+ ]
115
+ },
116
+ {
117
+ "user_input": "remove cough and glass breaking",
118
+ "command_type": "remove_only",
119
+ "target_sources": [
120
+ "speech",
121
+ "slam"
122
+ ],
123
+ "target_channels": [
124
+ 0,
125
+ 4
126
+ ]
127
+ },
128
+ {
129
+ "user_input": "remove cough and slam",
130
+ "command_type": "remove_only",
131
+ "target_sources": [
132
+ "speech",
133
+ "glass_breaking"
134
+ ],
135
+ "target_channels": [
136
+ 0,
137
+ 3
138
+ ]
139
+ },
140
+ {
141
+ "user_input": "remove glass breaking and slam",
142
+ "command_type": "remove_only",
143
+ "target_sources": [
144
+ "speech"
145
+ ],
146
+ "target_channels": [
147
+ 0
148
+ ]
149
+ },
150
+ {
151
+ "user_input": "remove cough and glass breaking and slam",
152
+ "command_type": "remove_only",
153
+ "target_sources": [
154
+ "speech"
155
+ ],
156
+ "target_channels": [
157
+ 0
158
+ ]
159
+ },
160
+ {
161
+ "user_input": "keep cough",
162
+ "command_type": "keep_only",
163
+ "target_sources": [
164
+ "speech",
165
+ "cough",
166
+ "glass_breaking",
167
+ "slam"
168
+ ],
169
+ "target_channels": [
170
+ 0,
171
+ 2,
172
+ 3,
173
+ 4
174
+ ]
175
+ },
176
+ {
177
+ "user_input": "keep glass breaking",
178
+ "command_type": "keep_only",
179
+ "target_sources": [
180
+ "speech",
181
+ "glass_breaking",
182
+ "slam"
183
+ ],
184
+ "target_channels": [
185
+ 0,
186
+ 3,
187
+ 4
188
+ ]
189
+ },
190
+ {
191
+ "user_input": "keep slam",
192
+ "command_type": "keep_only",
193
+ "target_sources": [
194
+ "speech",
195
+ "glass_breaking",
196
+ "slam"
197
+ ],
198
+ "target_channels": [
199
+ 0,
200
+ 3,
201
+ 4
202
+ ]
203
+ },
204
+ {
205
+ "user_input": "keep cough and glass breaking",
206
+ "command_type": "keep_only",
207
+ "target_sources": [
208
+ "speech",
209
+ "cough",
210
+ "glass_breaking",
211
+ "slam"
212
+ ],
213
+ "target_channels": [
214
+ 0,
215
+ 2,
216
+ 3,
217
+ 4
218
+ ]
219
+ },
220
+ {
221
+ "user_input": "keep cough and slam",
222
+ "command_type": "keep_only",
223
+ "target_sources": [
224
+ "speech",
225
+ "cough",
226
+ "glass_breaking",
227
+ "slam"
228
+ ],
229
+ "target_channels": [
230
+ 0,
231
+ 2,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep glass breaking and slam",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "glass_breaking",
242
+ "slam"
243
+ ],
244
+ "target_channels": [
245
+ 0,
246
+ 3,
247
+ 4
248
+ ]
249
+ },
250
+ {
251
+ "user_input": "keep cough and glass breaking and slam",
252
+ "command_type": "keep_only",
253
+ "target_sources": [
254
+ "speech",
255
+ "cough",
256
+ "glass_breaking",
257
+ "slam"
258
+ ],
259
+ "target_channels": [
260
+ 0,
261
+ 2,
262
+ 3,
263
+ 4
264
+ ]
265
+ },
266
+ {
267
+ "user_input": "keep glass breaking and remove cough",
268
+ "command_type": "mixed_commands",
269
+ "target_sources": [
270
+ "speech",
271
+ "glass_breaking",
272
+ "slam"
273
+ ],
274
+ "target_channels": [
275
+ 0,
276
+ 3,
277
+ 4
278
+ ]
279
+ },
280
+ {
281
+ "user_input": "keep slam and remove cough",
282
+ "command_type": "mixed_commands",
283
+ "target_sources": [
284
+ "speech",
285
+ "glass_breaking",
286
+ "slam"
287
+ ],
288
+ "target_channels": [
289
+ 0,
290
+ 3,
291
+ 4
292
+ ]
293
+ },
294
+ {
295
+ "user_input": "keep cough and remove glass breaking",
296
+ "command_type": "mixed_commands",
297
+ "target_sources": [
298
+ "speech",
299
+ "cough",
300
+ "slam"
301
+ ],
302
+ "target_channels": [
303
+ 0,
304
+ 2,
305
+ 4
306
+ ]
307
+ },
308
+ {
309
+ "user_input": "remove glass breaking and keep slam",
310
+ "command_type": "mixed_commands",
311
+ "target_sources": [
312
+ "speech",
313
+ "slam"
314
+ ],
315
+ "target_channels": [
316
+ 0,
317
+ 4
318
+ ]
319
+ },
320
+ {
321
+ "user_input": "keep cough and remove slam",
322
+ "command_type": "mixed_commands",
323
+ "target_sources": [
324
+ "speech",
325
+ "cough",
326
+ "glass_breaking"
327
+ ],
328
+ "target_channels": [
329
+ 0,
330
+ 2,
331
+ 3
332
+ ]
333
+ },
334
+ {
335
+ "user_input": "remove slam and keep glass breaking",
336
+ "command_type": "mixed_commands",
337
+ "target_sources": [
338
+ "speech",
339
+ "glass_breaking"
340
+ ],
341
+ "target_channels": [
342
+ 0,
343
+ 3
344
+ ]
345
+ },
346
+ {
347
+ "user_input": "remove cough and keep glass breaking and slam",
348
+ "command_type": "mixed_commands",
349
+ "target_sources": [
350
+ "speech",
351
+ "glass_breaking",
352
+ "slam"
353
+ ],
354
+ "target_channels": [
355
+ 0,
356
+ 3,
357
+ 4
358
+ ]
359
+ },
360
+ {
361
+ "user_input": "keep cough and slam and remove glass breaking",
362
+ "command_type": "mixed_commands",
363
+ "target_sources": [
364
+ "speech",
365
+ "cough",
366
+ "slam"
367
+ ],
368
+ "target_channels": [
369
+ 0,
370
+ 2,
371
+ 4
372
+ ]
373
+ },
374
+ {
375
+ "user_input": "remove slam and keep cough and glass breaking",
376
+ "command_type": "mixed_commands",
377
+ "target_sources": [
378
+ "speech",
379
+ "cough",
380
+ "glass_breaking"
381
+ ],
382
+ "target_channels": [
383
+ 0,
384
+ 2,
385
+ 3
386
+ ]
387
+ },
388
+ {
389
+ "user_input": "remove cough and glass breaking and keep slam",
390
+ "command_type": "mixed_commands",
391
+ "target_sources": [
392
+ "speech",
393
+ "slam"
394
+ ],
395
+ "target_channels": [
396
+ 0,
397
+ 4
398
+ ]
399
+ },
400
+ {
401
+ "user_input": "keep glass breaking and remove cough and slam",
402
+ "command_type": "mixed_commands",
403
+ "target_sources": [
404
+ "speech",
405
+ "glass_breaking"
406
+ ],
407
+ "target_channels": [
408
+ 0,
409
+ 3
410
+ ]
411
+ },
412
+ {
413
+ "user_input": "remove glass breaking and slam and keep cough",
414
+ "command_type": "mixed_commands",
415
+ "target_sources": [
416
+ "speech",
417
+ "cough"
418
+ ],
419
+ "target_channels": [
420
+ 0,
421
+ 2
422
+ ]
423
+ }
424
+ ]
425
+ }
data/audio_mixtures_old/train/supermarket_1dist_047_rep4.wav ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90205dc856bb181a0544f063ea7bfbcd1ce928ab5b09ce796909be24ab8ee3db
3
+ size 4410044