carankt commited on
Commit
bf6d1c5
·
verified ·
1 Parent(s): ad14060

Add files using upload-large-folder tool

Browse files
data/audio_mixtures/train/beach_2dist_151_rep1.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "beach_2dist_151_rep1",
3
+ "scene_name": "Beach",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "fireworks",
7
+ "baby_cry"
8
+ ],
9
+ "audio_file": "beach_2dist_151_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/val/p226/p226_346.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 4.612358276643991,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Beach/asmr_Beach_urVW36rIHYM_chunk_019.mp3",
25
+ "origin_start": 97.91333333333333,
26
+ "origin_end": 107.91333333333333,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "fireworks",
33
+ "display_name": "fireworks",
34
+ "original_path": "distractors/train/fireworks/fsd50k_109735.wav",
35
+ "origin_start": 0.4402721088435374,
36
+ "origin_end": 3.254421768707483,
37
+ "mixture_start": 3.57246884909832,
38
+ "mixture_end": 6.386628218372044,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "baby_cry",
43
+ "display_name": "baby cry",
44
+ "original_path": "distractors/train/baby_cry/disco_noises_259609.wav",
45
+ "origin_start": 0.8131065759637188,
46
+ "origin_end": 3.423514739229025,
47
+ "mixture_start": 0.3804240027305391,
48
+ "mixture_end": 2.9908443294329814,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech",
58
+ "baby_cry"
59
+ ],
60
+ "target_channels": [
61
+ 0,
62
+ 3
63
+ ]
64
+ },
65
+ {
66
+ "user_input": "remove fireworks",
67
+ "command_type": "remove_only",
68
+ "target_sources": [
69
+ "speech",
70
+ "baby_cry"
71
+ ],
72
+ "target_channels": [
73
+ 0,
74
+ 3
75
+ ]
76
+ },
77
+ {
78
+ "user_input": "remove baby cry",
79
+ "command_type": "remove_only",
80
+ "target_sources": [
81
+ "speech"
82
+ ],
83
+ "target_channels": [
84
+ 0
85
+ ]
86
+ },
87
+ {
88
+ "user_input": "remove fireworks and baby cry",
89
+ "command_type": "remove_only",
90
+ "target_sources": [
91
+ "speech"
92
+ ],
93
+ "target_channels": [
94
+ 0
95
+ ]
96
+ },
97
+ {
98
+ "user_input": "keep fireworks",
99
+ "command_type": "keep_only",
100
+ "target_sources": [
101
+ "speech",
102
+ "fireworks",
103
+ "baby_cry"
104
+ ],
105
+ "target_channels": [
106
+ 0,
107
+ 2,
108
+ 3
109
+ ]
110
+ },
111
+ {
112
+ "user_input": "keep baby cry",
113
+ "command_type": "keep_only",
114
+ "target_sources": [
115
+ "speech",
116
+ "baby_cry"
117
+ ],
118
+ "target_channels": [
119
+ 0,
120
+ 3
121
+ ]
122
+ },
123
+ {
124
+ "user_input": "keep fireworks and baby cry",
125
+ "command_type": "keep_only",
126
+ "target_sources": [
127
+ "speech",
128
+ "fireworks",
129
+ "baby_cry"
130
+ ],
131
+ "target_channels": [
132
+ 0,
133
+ 2,
134
+ 3
135
+ ]
136
+ },
137
+ {
138
+ "user_input": "remove fireworks and keep baby cry",
139
+ "command_type": "mixed_commands",
140
+ "target_sources": [
141
+ "speech",
142
+ "baby_cry"
143
+ ],
144
+ "target_channels": [
145
+ 0,
146
+ 3
147
+ ]
148
+ },
149
+ {
150
+ "user_input": "keep fireworks and remove baby cry",
151
+ "command_type": "mixed_commands",
152
+ "target_sources": [
153
+ "speech",
154
+ "fireworks"
155
+ ],
156
+ "target_channels": [
157
+ 0,
158
+ 2
159
+ ]
160
+ }
161
+ ]
162
+ }
data/audio_mixtures/train/beach_3dist_324_rep3.json ADDED
@@ -0,0 +1,425 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "beach_3dist_324_rep3",
3
+ "scene_name": "Beach",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "engine",
7
+ "boom",
8
+ "siren"
9
+ ],
10
+ "audio_file": "beach_3dist_324_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/p241/p241_045.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 1.9678458049886622,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Beach/asmr_Beach_Nep1qytq9JM_chunk_038.mp3",
26
+ "origin_start": 161.4912925170068,
27
+ "origin_end": 171.4912925170068,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "engine",
34
+ "display_name": "engine",
35
+ "original_path": "distractors/train/engine/JH_esc50_2-106487-A-44.wav",
36
+ "origin_start": 0.20049886621315194,
37
+ "origin_end": 3.0635600907029477,
38
+ "mixture_start": 1.9556712715945466,
39
+ "mixture_end": 4.8187341306946365,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "boom",
44
+ "display_name": "boom",
45
+ "original_path": "distractors/train/boom/fsd50k_186925.wav",
46
+ "origin_start": 0.0,
47
+ "origin_end": 1.2887074829931973,
48
+ "mixture_start": 4.146093919636038,
49
+ "mixture_end": 5.434801402629235,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "siren",
54
+ "display_name": "siren",
55
+ "original_path": "distractors/train/siren/fsd50k_87393.wav",
56
+ "origin_start": 0.6440816326530612,
57
+ "origin_end": 3.002925170068027,
58
+ "mixture_start": 0.0813528342805385,
59
+ "mixture_end": 2.4401975316915965,
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
+ "siren"
71
+ ],
72
+ "target_channels": [
73
+ 0,
74
+ 3,
75
+ 4
76
+ ]
77
+ },
78
+ {
79
+ "user_input": "remove engine",
80
+ "command_type": "remove_only",
81
+ "target_sources": [
82
+ "speech",
83
+ "boom",
84
+ "siren"
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
+ "siren"
98
+ ],
99
+ "target_channels": [
100
+ 0,
101
+ 4
102
+ ]
103
+ },
104
+ {
105
+ "user_input": "remove siren",
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 engine and boom",
118
+ "command_type": "remove_only",
119
+ "target_sources": [
120
+ "speech",
121
+ "siren"
122
+ ],
123
+ "target_channels": [
124
+ 0,
125
+ 4
126
+ ]
127
+ },
128
+ {
129
+ "user_input": "remove engine and siren",
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 siren",
142
+ "command_type": "remove_only",
143
+ "target_sources": [
144
+ "speech"
145
+ ],
146
+ "target_channels": [
147
+ 0
148
+ ]
149
+ },
150
+ {
151
+ "user_input": "remove engine and boom and siren",
152
+ "command_type": "remove_only",
153
+ "target_sources": [
154
+ "speech"
155
+ ],
156
+ "target_channels": [
157
+ 0
158
+ ]
159
+ },
160
+ {
161
+ "user_input": "keep engine",
162
+ "command_type": "keep_only",
163
+ "target_sources": [
164
+ "speech",
165
+ "engine",
166
+ "boom",
167
+ "siren"
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
+ "siren"
183
+ ],
184
+ "target_channels": [
185
+ 0,
186
+ 3,
187
+ 4
188
+ ]
189
+ },
190
+ {
191
+ "user_input": "keep siren",
192
+ "command_type": "keep_only",
193
+ "target_sources": [
194
+ "speech",
195
+ "boom",
196
+ "siren"
197
+ ],
198
+ "target_channels": [
199
+ 0,
200
+ 3,
201
+ 4
202
+ ]
203
+ },
204
+ {
205
+ "user_input": "keep engine and boom",
206
+ "command_type": "keep_only",
207
+ "target_sources": [
208
+ "speech",
209
+ "engine",
210
+ "boom",
211
+ "siren"
212
+ ],
213
+ "target_channels": [
214
+ 0,
215
+ 2,
216
+ 3,
217
+ 4
218
+ ]
219
+ },
220
+ {
221
+ "user_input": "keep engine and siren",
222
+ "command_type": "keep_only",
223
+ "target_sources": [
224
+ "speech",
225
+ "engine",
226
+ "boom",
227
+ "siren"
228
+ ],
229
+ "target_channels": [
230
+ 0,
231
+ 2,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep boom and siren",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "boom",
242
+ "siren"
243
+ ],
244
+ "target_channels": [
245
+ 0,
246
+ 3,
247
+ 4
248
+ ]
249
+ },
250
+ {
251
+ "user_input": "keep engine and boom and siren",
252
+ "command_type": "keep_only",
253
+ "target_sources": [
254
+ "speech",
255
+ "engine",
256
+ "boom",
257
+ "siren"
258
+ ],
259
+ "target_channels": [
260
+ 0,
261
+ 2,
262
+ 3,
263
+ 4
264
+ ]
265
+ },
266
+ {
267
+ "user_input": "remove engine and keep boom",
268
+ "command_type": "mixed_commands",
269
+ "target_sources": [
270
+ "speech",
271
+ "boom",
272
+ "siren"
273
+ ],
274
+ "target_channels": [
275
+ 0,
276
+ 3,
277
+ 4
278
+ ]
279
+ },
280
+ {
281
+ "user_input": "keep siren and remove engine",
282
+ "command_type": "mixed_commands",
283
+ "target_sources": [
284
+ "speech",
285
+ "boom",
286
+ "siren"
287
+ ],
288
+ "target_channels": [
289
+ 0,
290
+ 3,
291
+ 4
292
+ ]
293
+ },
294
+ {
295
+ "user_input": "keep engine and remove boom",
296
+ "command_type": "mixed_commands",
297
+ "target_sources": [
298
+ "speech",
299
+ "engine",
300
+ "siren"
301
+ ],
302
+ "target_channels": [
303
+ 0,
304
+ 2,
305
+ 4
306
+ ]
307
+ },
308
+ {
309
+ "user_input": "keep siren and remove boom",
310
+ "command_type": "mixed_commands",
311
+ "target_sources": [
312
+ "speech",
313
+ "siren"
314
+ ],
315
+ "target_channels": [
316
+ 0,
317
+ 4
318
+ ]
319
+ },
320
+ {
321
+ "user_input": "remove siren and keep engine",
322
+ "command_type": "mixed_commands",
323
+ "target_sources": [
324
+ "speech",
325
+ "engine",
326
+ "boom"
327
+ ],
328
+ "target_channels": [
329
+ 0,
330
+ 2,
331
+ 3
332
+ ]
333
+ },
334
+ {
335
+ "user_input": "remove siren 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 engine and keep boom and siren",
348
+ "command_type": "mixed_commands",
349
+ "target_sources": [
350
+ "speech",
351
+ "boom",
352
+ "siren"
353
+ ],
354
+ "target_channels": [
355
+ 0,
356
+ 3,
357
+ 4
358
+ ]
359
+ },
360
+ {
361
+ "user_input": "keep engine and siren and remove boom",
362
+ "command_type": "mixed_commands",
363
+ "target_sources": [
364
+ "speech",
365
+ "engine",
366
+ "siren"
367
+ ],
368
+ "target_channels": [
369
+ 0,
370
+ 2,
371
+ 4
372
+ ]
373
+ },
374
+ {
375
+ "user_input": "keep engine and boom and remove siren",
376
+ "command_type": "mixed_commands",
377
+ "target_sources": [
378
+ "speech",
379
+ "engine",
380
+ "boom"
381
+ ],
382
+ "target_channels": [
383
+ 0,
384
+ 2,
385
+ 3
386
+ ]
387
+ },
388
+ {
389
+ "user_input": "remove engine and boom and keep siren",
390
+ "command_type": "mixed_commands",
391
+ "target_sources": [
392
+ "speech",
393
+ "siren"
394
+ ],
395
+ "target_channels": [
396
+ 0,
397
+ 4
398
+ ]
399
+ },
400
+ {
401
+ "user_input": "keep boom and remove engine and siren",
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": "remove boom and siren and keep engine",
414
+ "command_type": "mixed_commands",
415
+ "target_sources": [
416
+ "speech",
417
+ "engine"
418
+ ],
419
+ "target_channels": [
420
+ 0,
421
+ 2
422
+ ]
423
+ }
424
+ ]
425
+ }
data/audio_mixtures/train/city_1dist_107_rep2.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "city_1dist_107_rep2",
3
+ "scene_name": "City",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "boom"
7
+ ],
8
+ "audio_file": "city_1dist_107_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/p263/p263_236.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 2.8629705215419503,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/val/City/asmr_City_KkXLEHqzYZk_chunk_093.mp3",
24
+ "origin_start": 108.05369614512472,
25
+ "origin_end": 118.05369614512472,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "boom",
32
+ "display_name": "boom",
33
+ "original_path": "distractors/val/boom/JH_fsd50k-arca_186952.wav",
34
+ "origin_start": 0.0,
35
+ "origin_end": 1.0797278911564625,
36
+ "mixture_start": 3.4638023681454073,
37
+ "mixture_end": 4.543530259301869,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech",
47
+ "boom"
48
+ ],
49
+ "target_channels": [
50
+ 0,
51
+ 2
52
+ ]
53
+ },
54
+ {
55
+ "user_input": "remove boom",
56
+ "command_type": "remove_only",
57
+ "target_sources": [
58
+ "speech"
59
+ ],
60
+ "target_channels": [
61
+ 0
62
+ ]
63
+ },
64
+ {
65
+ "user_input": "keep boom",
66
+ "command_type": "keep_only",
67
+ "target_sources": [
68
+ "speech",
69
+ "boom"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 2
74
+ ]
75
+ }
76
+ ]
77
+ }
data/audio_mixtures/train/coffee_shop_2dist_160_rep4.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "coffee_shop_2dist_160_rep4",
3
+ "scene_name": "Coffee Shop",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "cough",
7
+ "car_horn"
8
+ ],
9
+ "audio_file": "coffee_shop_2dist_160_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/p268/p268_125.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 4.311678004535147,
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_029.mp3",
25
+ "origin_start": 205.06943310657596,
26
+ "origin_end": 215.06943310657596,
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/JH_fsdkaggle2018_e9e38c4c.wav",
35
+ "origin_start": 0.8425170068027211,
36
+ "origin_end": 3.1452607709750566,
37
+ "mixture_start": 0.6949456426858265,
38
+ "mixture_end": 2.997694906899277,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "car_horn",
43
+ "display_name": "car horn",
44
+ "original_path": "distractors/train/car_horn/fsd50k_153057.wav",
45
+ "origin_start": 0.0,
46
+ "origin_end": 1.7763265306122449,
47
+ "mixture_start": 4.561579741429017,
48
+ "mixture_end": 6.337906272041262,
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 cough",
65
+ "command_type": "remove_only",
66
+ "target_sources": [
67
+ "speech"
68
+ ],
69
+ "target_channels": [
70
+ 0
71
+ ]
72
+ },
73
+ {
74
+ "user_input": "remove car horn",
75
+ "command_type": "remove_only",
76
+ "target_sources": [
77
+ "speech"
78
+ ],
79
+ "target_channels": [
80
+ 0
81
+ ]
82
+ },
83
+ {
84
+ "user_input": "remove cough and car horn",
85
+ "command_type": "remove_only",
86
+ "target_sources": [
87
+ "speech"
88
+ ],
89
+ "target_channels": [
90
+ 0
91
+ ]
92
+ },
93
+ {
94
+ "user_input": "keep cough",
95
+ "command_type": "keep_only",
96
+ "target_sources": [
97
+ "speech",
98
+ "cough"
99
+ ],
100
+ "target_channels": [
101
+ 0,
102
+ 2
103
+ ]
104
+ },
105
+ {
106
+ "user_input": "keep car horn",
107
+ "command_type": "keep_only",
108
+ "target_sources": [
109
+ "speech",
110
+ "car_horn"
111
+ ],
112
+ "target_channels": [
113
+ 0,
114
+ 3
115
+ ]
116
+ },
117
+ {
118
+ "user_input": "keep cough and car horn",
119
+ "command_type": "keep_only",
120
+ "target_sources": [
121
+ "speech",
122
+ "cough",
123
+ "car_horn"
124
+ ],
125
+ "target_channels": [
126
+ 0,
127
+ 2,
128
+ 3
129
+ ]
130
+ },
131
+ {
132
+ "user_input": "remove cough and keep car horn",
133
+ "command_type": "mixed_commands",
134
+ "target_sources": [
135
+ "speech",
136
+ "car_horn"
137
+ ],
138
+ "target_channels": [
139
+ 0,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "keep cough and remove car horn",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "cough"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 2
153
+ ]
154
+ }
155
+ ]
156
+ }
data/audio_mixtures/train/forest_1dist_016_rep3.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "forest_1dist_016_rep3",
3
+ "scene_name": "Forest",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "siren"
7
+ ],
8
+ "audio_file": "forest_1dist_016_rep3.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/p273/p273_157.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 3.0768027210884354,
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_038.mp3",
24
+ "origin_start": 45.30489795918368,
25
+ "origin_end": 55.30489795918368,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "siren",
32
+ "display_name": "siren",
33
+ "original_path": "distractors/train/siren/fsd50k_324579.wav",
34
+ "origin_start": 2.88015873015873,
35
+ "origin_end": 6.209750566893424,
36
+ "mixture_start": 0.29804665538457087,
37
+ "mixture_end": 3.6276406563337247,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech",
47
+ "siren"
48
+ ],
49
+ "target_channels": [
50
+ 0,
51
+ 2
52
+ ]
53
+ },
54
+ {
55
+ "user_input": "remove siren",
56
+ "command_type": "remove_only",
57
+ "target_sources": [
58
+ "speech"
59
+ ],
60
+ "target_channels": [
61
+ 0
62
+ ]
63
+ },
64
+ {
65
+ "user_input": "keep siren",
66
+ "command_type": "keep_only",
67
+ "target_sources": [
68
+ "speech",
69
+ "siren"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 2
74
+ ]
75
+ }
76
+ ]
77
+ }
data/audio_mixtures/train/home_2dist_216_rep2.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "home_2dist_216_rep2",
3
+ "scene_name": "Home",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "sneeze",
7
+ "cat"
8
+ ],
9
+ "audio_file": "home_2dist_216_rep2.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/p231/p231_061.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 2.221541950113379,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Home/asmr_Home_GSxEQTqSFR8_chunk_019.mp3",
25
+ "origin_start": 12.711859410430838,
26
+ "origin_end": 22.71185941043084,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "sneeze",
33
+ "display_name": "sneeze",
34
+ "original_path": "distractors/val/sneeze/esc-50_5-202220-A-21.wav",
35
+ "origin_start": 1.027278911564626,
36
+ "origin_end": 3.3884126984126985,
37
+ "mixture_start": 4.879701784063023,
38
+ "mixture_end": 7.240840050510341,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "cat",
43
+ "display_name": "cat",
44
+ "original_path": "distractors/train/cat/esc-50_5-172299-A-5.wav",
45
+ "origin_start": 0.8167573696145125,
46
+ "origin_end": 4.434739229024943,
47
+ "mixture_start": 1.5457427719415344,
48
+ "mixture_end": 5.163730910678622,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech",
58
+ "cat"
59
+ ],
60
+ "target_channels": [
61
+ 0,
62
+ 3
63
+ ]
64
+ },
65
+ {
66
+ "user_input": "remove sneeze",
67
+ "command_type": "remove_only",
68
+ "target_sources": [
69
+ "speech",
70
+ "cat"
71
+ ],
72
+ "target_channels": [
73
+ 0,
74
+ 3
75
+ ]
76
+ },
77
+ {
78
+ "user_input": "remove cat",
79
+ "command_type": "remove_only",
80
+ "target_sources": [
81
+ "speech"
82
+ ],
83
+ "target_channels": [
84
+ 0
85
+ ]
86
+ },
87
+ {
88
+ "user_input": "remove sneeze and cat",
89
+ "command_type": "remove_only",
90
+ "target_sources": [
91
+ "speech"
92
+ ],
93
+ "target_channels": [
94
+ 0
95
+ ]
96
+ },
97
+ {
98
+ "user_input": "keep sneeze",
99
+ "command_type": "keep_only",
100
+ "target_sources": [
101
+ "speech",
102
+ "sneeze",
103
+ "cat"
104
+ ],
105
+ "target_channels": [
106
+ 0,
107
+ 2,
108
+ 3
109
+ ]
110
+ },
111
+ {
112
+ "user_input": "keep cat",
113
+ "command_type": "keep_only",
114
+ "target_sources": [
115
+ "speech",
116
+ "cat"
117
+ ],
118
+ "target_channels": [
119
+ 0,
120
+ 3
121
+ ]
122
+ },
123
+ {
124
+ "user_input": "keep sneeze and cat",
125
+ "command_type": "keep_only",
126
+ "target_sources": [
127
+ "speech",
128
+ "sneeze",
129
+ "cat"
130
+ ],
131
+ "target_channels": [
132
+ 0,
133
+ 2,
134
+ 3
135
+ ]
136
+ },
137
+ {
138
+ "user_input": "remove sneeze and keep cat",
139
+ "command_type": "mixed_commands",
140
+ "target_sources": [
141
+ "speech",
142
+ "cat"
143
+ ],
144
+ "target_channels": [
145
+ 0,
146
+ 3
147
+ ]
148
+ },
149
+ {
150
+ "user_input": "keep sneeze and remove cat",
151
+ "command_type": "mixed_commands",
152
+ "target_sources": [
153
+ "speech",
154
+ "sneeze"
155
+ ],
156
+ "target_channels": [
157
+ 0,
158
+ 2
159
+ ]
160
+ }
161
+ ]
162
+ }
data/audio_mixtures/train/restaurant_3dist_442_rep1.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "restaurant_3dist_442_rep1",
3
+ "scene_name": "Restaurant",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "drill",
7
+ "sneeze",
8
+ "boom"
9
+ ],
10
+ "audio_file": "restaurant_3dist_442_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/p284/p284_335.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 4.697687074829932,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Restaurant/asmr_Restaurant_LvB-6uM2tik_chunk_015.mp3",
26
+ "origin_start": 128.3703401360544,
27
+ "origin_end": 138.3703401360544,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "drill",
34
+ "display_name": "drill",
35
+ "original_path": "distractors/val/drill/JH_fsd50k-arca_179725.wav",
36
+ "origin_start": 0.023718820861678005,
37
+ "origin_end": 2.0642403628117916,
38
+ "mixture_start": 6.674419473083638,
39
+ "mixture_end": 8.714945311339921,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "sneeze",
44
+ "display_name": "sneeze",
45
+ "original_path": "distractors/train/sneeze/fsd50k_171519.wav",
46
+ "origin_start": 0.0,
47
+ "origin_end": 0.6733786848072563,
48
+ "mixture_start": 7.650032394122056,
49
+ "mixture_end": 8.323411078929313,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "boom",
54
+ "display_name": "boom",
55
+ "original_path": "distractors/train/boom/fsd50k_186945.wav",
56
+ "origin_start": 0.0,
57
+ "origin_end": 0.7430385487528345,
58
+ "mixture_start": 8.697976072956061,
59
+ "mixture_end": 9.441014621708895,
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
+ 4
74
+ ]
75
+ },
76
+ {
77
+ "user_input": "remove drill",
78
+ "command_type": "remove_only",
79
+ "target_sources": [
80
+ "speech",
81
+ "boom"
82
+ ],
83
+ "target_channels": [
84
+ 0,
85
+ 4
86
+ ]
87
+ },
88
+ {
89
+ "user_input": "remove sneeze",
90
+ "command_type": "remove_only",
91
+ "target_sources": [
92
+ "speech",
93
+ "boom"
94
+ ],
95
+ "target_channels": [
96
+ 0,
97
+ 4
98
+ ]
99
+ },
100
+ {
101
+ "user_input": "remove boom",
102
+ "command_type": "remove_only",
103
+ "target_sources": [
104
+ "speech"
105
+ ],
106
+ "target_channels": [
107
+ 0
108
+ ]
109
+ },
110
+ {
111
+ "user_input": "remove drill and sneeze",
112
+ "command_type": "remove_only",
113
+ "target_sources": [
114
+ "speech",
115
+ "boom"
116
+ ],
117
+ "target_channels": [
118
+ 0,
119
+ 4
120
+ ]
121
+ },
122
+ {
123
+ "user_input": "remove drill and boom",
124
+ "command_type": "remove_only",
125
+ "target_sources": [
126
+ "speech"
127
+ ],
128
+ "target_channels": [
129
+ 0
130
+ ]
131
+ },
132
+ {
133
+ "user_input": "remove sneeze and boom",
134
+ "command_type": "remove_only",
135
+ "target_sources": [
136
+ "speech"
137
+ ],
138
+ "target_channels": [
139
+ 0
140
+ ]
141
+ },
142
+ {
143
+ "user_input": "remove drill and sneeze and boom",
144
+ "command_type": "remove_only",
145
+ "target_sources": [
146
+ "speech"
147
+ ],
148
+ "target_channels": [
149
+ 0
150
+ ]
151
+ },
152
+ {
153
+ "user_input": "keep drill",
154
+ "command_type": "keep_only",
155
+ "target_sources": [
156
+ "speech",
157
+ "drill",
158
+ "boom"
159
+ ],
160
+ "target_channels": [
161
+ 0,
162
+ 2,
163
+ 4
164
+ ]
165
+ },
166
+ {
167
+ "user_input": "keep sneeze",
168
+ "command_type": "keep_only",
169
+ "target_sources": [
170
+ "speech",
171
+ "sneeze",
172
+ "boom"
173
+ ],
174
+ "target_channels": [
175
+ 0,
176
+ 3,
177
+ 4
178
+ ]
179
+ },
180
+ {
181
+ "user_input": "keep boom",
182
+ "command_type": "keep_only",
183
+ "target_sources": [
184
+ "speech",
185
+ "boom"
186
+ ],
187
+ "target_channels": [
188
+ 0,
189
+ 4
190
+ ]
191
+ },
192
+ {
193
+ "user_input": "keep drill and sneeze",
194
+ "command_type": "keep_only",
195
+ "target_sources": [
196
+ "speech",
197
+ "drill",
198
+ "sneeze",
199
+ "boom"
200
+ ],
201
+ "target_channels": [
202
+ 0,
203
+ 2,
204
+ 3,
205
+ 4
206
+ ]
207
+ },
208
+ {
209
+ "user_input": "keep drill and boom",
210
+ "command_type": "keep_only",
211
+ "target_sources": [
212
+ "speech",
213
+ "drill",
214
+ "boom"
215
+ ],
216
+ "target_channels": [
217
+ 0,
218
+ 2,
219
+ 4
220
+ ]
221
+ },
222
+ {
223
+ "user_input": "keep sneeze and boom",
224
+ "command_type": "keep_only",
225
+ "target_sources": [
226
+ "speech",
227
+ "sneeze",
228
+ "boom"
229
+ ],
230
+ "target_channels": [
231
+ 0,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep drill and sneeze and boom",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "drill",
242
+ "sneeze",
243
+ "boom"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 2,
248
+ 3,
249
+ 4
250
+ ]
251
+ },
252
+ {
253
+ "user_input": "remove drill and keep sneeze",
254
+ "command_type": "mixed_commands",
255
+ "target_sources": [
256
+ "speech",
257
+ "sneeze",
258
+ "boom"
259
+ ],
260
+ "target_channels": [
261
+ 0,
262
+ 3,
263
+ 4
264
+ ]
265
+ },
266
+ {
267
+ "user_input": "keep boom and remove drill",
268
+ "command_type": "mixed_commands",
269
+ "target_sources": [
270
+ "speech",
271
+ "boom"
272
+ ],
273
+ "target_channels": [
274
+ 0,
275
+ 4
276
+ ]
277
+ },
278
+ {
279
+ "user_input": "keep drill and remove sneeze",
280
+ "command_type": "mixed_commands",
281
+ "target_sources": [
282
+ "speech",
283
+ "drill",
284
+ "boom"
285
+ ],
286
+ "target_channels": [
287
+ 0,
288
+ 2,
289
+ 4
290
+ ]
291
+ },
292
+ {
293
+ "user_input": "remove sneeze and keep boom",
294
+ "command_type": "mixed_commands",
295
+ "target_sources": [
296
+ "speech",
297
+ "boom"
298
+ ],
299
+ "target_channels": [
300
+ 0,
301
+ 4
302
+ ]
303
+ },
304
+ {
305
+ "user_input": "remove boom and keep drill",
306
+ "command_type": "mixed_commands",
307
+ "target_sources": [
308
+ "speech",
309
+ "drill"
310
+ ],
311
+ "target_channels": [
312
+ 0,
313
+ 2
314
+ ]
315
+ },
316
+ {
317
+ "user_input": "keep sneeze and remove boom",
318
+ "command_type": "mixed_commands",
319
+ "target_sources": [
320
+ "speech",
321
+ "sneeze"
322
+ ],
323
+ "target_channels": [
324
+ 0,
325
+ 3
326
+ ]
327
+ },
328
+ {
329
+ "user_input": "keep sneeze and boom and remove drill",
330
+ "command_type": "mixed_commands",
331
+ "target_sources": [
332
+ "speech",
333
+ "sneeze",
334
+ "boom"
335
+ ],
336
+ "target_channels": [
337
+ 0,
338
+ 3,
339
+ 4
340
+ ]
341
+ },
342
+ {
343
+ "user_input": "remove sneeze and keep drill and boom",
344
+ "command_type": "mixed_commands",
345
+ "target_sources": [
346
+ "speech",
347
+ "drill",
348
+ "boom"
349
+ ],
350
+ "target_channels": [
351
+ 0,
352
+ 2,
353
+ 4
354
+ ]
355
+ },
356
+ {
357
+ "user_input": "keep drill and sneeze and remove boom",
358
+ "command_type": "mixed_commands",
359
+ "target_sources": [
360
+ "speech",
361
+ "drill",
362
+ "sneeze"
363
+ ],
364
+ "target_channels": [
365
+ 0,
366
+ 2,
367
+ 3
368
+ ]
369
+ },
370
+ {
371
+ "user_input": "keep boom and remove drill and sneeze",
372
+ "command_type": "mixed_commands",
373
+ "target_sources": [
374
+ "speech",
375
+ "boom"
376
+ ],
377
+ "target_channels": [
378
+ 0,
379
+ 4
380
+ ]
381
+ },
382
+ {
383
+ "user_input": "remove drill and boom and keep sneeze",
384
+ "command_type": "mixed_commands",
385
+ "target_sources": [
386
+ "speech",
387
+ "sneeze"
388
+ ],
389
+ "target_channels": [
390
+ 0,
391
+ 3
392
+ ]
393
+ },
394
+ {
395
+ "user_input": "remove sneeze and boom and keep drill",
396
+ "command_type": "mixed_commands",
397
+ "target_sources": [
398
+ "speech",
399
+ "drill"
400
+ ],
401
+ "target_channels": [
402
+ 0,
403
+ 2
404
+ ]
405
+ }
406
+ ]
407
+ }
data/audio_mixtures_old_no_speech/train/airport_3dist_277_rep1.json ADDED
@@ -0,0 +1,425 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "airport_3dist_277_rep1",
3
+ "scene_name": "Airport",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "ringtone",
7
+ "dog",
8
+ "siren"
9
+ ],
10
+ "audio_file": "airport_3dist_277_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/val/p240/p240_281.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 3.8019274376417234,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Airport/asmr_Airport_vTX-Nhs-kUo_chunk_017.mp3",
26
+ "origin_start": 266.6927664399093,
27
+ "origin_end": 276.6927664399093,
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/fsd50k_360831.wav",
36
+ "origin_start": 0.0,
37
+ "origin_end": 1.253877551020408,
38
+ "mixture_start": 3.9349025576174728,
39
+ "mixture_end": 5.18878010863788,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "dog",
44
+ "display_name": "dog",
45
+ "original_path": "distractors/train/dog/fsd50k_418155.wav",
46
+ "origin_start": 4.372154195011338,
47
+ "origin_end": 7.93827664399093,
48
+ "mixture_start": 1.2824851729057984,
49
+ "mixture_end": 4.84860838554294,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "siren",
54
+ "display_name": "siren",
55
+ "original_path": "distractors/train/siren/esc-50_2-43806-A-42.wav",
56
+ "origin_start": 0.9141950113378685,
57
+ "origin_end": 3.582925170068027,
58
+ "mixture_start": 5.800187693525314,
59
+ "mixture_end": 8.46892267047818,
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
+ "siren"
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
+ "siren"
84
+ ],
85
+ "target_channels": [
86
+ 0,
87
+ 4
88
+ ]
89
+ },
90
+ {
91
+ "user_input": "remove dog",
92
+ "command_type": "remove_only",
93
+ "target_sources": [
94
+ "speech",
95
+ "ringtone",
96
+ "siren"
97
+ ],
98
+ "target_channels": [
99
+ 0,
100
+ 2,
101
+ 4
102
+ ]
103
+ },
104
+ {
105
+ "user_input": "remove siren",
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 dog",
118
+ "command_type": "remove_only",
119
+ "target_sources": [
120
+ "speech",
121
+ "siren"
122
+ ],
123
+ "target_channels": [
124
+ 0,
125
+ 4
126
+ ]
127
+ },
128
+ {
129
+ "user_input": "remove ringtone and siren",
130
+ "command_type": "remove_only",
131
+ "target_sources": [
132
+ "speech"
133
+ ],
134
+ "target_channels": [
135
+ 0
136
+ ]
137
+ },
138
+ {
139
+ "user_input": "remove dog and siren",
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 dog and siren",
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
+ "siren"
167
+ ],
168
+ "target_channels": [
169
+ 0,
170
+ 2,
171
+ 4
172
+ ]
173
+ },
174
+ {
175
+ "user_input": "keep dog",
176
+ "command_type": "keep_only",
177
+ "target_sources": [
178
+ "speech",
179
+ "ringtone",
180
+ "dog",
181
+ "siren"
182
+ ],
183
+ "target_channels": [
184
+ 0,
185
+ 2,
186
+ 3,
187
+ 4
188
+ ]
189
+ },
190
+ {
191
+ "user_input": "keep siren",
192
+ "command_type": "keep_only",
193
+ "target_sources": [
194
+ "speech",
195
+ "ringtone",
196
+ "siren"
197
+ ],
198
+ "target_channels": [
199
+ 0,
200
+ 2,
201
+ 4
202
+ ]
203
+ },
204
+ {
205
+ "user_input": "keep ringtone and dog",
206
+ "command_type": "keep_only",
207
+ "target_sources": [
208
+ "speech",
209
+ "ringtone",
210
+ "dog",
211
+ "siren"
212
+ ],
213
+ "target_channels": [
214
+ 0,
215
+ 2,
216
+ 3,
217
+ 4
218
+ ]
219
+ },
220
+ {
221
+ "user_input": "keep ringtone and siren",
222
+ "command_type": "keep_only",
223
+ "target_sources": [
224
+ "speech",
225
+ "ringtone",
226
+ "siren"
227
+ ],
228
+ "target_channels": [
229
+ 0,
230
+ 2,
231
+ 4
232
+ ]
233
+ },
234
+ {
235
+ "user_input": "keep dog and siren",
236
+ "command_type": "keep_only",
237
+ "target_sources": [
238
+ "speech",
239
+ "ringtone",
240
+ "dog",
241
+ "siren"
242
+ ],
243
+ "target_channels": [
244
+ 0,
245
+ 2,
246
+ 3,
247
+ 4
248
+ ]
249
+ },
250
+ {
251
+ "user_input": "keep ringtone and dog and siren",
252
+ "command_type": "keep_only",
253
+ "target_sources": [
254
+ "speech",
255
+ "ringtone",
256
+ "dog",
257
+ "siren"
258
+ ],
259
+ "target_channels": [
260
+ 0,
261
+ 2,
262
+ 3,
263
+ 4
264
+ ]
265
+ },
266
+ {
267
+ "user_input": "remove ringtone and keep dog",
268
+ "command_type": "mixed_commands",
269
+ "target_sources": [
270
+ "speech",
271
+ "dog",
272
+ "siren"
273
+ ],
274
+ "target_channels": [
275
+ 0,
276
+ 3,
277
+ 4
278
+ ]
279
+ },
280
+ {
281
+ "user_input": "remove ringtone and keep siren",
282
+ "command_type": "mixed_commands",
283
+ "target_sources": [
284
+ "speech",
285
+ "siren"
286
+ ],
287
+ "target_channels": [
288
+ 0,
289
+ 4
290
+ ]
291
+ },
292
+ {
293
+ "user_input": "remove dog and keep ringtone",
294
+ "command_type": "mixed_commands",
295
+ "target_sources": [
296
+ "speech",
297
+ "ringtone",
298
+ "siren"
299
+ ],
300
+ "target_channels": [
301
+ 0,
302
+ 2,
303
+ 4
304
+ ]
305
+ },
306
+ {
307
+ "user_input": "remove dog and keep siren",
308
+ "command_type": "mixed_commands",
309
+ "target_sources": [
310
+ "speech",
311
+ "ringtone",
312
+ "siren"
313
+ ],
314
+ "target_channels": [
315
+ 0,
316
+ 2,
317
+ 4
318
+ ]
319
+ },
320
+ {
321
+ "user_input": "remove siren and keep ringtone",
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 dog and remove siren",
334
+ "command_type": "mixed_commands",
335
+ "target_sources": [
336
+ "speech",
337
+ "ringtone",
338
+ "dog"
339
+ ],
340
+ "target_channels": [
341
+ 0,
342
+ 2,
343
+ 3
344
+ ]
345
+ },
346
+ {
347
+ "user_input": "keep dog and siren and remove ringtone",
348
+ "command_type": "mixed_commands",
349
+ "target_sources": [
350
+ "speech",
351
+ "dog",
352
+ "siren"
353
+ ],
354
+ "target_channels": [
355
+ 0,
356
+ 3,
357
+ 4
358
+ ]
359
+ },
360
+ {
361
+ "user_input": "keep ringtone and siren and remove dog",
362
+ "command_type": "mixed_commands",
363
+ "target_sources": [
364
+ "speech",
365
+ "ringtone",
366
+ "siren"
367
+ ],
368
+ "target_channels": [
369
+ 0,
370
+ 2,
371
+ 4
372
+ ]
373
+ },
374
+ {
375
+ "user_input": "remove siren and keep ringtone and dog",
376
+ "command_type": "mixed_commands",
377
+ "target_sources": [
378
+ "speech",
379
+ "ringtone",
380
+ "dog"
381
+ ],
382
+ "target_channels": [
383
+ 0,
384
+ 2,
385
+ 3
386
+ ]
387
+ },
388
+ {
389
+ "user_input": "keep siren and remove ringtone and dog",
390
+ "command_type": "mixed_commands",
391
+ "target_sources": [
392
+ "speech",
393
+ "siren"
394
+ ],
395
+ "target_channels": [
396
+ 0,
397
+ 4
398
+ ]
399
+ },
400
+ {
401
+ "user_input": "keep dog and remove ringtone and siren",
402
+ "command_type": "mixed_commands",
403
+ "target_sources": [
404
+ "speech",
405
+ "dog"
406
+ ],
407
+ "target_channels": [
408
+ 0,
409
+ 3
410
+ ]
411
+ },
412
+ {
413
+ "user_input": "keep ringtone and remove dog and siren",
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_old_no_speech/train/beach_3dist_214_rep3.json ADDED
@@ -0,0 +1,425 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "beach_3dist_214_rep3",
3
+ "scene_name": "Beach",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "fireworks",
7
+ "baby_cry",
8
+ "boom"
9
+ ],
10
+ "audio_file": "beach_3dist_214_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/p275/p275_180.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 2.308843537414966,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Beach/asmr_Beach_nta1YhicoGw_chunk_001.mp3",
26
+ "origin_start": 146.1122902494331,
27
+ "origin_end": 156.1122902494331,
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/fsd50k_349822.wav",
36
+ "origin_start": 0.12843537414965986,
37
+ "origin_end": 3.553764172335601,
38
+ "mixture_start": 1.0539346872510433,
39
+ "mixture_end": 4.479278476906259,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "baby_cry",
44
+ "display_name": "baby cry",
45
+ "original_path": "distractors/train/baby_cry/esc-50_3-152007-E-20.wav",
46
+ "origin_start": 0.02054421768707483,
47
+ "origin_end": 3.177052154195011,
48
+ "mixture_start": 4.141833170892948,
49
+ "mixture_end": 7.2983419406167105,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "boom",
54
+ "display_name": "boom",
55
+ "original_path": "distractors/train/boom/fsd50k_435414.wav",
56
+ "origin_start": 0.0,
57
+ "origin_end": 1.3583673469387756,
58
+ "mixture_start": 6.742322513752616,
59
+ "mixture_end": 8.100689860691391,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech",
69
+ "baby_cry",
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
+ "baby_cry",
84
+ "boom"
85
+ ],
86
+ "target_channels": [
87
+ 0,
88
+ 3,
89
+ 4
90
+ ]
91
+ },
92
+ {
93
+ "user_input": "remove baby cry",
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
+ "baby_cry"
110
+ ],
111
+ "target_channels": [
112
+ 0,
113
+ 3
114
+ ]
115
+ },
116
+ {
117
+ "user_input": "remove fireworks and baby cry",
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
+ "baby_cry"
134
+ ],
135
+ "target_channels": [
136
+ 0,
137
+ 3
138
+ ]
139
+ },
140
+ {
141
+ "user_input": "remove baby cry 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 baby cry 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
+ "baby_cry",
167
+ "boom"
168
+ ],
169
+ "target_channels": [
170
+ 0,
171
+ 2,
172
+ 3,
173
+ 4
174
+ ]
175
+ },
176
+ {
177
+ "user_input": "keep baby cry",
178
+ "command_type": "keep_only",
179
+ "target_sources": [
180
+ "speech",
181
+ "baby_cry",
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
+ "baby_cry",
196
+ "boom"
197
+ ],
198
+ "target_channels": [
199
+ 0,
200
+ 3,
201
+ 4
202
+ ]
203
+ },
204
+ {
205
+ "user_input": "keep fireworks and baby cry",
206
+ "command_type": "keep_only",
207
+ "target_sources": [
208
+ "speech",
209
+ "fireworks",
210
+ "baby_cry",
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
+ "baby_cry",
227
+ "boom"
228
+ ],
229
+ "target_channels": [
230
+ 0,
231
+ 2,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep baby cry and boom",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "baby_cry",
242
+ "boom"
243
+ ],
244
+ "target_channels": [
245
+ 0,
246
+ 3,
247
+ 4
248
+ ]
249
+ },
250
+ {
251
+ "user_input": "keep fireworks and baby cry and boom",
252
+ "command_type": "keep_only",
253
+ "target_sources": [
254
+ "speech",
255
+ "fireworks",
256
+ "baby_cry",
257
+ "boom"
258
+ ],
259
+ "target_channels": [
260
+ 0,
261
+ 2,
262
+ 3,
263
+ 4
264
+ ]
265
+ },
266
+ {
267
+ "user_input": "keep baby cry and remove fireworks",
268
+ "command_type": "mixed_commands",
269
+ "target_sources": [
270
+ "speech",
271
+ "baby_cry",
272
+ "boom"
273
+ ],
274
+ "target_channels": [
275
+ 0,
276
+ 3,
277
+ 4
278
+ ]
279
+ },
280
+ {
281
+ "user_input": "remove fireworks and keep boom",
282
+ "command_type": "mixed_commands",
283
+ "target_sources": [
284
+ "speech",
285
+ "baby_cry",
286
+ "boom"
287
+ ],
288
+ "target_channels": [
289
+ 0,
290
+ 3,
291
+ 4
292
+ ]
293
+ },
294
+ {
295
+ "user_input": "remove baby cry 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 baby cry",
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": "keep fireworks and remove boom",
322
+ "command_type": "mixed_commands",
323
+ "target_sources": [
324
+ "speech",
325
+ "fireworks",
326
+ "baby_cry"
327
+ ],
328
+ "target_channels": [
329
+ 0,
330
+ 2,
331
+ 3
332
+ ]
333
+ },
334
+ {
335
+ "user_input": "remove boom and keep baby cry",
336
+ "command_type": "mixed_commands",
337
+ "target_sources": [
338
+ "speech",
339
+ "baby_cry"
340
+ ],
341
+ "target_channels": [
342
+ 0,
343
+ 3
344
+ ]
345
+ },
346
+ {
347
+ "user_input": "keep baby cry and boom and remove fireworks",
348
+ "command_type": "mixed_commands",
349
+ "target_sources": [
350
+ "speech",
351
+ "baby_cry",
352
+ "boom"
353
+ ],
354
+ "target_channels": [
355
+ 0,
356
+ 3,
357
+ 4
358
+ ]
359
+ },
360
+ {
361
+ "user_input": "keep fireworks and boom and remove baby cry",
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": "remove boom and keep fireworks and baby cry",
376
+ "command_type": "mixed_commands",
377
+ "target_sources": [
378
+ "speech",
379
+ "fireworks",
380
+ "baby_cry"
381
+ ],
382
+ "target_channels": [
383
+ 0,
384
+ 2,
385
+ 3
386
+ ]
387
+ },
388
+ {
389
+ "user_input": "keep boom and remove fireworks and baby cry",
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 baby cry",
402
+ "command_type": "mixed_commands",
403
+ "target_sources": [
404
+ "speech",
405
+ "baby_cry"
406
+ ],
407
+ "target_channels": [
408
+ 0,
409
+ 3
410
+ ]
411
+ },
412
+ {
413
+ "user_input": "remove baby cry 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_old_no_speech/train/city_2dist_194_rep1.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "city_2dist_194_rep1",
3
+ "scene_name": "City",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "applause",
7
+ "sneeze"
8
+ ],
9
+ "audio_file": "city_2dist_194_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/p276/p276_083.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 3.374240362811791,
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_105.mp3",
25
+ "origin_start": 265.7400680272109,
26
+ "origin_end": 275.7400680272109,
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_241899.wav",
35
+ "origin_start": 0.1712018140589569,
36
+ "origin_end": 2.376575963718821,
37
+ "mixture_start": 4.055906735296166,
38
+ "mixture_end": 6.261295632858851,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "sneeze",
43
+ "display_name": "sneeze",
44
+ "original_path": "distractors/train/sneeze/fsd50k_368802.wav",
45
+ "origin_start": 0.0,
46
+ "origin_end": 0.7430385487528345,
47
+ "mixture_start": 4.7107084829681245,
48
+ "mixture_end": 5.453747031720959,
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 sneeze",
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 sneeze",
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 sneeze",
107
+ "command_type": "keep_only",
108
+ "target_sources": [
109
+ "speech",
110
+ "sneeze"
111
+ ],
112
+ "target_channels": [
113
+ 0,
114
+ 3
115
+ ]
116
+ },
117
+ {
118
+ "user_input": "keep applause and sneeze",
119
+ "command_type": "keep_only",
120
+ "target_sources": [
121
+ "speech",
122
+ "applause",
123
+ "sneeze"
124
+ ],
125
+ "target_channels": [
126
+ 0,
127
+ 2,
128
+ 3
129
+ ]
130
+ },
131
+ {
132
+ "user_input": "keep sneeze and remove applause",
133
+ "command_type": "mixed_commands",
134
+ "target_sources": [
135
+ "speech",
136
+ "sneeze"
137
+ ],
138
+ "target_channels": [
139
+ 0,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "remove sneeze and keep applause",
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_old_no_speech/train/forest_1dist_067_rep1.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "forest_1dist_067_rep1",
3
+ "scene_name": "Forest",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "gunshot"
7
+ ],
8
+ "audio_file": "forest_1dist_067_rep1.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/p243/p243_045.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 2.4359637188208616,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/Forest/asmr_Forest_xNN7iTA57jM_chunk_026.mp3",
24
+ "origin_start": 274.31789115646257,
25
+ "origin_end": 284.31789115646257,
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/fsd50k_145206.wav",
34
+ "origin_start": 0.8275736961451248,
35
+ "origin_end": 3.447891156462585,
36
+ "mixture_start": 1.1760080830789812,
37
+ "mixture_end": 3.7963385642428538,
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_old_no_speech/train/home_1dist_079_rep4.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "home_1dist_079_rep4",
3
+ "scene_name": "Home",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "car_alarm"
7
+ ],
8
+ "audio_file": "home_1dist_079_rep4.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_224.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 3.1581632653061225,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/Home/asmr_Home_sFVZPpcCUcA_chunk_005.mp3",
24
+ "origin_start": 211.0679365079365,
25
+ "origin_end": 221.0679365079365,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "car_alarm",
32
+ "display_name": "car alarm",
33
+ "original_path": "distractors/train/car_alarm/fsd50k_150981.wav",
34
+ "origin_start": 8.194444444444445,
35
+ "origin_end": 11.234716553287981,
36
+ "mixture_start": 0.4272695611013589,
37
+ "mixture_end": 3.4675461162577568,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech",
47
+ "car_alarm"
48
+ ],
49
+ "target_channels": [
50
+ 0,
51
+ 2
52
+ ]
53
+ },
54
+ {
55
+ "user_input": "remove car alarm",
56
+ "command_type": "remove_only",
57
+ "target_sources": [
58
+ "speech"
59
+ ],
60
+ "target_channels": [
61
+ 0
62
+ ]
63
+ },
64
+ {
65
+ "user_input": "keep car alarm",
66
+ "command_type": "keep_only",
67
+ "target_sources": [
68
+ "speech",
69
+ "car_alarm"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 2
74
+ ]
75
+ }
76
+ ]
77
+ }
data/audio_mixtures_old_no_speech/train/kitchen_1dist_094_rep3.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "kitchen_1dist_094_rep3",
3
+ "scene_name": "Kitchen",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "door_knock"
7
+ ],
8
+ "audio_file": "kitchen_1dist_094_rep3.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/p275/p275_017.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 4.139138321995465,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/Kitchen/asmr_Kitchen_CQAUBlvYdbQ_chunk_072.mp3",
24
+ "origin_start": 137.67938775510203,
25
+ "origin_end": 147.67938775510203,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "door_knock",
32
+ "display_name": "door knock",
33
+ "original_path": "distractors/train/door_knock/esc-50_2-134915-A-30.wav",
34
+ "origin_start": 0.08233560090702947,
35
+ "origin_end": 2.126122448979592,
36
+ "mixture_start": 0.26903254228111834,
37
+ "mixture_end": 2.312821061404576,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech",
47
+ "door_knock"
48
+ ],
49
+ "target_channels": [
50
+ 0,
51
+ 2
52
+ ]
53
+ },
54
+ {
55
+ "user_input": "remove door knock",
56
+ "command_type": "remove_only",
57
+ "target_sources": [
58
+ "speech"
59
+ ],
60
+ "target_channels": [
61
+ 0
62
+ ]
63
+ },
64
+ {
65
+ "user_input": "keep door knock",
66
+ "command_type": "keep_only",
67
+ "target_sources": [
68
+ "speech",
69
+ "door_knock"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 2
74
+ ]
75
+ }
76
+ ]
77
+ }
data/audio_mixtures_old_no_speech/train/kitchen_3dist_230_rep4.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "kitchen_3dist_230_rep4",
3
+ "scene_name": "Kitchen",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "car_alarm",
7
+ "computer_typing",
8
+ "dog"
9
+ ],
10
+ "audio_file": "kitchen_3dist_230_rep4.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/p283/p283_353.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 2.094126984126984,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/val/Kitchen/asmr_Kitchen_DoRSCsrKbq8_chunk_095.mp3",
26
+ "origin_start": 280.324716553288,
27
+ "origin_end": 290.324716553288,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "car_alarm",
34
+ "display_name": "car alarm",
35
+ "original_path": "distractors/val/car_alarm/fsd50k_422051.wav",
36
+ "origin_start": 17.345532879818595,
37
+ "origin_end": 19.35233560090703,
38
+ "mixture_start": 0.6744850911178013,
39
+ "mixture_end": 2.6812985782186844,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "computer_typing",
44
+ "display_name": "computer typing",
45
+ "original_path": "distractors/train/computer_typing/esc-50_2-99795-A-32.wav",
46
+ "origin_start": 0.1620408163265306,
47
+ "origin_end": 2.4544897959183674,
48
+ "mixture_start": 5.083779026196791,
49
+ "mixture_end": 7.376245132374016,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "dog",
54
+ "display_name": "dog",
55
+ "original_path": "distractors/train/dog/fsd50k_155309.wav",
56
+ "origin_start": 0.0,
57
+ "origin_end": 0.6965759637188209,
58
+ "mixture_start": 4.600345520301743,
59
+ "mixture_end": 5.296944159757525,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech",
69
+ "car_alarm"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 2
74
+ ]
75
+ },
76
+ {
77
+ "user_input": "remove car alarm",
78
+ "command_type": "remove_only",
79
+ "target_sources": [
80
+ "speech"
81
+ ],
82
+ "target_channels": [
83
+ 0
84
+ ]
85
+ },
86
+ {
87
+ "user_input": "remove computer typing",
88
+ "command_type": "remove_only",
89
+ "target_sources": [
90
+ "speech",
91
+ "car_alarm"
92
+ ],
93
+ "target_channels": [
94
+ 0,
95
+ 2
96
+ ]
97
+ },
98
+ {
99
+ "user_input": "remove dog",
100
+ "command_type": "remove_only",
101
+ "target_sources": [
102
+ "speech",
103
+ "car_alarm"
104
+ ],
105
+ "target_channels": [
106
+ 0,
107
+ 2
108
+ ]
109
+ },
110
+ {
111
+ "user_input": "remove car alarm and computer typing",
112
+ "command_type": "remove_only",
113
+ "target_sources": [
114
+ "speech"
115
+ ],
116
+ "target_channels": [
117
+ 0
118
+ ]
119
+ },
120
+ {
121
+ "user_input": "remove car alarm and dog",
122
+ "command_type": "remove_only",
123
+ "target_sources": [
124
+ "speech"
125
+ ],
126
+ "target_channels": [
127
+ 0
128
+ ]
129
+ },
130
+ {
131
+ "user_input": "remove computer typing and dog",
132
+ "command_type": "remove_only",
133
+ "target_sources": [
134
+ "speech",
135
+ "car_alarm"
136
+ ],
137
+ "target_channels": [
138
+ 0,
139
+ 2
140
+ ]
141
+ },
142
+ {
143
+ "user_input": "remove car alarm and computer typing and dog",
144
+ "command_type": "remove_only",
145
+ "target_sources": [
146
+ "speech"
147
+ ],
148
+ "target_channels": [
149
+ 0
150
+ ]
151
+ },
152
+ {
153
+ "user_input": "keep car alarm",
154
+ "command_type": "keep_only",
155
+ "target_sources": [
156
+ "speech",
157
+ "car_alarm"
158
+ ],
159
+ "target_channels": [
160
+ 0,
161
+ 2
162
+ ]
163
+ },
164
+ {
165
+ "user_input": "keep computer typing",
166
+ "command_type": "keep_only",
167
+ "target_sources": [
168
+ "speech",
169
+ "car_alarm",
170
+ "computer_typing"
171
+ ],
172
+ "target_channels": [
173
+ 0,
174
+ 2,
175
+ 3
176
+ ]
177
+ },
178
+ {
179
+ "user_input": "keep dog",
180
+ "command_type": "keep_only",
181
+ "target_sources": [
182
+ "speech",
183
+ "car_alarm",
184
+ "dog"
185
+ ],
186
+ "target_channels": [
187
+ 0,
188
+ 2,
189
+ 4
190
+ ]
191
+ },
192
+ {
193
+ "user_input": "keep car alarm and computer typing",
194
+ "command_type": "keep_only",
195
+ "target_sources": [
196
+ "speech",
197
+ "car_alarm",
198
+ "computer_typing"
199
+ ],
200
+ "target_channels": [
201
+ 0,
202
+ 2,
203
+ 3
204
+ ]
205
+ },
206
+ {
207
+ "user_input": "keep car alarm and dog",
208
+ "command_type": "keep_only",
209
+ "target_sources": [
210
+ "speech",
211
+ "car_alarm",
212
+ "dog"
213
+ ],
214
+ "target_channels": [
215
+ 0,
216
+ 2,
217
+ 4
218
+ ]
219
+ },
220
+ {
221
+ "user_input": "keep computer typing and dog",
222
+ "command_type": "keep_only",
223
+ "target_sources": [
224
+ "speech",
225
+ "car_alarm",
226
+ "computer_typing",
227
+ "dog"
228
+ ],
229
+ "target_channels": [
230
+ 0,
231
+ 2,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep car alarm and computer typing and dog",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "car_alarm",
242
+ "computer_typing",
243
+ "dog"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 2,
248
+ 3,
249
+ 4
250
+ ]
251
+ },
252
+ {
253
+ "user_input": "remove car alarm and keep computer typing",
254
+ "command_type": "mixed_commands",
255
+ "target_sources": [
256
+ "speech",
257
+ "computer_typing"
258
+ ],
259
+ "target_channels": [
260
+ 0,
261
+ 3
262
+ ]
263
+ },
264
+ {
265
+ "user_input": "remove car alarm and keep dog",
266
+ "command_type": "mixed_commands",
267
+ "target_sources": [
268
+ "speech",
269
+ "dog"
270
+ ],
271
+ "target_channels": [
272
+ 0,
273
+ 4
274
+ ]
275
+ },
276
+ {
277
+ "user_input": "remove computer typing and keep car alarm",
278
+ "command_type": "mixed_commands",
279
+ "target_sources": [
280
+ "speech",
281
+ "car_alarm"
282
+ ],
283
+ "target_channels": [
284
+ 0,
285
+ 2
286
+ ]
287
+ },
288
+ {
289
+ "user_input": "keep dog and remove computer typing",
290
+ "command_type": "mixed_commands",
291
+ "target_sources": [
292
+ "speech",
293
+ "car_alarm",
294
+ "dog"
295
+ ],
296
+ "target_channels": [
297
+ 0,
298
+ 2,
299
+ 4
300
+ ]
301
+ },
302
+ {
303
+ "user_input": "keep car alarm and remove dog",
304
+ "command_type": "mixed_commands",
305
+ "target_sources": [
306
+ "speech",
307
+ "car_alarm"
308
+ ],
309
+ "target_channels": [
310
+ 0,
311
+ 2
312
+ ]
313
+ },
314
+ {
315
+ "user_input": "keep computer typing and remove dog",
316
+ "command_type": "mixed_commands",
317
+ "target_sources": [
318
+ "speech",
319
+ "car_alarm",
320
+ "computer_typing"
321
+ ],
322
+ "target_channels": [
323
+ 0,
324
+ 2,
325
+ 3
326
+ ]
327
+ },
328
+ {
329
+ "user_input": "keep computer typing and dog and remove car alarm",
330
+ "command_type": "mixed_commands",
331
+ "target_sources": [
332
+ "speech",
333
+ "computer_typing",
334
+ "dog"
335
+ ],
336
+ "target_channels": [
337
+ 0,
338
+ 3,
339
+ 4
340
+ ]
341
+ },
342
+ {
343
+ "user_input": "keep car alarm and dog and remove computer typing",
344
+ "command_type": "mixed_commands",
345
+ "target_sources": [
346
+ "speech",
347
+ "car_alarm",
348
+ "dog"
349
+ ],
350
+ "target_channels": [
351
+ 0,
352
+ 2,
353
+ 4
354
+ ]
355
+ },
356
+ {
357
+ "user_input": "remove dog and keep car alarm and computer typing",
358
+ "command_type": "mixed_commands",
359
+ "target_sources": [
360
+ "speech",
361
+ "car_alarm",
362
+ "computer_typing"
363
+ ],
364
+ "target_channels": [
365
+ 0,
366
+ 2,
367
+ 3
368
+ ]
369
+ },
370
+ {
371
+ "user_input": "remove car alarm and computer typing and keep dog",
372
+ "command_type": "mixed_commands",
373
+ "target_sources": [
374
+ "speech",
375
+ "dog"
376
+ ],
377
+ "target_channels": [
378
+ 0,
379
+ 4
380
+ ]
381
+ },
382
+ {
383
+ "user_input": "remove car alarm and dog and keep computer typing",
384
+ "command_type": "mixed_commands",
385
+ "target_sources": [
386
+ "speech",
387
+ "computer_typing"
388
+ ],
389
+ "target_channels": [
390
+ 0,
391
+ 3
392
+ ]
393
+ },
394
+ {
395
+ "user_input": "keep car alarm and remove computer typing and dog",
396
+ "command_type": "mixed_commands",
397
+ "target_sources": [
398
+ "speech",
399
+ "car_alarm"
400
+ ],
401
+ "target_channels": [
402
+ 0,
403
+ 2
404
+ ]
405
+ }
406
+ ]
407
+ }
data/audio_mixtures_old_no_speech/train/restaurant_3dist_213_rep2.json ADDED
@@ -0,0 +1,389 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "restaurant_3dist_213_rep2",
3
+ "scene_name": "Restaurant",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "drill",
7
+ "car_horn",
8
+ "hammer"
9
+ ],
10
+ "audio_file": "restaurant_3dist_213_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/p269/p269_082.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 3.669863945578231,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Restaurant/asmr_Restaurant_U2vXZQiBPkE_chunk_006.mp3",
26
+ "origin_start": 135.45684807256237,
27
+ "origin_end": 145.45684807256237,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "drill",
34
+ "display_name": "drill",
35
+ "original_path": "distractors/train/drill/fsd50k_377521.wav",
36
+ "origin_start": 8.022993197278911,
37
+ "origin_end": 10.038140589569162,
38
+ "mixture_start": 6.015472155356223,
39
+ "mixture_end": 8.030642175935478,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "car_horn",
44
+ "display_name": "car horn",
45
+ "original_path": "distractors/val/car_horn/esc-50_4-175856-A-43.wav",
46
+ "origin_start": 0.506281179138322,
47
+ "origin_end": 2.7480272108843535,
48
+ "mixture_start": 3.4821889709421074,
49
+ "mixture_end": 5.723944221839588,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "hammer",
54
+ "display_name": "hammer",
55
+ "original_path": "distractors/train/hammer/fsd50k_218774.wav",
56
+ "origin_start": 0.0,
57
+ "origin_end": 0.7662585034013606,
58
+ "mixture_start": 6.811755096644072,
59
+ "mixture_end": 7.578013600045432,
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 drill",
76
+ "command_type": "remove_only",
77
+ "target_sources": [
78
+ "speech"
79
+ ],
80
+ "target_channels": [
81
+ 0
82
+ ]
83
+ },
84
+ {
85
+ "user_input": "remove car horn",
86
+ "command_type": "remove_only",
87
+ "target_sources": [
88
+ "speech"
89
+ ],
90
+ "target_channels": [
91
+ 0
92
+ ]
93
+ },
94
+ {
95
+ "user_input": "remove hammer",
96
+ "command_type": "remove_only",
97
+ "target_sources": [
98
+ "speech"
99
+ ],
100
+ "target_channels": [
101
+ 0
102
+ ]
103
+ },
104
+ {
105
+ "user_input": "remove drill and car horn",
106
+ "command_type": "remove_only",
107
+ "target_sources": [
108
+ "speech"
109
+ ],
110
+ "target_channels": [
111
+ 0
112
+ ]
113
+ },
114
+ {
115
+ "user_input": "remove drill and hammer",
116
+ "command_type": "remove_only",
117
+ "target_sources": [
118
+ "speech"
119
+ ],
120
+ "target_channels": [
121
+ 0
122
+ ]
123
+ },
124
+ {
125
+ "user_input": "remove car horn and hammer",
126
+ "command_type": "remove_only",
127
+ "target_sources": [
128
+ "speech"
129
+ ],
130
+ "target_channels": [
131
+ 0
132
+ ]
133
+ },
134
+ {
135
+ "user_input": "remove drill and car horn and hammer",
136
+ "command_type": "remove_only",
137
+ "target_sources": [
138
+ "speech"
139
+ ],
140
+ "target_channels": [
141
+ 0
142
+ ]
143
+ },
144
+ {
145
+ "user_input": "keep drill",
146
+ "command_type": "keep_only",
147
+ "target_sources": [
148
+ "speech",
149
+ "drill"
150
+ ],
151
+ "target_channels": [
152
+ 0,
153
+ 2
154
+ ]
155
+ },
156
+ {
157
+ "user_input": "keep car horn",
158
+ "command_type": "keep_only",
159
+ "target_sources": [
160
+ "speech",
161
+ "car_horn"
162
+ ],
163
+ "target_channels": [
164
+ 0,
165
+ 3
166
+ ]
167
+ },
168
+ {
169
+ "user_input": "keep hammer",
170
+ "command_type": "keep_only",
171
+ "target_sources": [
172
+ "speech",
173
+ "hammer"
174
+ ],
175
+ "target_channels": [
176
+ 0,
177
+ 4
178
+ ]
179
+ },
180
+ {
181
+ "user_input": "keep drill and car horn",
182
+ "command_type": "keep_only",
183
+ "target_sources": [
184
+ "speech",
185
+ "drill",
186
+ "car_horn"
187
+ ],
188
+ "target_channels": [
189
+ 0,
190
+ 2,
191
+ 3
192
+ ]
193
+ },
194
+ {
195
+ "user_input": "keep drill and hammer",
196
+ "command_type": "keep_only",
197
+ "target_sources": [
198
+ "speech",
199
+ "drill",
200
+ "hammer"
201
+ ],
202
+ "target_channels": [
203
+ 0,
204
+ 2,
205
+ 4
206
+ ]
207
+ },
208
+ {
209
+ "user_input": "keep car horn and hammer",
210
+ "command_type": "keep_only",
211
+ "target_sources": [
212
+ "speech",
213
+ "car_horn",
214
+ "hammer"
215
+ ],
216
+ "target_channels": [
217
+ 0,
218
+ 3,
219
+ 4
220
+ ]
221
+ },
222
+ {
223
+ "user_input": "keep drill and car horn and hammer",
224
+ "command_type": "keep_only",
225
+ "target_sources": [
226
+ "speech",
227
+ "drill",
228
+ "car_horn",
229
+ "hammer"
230
+ ],
231
+ "target_channels": [
232
+ 0,
233
+ 2,
234
+ 3,
235
+ 4
236
+ ]
237
+ },
238
+ {
239
+ "user_input": "keep car horn and remove drill",
240
+ "command_type": "mixed_commands",
241
+ "target_sources": [
242
+ "speech",
243
+ "car_horn"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 3
248
+ ]
249
+ },
250
+ {
251
+ "user_input": "keep hammer and remove drill",
252
+ "command_type": "mixed_commands",
253
+ "target_sources": [
254
+ "speech",
255
+ "hammer"
256
+ ],
257
+ "target_channels": [
258
+ 0,
259
+ 4
260
+ ]
261
+ },
262
+ {
263
+ "user_input": "remove car horn and keep drill",
264
+ "command_type": "mixed_commands",
265
+ "target_sources": [
266
+ "speech",
267
+ "drill"
268
+ ],
269
+ "target_channels": [
270
+ 0,
271
+ 2
272
+ ]
273
+ },
274
+ {
275
+ "user_input": "remove car horn and keep hammer",
276
+ "command_type": "mixed_commands",
277
+ "target_sources": [
278
+ "speech",
279
+ "hammer"
280
+ ],
281
+ "target_channels": [
282
+ 0,
283
+ 4
284
+ ]
285
+ },
286
+ {
287
+ "user_input": "keep drill and remove hammer",
288
+ "command_type": "mixed_commands",
289
+ "target_sources": [
290
+ "speech",
291
+ "drill"
292
+ ],
293
+ "target_channels": [
294
+ 0,
295
+ 2
296
+ ]
297
+ },
298
+ {
299
+ "user_input": "remove hammer and keep car horn",
300
+ "command_type": "mixed_commands",
301
+ "target_sources": [
302
+ "speech",
303
+ "car_horn"
304
+ ],
305
+ "target_channels": [
306
+ 0,
307
+ 3
308
+ ]
309
+ },
310
+ {
311
+ "user_input": "remove drill and keep car horn and hammer",
312
+ "command_type": "mixed_commands",
313
+ "target_sources": [
314
+ "speech",
315
+ "car_horn",
316
+ "hammer"
317
+ ],
318
+ "target_channels": [
319
+ 0,
320
+ 3,
321
+ 4
322
+ ]
323
+ },
324
+ {
325
+ "user_input": "keep drill and hammer and remove car horn",
326
+ "command_type": "mixed_commands",
327
+ "target_sources": [
328
+ "speech",
329
+ "drill",
330
+ "hammer"
331
+ ],
332
+ "target_channels": [
333
+ 0,
334
+ 2,
335
+ 4
336
+ ]
337
+ },
338
+ {
339
+ "user_input": "remove hammer and keep drill and car horn",
340
+ "command_type": "mixed_commands",
341
+ "target_sources": [
342
+ "speech",
343
+ "drill",
344
+ "car_horn"
345
+ ],
346
+ "target_channels": [
347
+ 0,
348
+ 2,
349
+ 3
350
+ ]
351
+ },
352
+ {
353
+ "user_input": "remove drill and car horn and keep hammer",
354
+ "command_type": "mixed_commands",
355
+ "target_sources": [
356
+ "speech",
357
+ "hammer"
358
+ ],
359
+ "target_channels": [
360
+ 0,
361
+ 4
362
+ ]
363
+ },
364
+ {
365
+ "user_input": "keep car horn and remove drill and hammer",
366
+ "command_type": "mixed_commands",
367
+ "target_sources": [
368
+ "speech",
369
+ "car_horn"
370
+ ],
371
+ "target_channels": [
372
+ 0,
373
+ 3
374
+ ]
375
+ },
376
+ {
377
+ "user_input": "keep drill and remove car horn and hammer",
378
+ "command_type": "mixed_commands",
379
+ "target_sources": [
380
+ "speech",
381
+ "drill"
382
+ ],
383
+ "target_channels": [
384
+ 0,
385
+ 2
386
+ ]
387
+ }
388
+ ]
389
+ }
data/audio_mixtures_old_no_speech/train/restaurant_3dist_285_rep3.json ADDED
@@ -0,0 +1,425 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "restaurant_3dist_285_rep3",
3
+ "scene_name": "Restaurant",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "sneeze",
7
+ "fire_alarm",
8
+ "glass_breaking"
9
+ ],
10
+ "audio_file": "restaurant_3dist_285_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/p271/p271_169.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 2.5215873015873016,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Restaurant/asmr_Restaurant_LvB-6uM2tik_chunk_014.mp3",
26
+ "origin_start": 4.404126984126984,
27
+ "origin_end": 14.404126984126984,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "sneeze",
34
+ "display_name": "sneeze",
35
+ "original_path": "distractors/train/sneeze/fsd50k_320562.wav",
36
+ "origin_start": 0.028276643990929703,
37
+ "origin_end": 2.0942403628117914,
38
+ "mixture_start": 1.9224606133559037,
39
+ "mixture_end": 3.988424802512897,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "fire_alarm",
44
+ "display_name": "fire alarm",
45
+ "original_path": "distractors/val/fire_alarm/fsd50k_270643.wav",
46
+ "origin_start": 3.484784580498866,
47
+ "origin_end": 5.534285714285715,
48
+ "mixture_start": 0.12270370158506468,
49
+ "mixture_end": 2.1722136888122257,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "glass_breaking",
54
+ "display_name": "glass breaking",
55
+ "original_path": "distractors/train/glass_breaking/fsd50k_390729.wav",
56
+ "origin_start": 0.0,
57
+ "origin_end": 0.8591383219954648,
58
+ "mixture_start": 1.543561571776199,
59
+ "mixture_end": 2.402699893771664,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech",
69
+ "fire_alarm",
70
+ "glass_breaking"
71
+ ],
72
+ "target_channels": [
73
+ 0,
74
+ 3,
75
+ 4
76
+ ]
77
+ },
78
+ {
79
+ "user_input": "remove sneeze",
80
+ "command_type": "remove_only",
81
+ "target_sources": [
82
+ "speech",
83
+ "fire_alarm",
84
+ "glass_breaking"
85
+ ],
86
+ "target_channels": [
87
+ 0,
88
+ 3,
89
+ 4
90
+ ]
91
+ },
92
+ {
93
+ "user_input": "remove fire alarm",
94
+ "command_type": "remove_only",
95
+ "target_sources": [
96
+ "speech",
97
+ "glass_breaking"
98
+ ],
99
+ "target_channels": [
100
+ 0,
101
+ 4
102
+ ]
103
+ },
104
+ {
105
+ "user_input": "remove glass breaking",
106
+ "command_type": "remove_only",
107
+ "target_sources": [
108
+ "speech",
109
+ "fire_alarm"
110
+ ],
111
+ "target_channels": [
112
+ 0,
113
+ 3
114
+ ]
115
+ },
116
+ {
117
+ "user_input": "remove sneeze and fire alarm",
118
+ "command_type": "remove_only",
119
+ "target_sources": [
120
+ "speech",
121
+ "glass_breaking"
122
+ ],
123
+ "target_channels": [
124
+ 0,
125
+ 4
126
+ ]
127
+ },
128
+ {
129
+ "user_input": "remove sneeze and glass breaking",
130
+ "command_type": "remove_only",
131
+ "target_sources": [
132
+ "speech",
133
+ "fire_alarm"
134
+ ],
135
+ "target_channels": [
136
+ 0,
137
+ 3
138
+ ]
139
+ },
140
+ {
141
+ "user_input": "remove fire alarm and glass breaking",
142
+ "command_type": "remove_only",
143
+ "target_sources": [
144
+ "speech"
145
+ ],
146
+ "target_channels": [
147
+ 0
148
+ ]
149
+ },
150
+ {
151
+ "user_input": "remove sneeze and fire alarm and glass breaking",
152
+ "command_type": "remove_only",
153
+ "target_sources": [
154
+ "speech"
155
+ ],
156
+ "target_channels": [
157
+ 0
158
+ ]
159
+ },
160
+ {
161
+ "user_input": "keep sneeze",
162
+ "command_type": "keep_only",
163
+ "target_sources": [
164
+ "speech",
165
+ "sneeze",
166
+ "fire_alarm",
167
+ "glass_breaking"
168
+ ],
169
+ "target_channels": [
170
+ 0,
171
+ 2,
172
+ 3,
173
+ 4
174
+ ]
175
+ },
176
+ {
177
+ "user_input": "keep fire alarm",
178
+ "command_type": "keep_only",
179
+ "target_sources": [
180
+ "speech",
181
+ "fire_alarm",
182
+ "glass_breaking"
183
+ ],
184
+ "target_channels": [
185
+ 0,
186
+ 3,
187
+ 4
188
+ ]
189
+ },
190
+ {
191
+ "user_input": "keep glass breaking",
192
+ "command_type": "keep_only",
193
+ "target_sources": [
194
+ "speech",
195
+ "fire_alarm",
196
+ "glass_breaking"
197
+ ],
198
+ "target_channels": [
199
+ 0,
200
+ 3,
201
+ 4
202
+ ]
203
+ },
204
+ {
205
+ "user_input": "keep sneeze and fire alarm",
206
+ "command_type": "keep_only",
207
+ "target_sources": [
208
+ "speech",
209
+ "sneeze",
210
+ "fire_alarm",
211
+ "glass_breaking"
212
+ ],
213
+ "target_channels": [
214
+ 0,
215
+ 2,
216
+ 3,
217
+ 4
218
+ ]
219
+ },
220
+ {
221
+ "user_input": "keep sneeze and glass breaking",
222
+ "command_type": "keep_only",
223
+ "target_sources": [
224
+ "speech",
225
+ "sneeze",
226
+ "fire_alarm",
227
+ "glass_breaking"
228
+ ],
229
+ "target_channels": [
230
+ 0,
231
+ 2,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep fire alarm and glass breaking",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "fire_alarm",
242
+ "glass_breaking"
243
+ ],
244
+ "target_channels": [
245
+ 0,
246
+ 3,
247
+ 4
248
+ ]
249
+ },
250
+ {
251
+ "user_input": "keep sneeze and fire alarm and glass breaking",
252
+ "command_type": "keep_only",
253
+ "target_sources": [
254
+ "speech",
255
+ "sneeze",
256
+ "fire_alarm",
257
+ "glass_breaking"
258
+ ],
259
+ "target_channels": [
260
+ 0,
261
+ 2,
262
+ 3,
263
+ 4
264
+ ]
265
+ },
266
+ {
267
+ "user_input": "keep fire alarm and remove sneeze",
268
+ "command_type": "mixed_commands",
269
+ "target_sources": [
270
+ "speech",
271
+ "fire_alarm",
272
+ "glass_breaking"
273
+ ],
274
+ "target_channels": [
275
+ 0,
276
+ 3,
277
+ 4
278
+ ]
279
+ },
280
+ {
281
+ "user_input": "keep glass breaking and remove sneeze",
282
+ "command_type": "mixed_commands",
283
+ "target_sources": [
284
+ "speech",
285
+ "fire_alarm",
286
+ "glass_breaking"
287
+ ],
288
+ "target_channels": [
289
+ 0,
290
+ 3,
291
+ 4
292
+ ]
293
+ },
294
+ {
295
+ "user_input": "keep sneeze and remove fire alarm",
296
+ "command_type": "mixed_commands",
297
+ "target_sources": [
298
+ "speech",
299
+ "sneeze",
300
+ "glass_breaking"
301
+ ],
302
+ "target_channels": [
303
+ 0,
304
+ 2,
305
+ 4
306
+ ]
307
+ },
308
+ {
309
+ "user_input": "remove fire alarm and keep glass breaking",
310
+ "command_type": "mixed_commands",
311
+ "target_sources": [
312
+ "speech",
313
+ "glass_breaking"
314
+ ],
315
+ "target_channels": [
316
+ 0,
317
+ 4
318
+ ]
319
+ },
320
+ {
321
+ "user_input": "remove glass breaking and keep sneeze",
322
+ "command_type": "mixed_commands",
323
+ "target_sources": [
324
+ "speech",
325
+ "sneeze",
326
+ "fire_alarm"
327
+ ],
328
+ "target_channels": [
329
+ 0,
330
+ 2,
331
+ 3
332
+ ]
333
+ },
334
+ {
335
+ "user_input": "remove glass breaking and keep fire alarm",
336
+ "command_type": "mixed_commands",
337
+ "target_sources": [
338
+ "speech",
339
+ "fire_alarm"
340
+ ],
341
+ "target_channels": [
342
+ 0,
343
+ 3
344
+ ]
345
+ },
346
+ {
347
+ "user_input": "keep fire alarm and glass breaking and remove sneeze",
348
+ "command_type": "mixed_commands",
349
+ "target_sources": [
350
+ "speech",
351
+ "fire_alarm",
352
+ "glass_breaking"
353
+ ],
354
+ "target_channels": [
355
+ 0,
356
+ 3,
357
+ 4
358
+ ]
359
+ },
360
+ {
361
+ "user_input": "remove fire alarm and keep sneeze and glass breaking",
362
+ "command_type": "mixed_commands",
363
+ "target_sources": [
364
+ "speech",
365
+ "sneeze",
366
+ "glass_breaking"
367
+ ],
368
+ "target_channels": [
369
+ 0,
370
+ 2,
371
+ 4
372
+ ]
373
+ },
374
+ {
375
+ "user_input": "remove glass breaking and keep sneeze and fire alarm",
376
+ "command_type": "mixed_commands",
377
+ "target_sources": [
378
+ "speech",
379
+ "sneeze",
380
+ "fire_alarm"
381
+ ],
382
+ "target_channels": [
383
+ 0,
384
+ 2,
385
+ 3
386
+ ]
387
+ },
388
+ {
389
+ "user_input": "keep glass breaking and remove sneeze and fire alarm",
390
+ "command_type": "mixed_commands",
391
+ "target_sources": [
392
+ "speech",
393
+ "glass_breaking"
394
+ ],
395
+ "target_channels": [
396
+ 0,
397
+ 4
398
+ ]
399
+ },
400
+ {
401
+ "user_input": "keep fire alarm and remove sneeze and glass breaking",
402
+ "command_type": "mixed_commands",
403
+ "target_sources": [
404
+ "speech",
405
+ "fire_alarm"
406
+ ],
407
+ "target_channels": [
408
+ 0,
409
+ 3
410
+ ]
411
+ },
412
+ {
413
+ "user_input": "remove fire alarm and glass breaking and keep sneeze",
414
+ "command_type": "mixed_commands",
415
+ "target_sources": [
416
+ "speech",
417
+ "sneeze"
418
+ ],
419
+ "target_channels": [
420
+ 0,
421
+ 2
422
+ ]
423
+ }
424
+ ]
425
+ }
data/audio_mixtures_old_no_speech/train/restaurant_3dist_291_rep2.json ADDED
@@ -0,0 +1,389 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "restaurant_3dist_291_rep2",
3
+ "scene_name": "Restaurant",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "fireworks",
7
+ "baby_cry",
8
+ "slam"
9
+ ],
10
+ "audio_file": "restaurant_3dist_291_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/val/p234/p234_317.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 3.801292517006803,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Restaurant/asmr_Restaurant_FWHhmNPhRmM_chunk_013.mp3",
26
+ "origin_start": 191.59587301587302,
27
+ "origin_end": 201.59587301587302,
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/fsd50k_198327.wav",
36
+ "origin_start": 0.11965986394557823,
37
+ "origin_end": 2.1875283446712017,
38
+ "mixture_start": 3.4788473541422538,
39
+ "mixture_end": 5.546716446236413,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "baby_cry",
44
+ "display_name": "baby cry",
45
+ "original_path": "distractors/train/baby_cry/disco_noises_59578.wav",
46
+ "origin_start": 3.1211337868480724,
47
+ "origin_end": 5.778163265306122,
48
+ "mixture_start": 1.4617956396384668,
49
+ "mixture_end": 4.118840885108516,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "slam",
54
+ "display_name": "slam",
55
+ "original_path": "distractors/train/slam/fsd50k_131020.wav",
56
+ "origin_start": 0.0,
57
+ "origin_end": 0.9520181405895691,
58
+ "mixture_start": 1.7594832217658654,
59
+ "mixture_end": 2.7115013623554347,
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 fireworks",
76
+ "command_type": "remove_only",
77
+ "target_sources": [
78
+ "speech"
79
+ ],
80
+ "target_channels": [
81
+ 0
82
+ ]
83
+ },
84
+ {
85
+ "user_input": "remove baby cry",
86
+ "command_type": "remove_only",
87
+ "target_sources": [
88
+ "speech"
89
+ ],
90
+ "target_channels": [
91
+ 0
92
+ ]
93
+ },
94
+ {
95
+ "user_input": "remove slam",
96
+ "command_type": "remove_only",
97
+ "target_sources": [
98
+ "speech"
99
+ ],
100
+ "target_channels": [
101
+ 0
102
+ ]
103
+ },
104
+ {
105
+ "user_input": "remove fireworks and baby cry",
106
+ "command_type": "remove_only",
107
+ "target_sources": [
108
+ "speech"
109
+ ],
110
+ "target_channels": [
111
+ 0
112
+ ]
113
+ },
114
+ {
115
+ "user_input": "remove fireworks and slam",
116
+ "command_type": "remove_only",
117
+ "target_sources": [
118
+ "speech"
119
+ ],
120
+ "target_channels": [
121
+ 0
122
+ ]
123
+ },
124
+ {
125
+ "user_input": "remove baby cry and slam",
126
+ "command_type": "remove_only",
127
+ "target_sources": [
128
+ "speech"
129
+ ],
130
+ "target_channels": [
131
+ 0
132
+ ]
133
+ },
134
+ {
135
+ "user_input": "remove fireworks and baby cry and slam",
136
+ "command_type": "remove_only",
137
+ "target_sources": [
138
+ "speech"
139
+ ],
140
+ "target_channels": [
141
+ 0
142
+ ]
143
+ },
144
+ {
145
+ "user_input": "keep fireworks",
146
+ "command_type": "keep_only",
147
+ "target_sources": [
148
+ "speech",
149
+ "fireworks"
150
+ ],
151
+ "target_channels": [
152
+ 0,
153
+ 2
154
+ ]
155
+ },
156
+ {
157
+ "user_input": "keep baby cry",
158
+ "command_type": "keep_only",
159
+ "target_sources": [
160
+ "speech",
161
+ "baby_cry"
162
+ ],
163
+ "target_channels": [
164
+ 0,
165
+ 3
166
+ ]
167
+ },
168
+ {
169
+ "user_input": "keep slam",
170
+ "command_type": "keep_only",
171
+ "target_sources": [
172
+ "speech",
173
+ "slam"
174
+ ],
175
+ "target_channels": [
176
+ 0,
177
+ 4
178
+ ]
179
+ },
180
+ {
181
+ "user_input": "keep fireworks and baby cry",
182
+ "command_type": "keep_only",
183
+ "target_sources": [
184
+ "speech",
185
+ "fireworks",
186
+ "baby_cry"
187
+ ],
188
+ "target_channels": [
189
+ 0,
190
+ 2,
191
+ 3
192
+ ]
193
+ },
194
+ {
195
+ "user_input": "keep fireworks and slam",
196
+ "command_type": "keep_only",
197
+ "target_sources": [
198
+ "speech",
199
+ "fireworks",
200
+ "slam"
201
+ ],
202
+ "target_channels": [
203
+ 0,
204
+ 2,
205
+ 4
206
+ ]
207
+ },
208
+ {
209
+ "user_input": "keep baby cry and slam",
210
+ "command_type": "keep_only",
211
+ "target_sources": [
212
+ "speech",
213
+ "baby_cry",
214
+ "slam"
215
+ ],
216
+ "target_channels": [
217
+ 0,
218
+ 3,
219
+ 4
220
+ ]
221
+ },
222
+ {
223
+ "user_input": "keep fireworks and baby cry and slam",
224
+ "command_type": "keep_only",
225
+ "target_sources": [
226
+ "speech",
227
+ "fireworks",
228
+ "baby_cry",
229
+ "slam"
230
+ ],
231
+ "target_channels": [
232
+ 0,
233
+ 2,
234
+ 3,
235
+ 4
236
+ ]
237
+ },
238
+ {
239
+ "user_input": "remove fireworks and keep baby cry",
240
+ "command_type": "mixed_commands",
241
+ "target_sources": [
242
+ "speech",
243
+ "baby_cry"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 3
248
+ ]
249
+ },
250
+ {
251
+ "user_input": "keep slam and remove fireworks",
252
+ "command_type": "mixed_commands",
253
+ "target_sources": [
254
+ "speech",
255
+ "slam"
256
+ ],
257
+ "target_channels": [
258
+ 0,
259
+ 4
260
+ ]
261
+ },
262
+ {
263
+ "user_input": "remove baby cry and keep fireworks",
264
+ "command_type": "mixed_commands",
265
+ "target_sources": [
266
+ "speech",
267
+ "fireworks"
268
+ ],
269
+ "target_channels": [
270
+ 0,
271
+ 2
272
+ ]
273
+ },
274
+ {
275
+ "user_input": "remove baby cry and keep slam",
276
+ "command_type": "mixed_commands",
277
+ "target_sources": [
278
+ "speech",
279
+ "slam"
280
+ ],
281
+ "target_channels": [
282
+ 0,
283
+ 4
284
+ ]
285
+ },
286
+ {
287
+ "user_input": "keep fireworks and remove slam",
288
+ "command_type": "mixed_commands",
289
+ "target_sources": [
290
+ "speech",
291
+ "fireworks"
292
+ ],
293
+ "target_channels": [
294
+ 0,
295
+ 2
296
+ ]
297
+ },
298
+ {
299
+ "user_input": "keep baby cry and remove slam",
300
+ "command_type": "mixed_commands",
301
+ "target_sources": [
302
+ "speech",
303
+ "baby_cry"
304
+ ],
305
+ "target_channels": [
306
+ 0,
307
+ 3
308
+ ]
309
+ },
310
+ {
311
+ "user_input": "keep baby cry and slam and remove fireworks",
312
+ "command_type": "mixed_commands",
313
+ "target_sources": [
314
+ "speech",
315
+ "baby_cry",
316
+ "slam"
317
+ ],
318
+ "target_channels": [
319
+ 0,
320
+ 3,
321
+ 4
322
+ ]
323
+ },
324
+ {
325
+ "user_input": "keep fireworks and slam and remove baby cry",
326
+ "command_type": "mixed_commands",
327
+ "target_sources": [
328
+ "speech",
329
+ "fireworks",
330
+ "slam"
331
+ ],
332
+ "target_channels": [
333
+ 0,
334
+ 2,
335
+ 4
336
+ ]
337
+ },
338
+ {
339
+ "user_input": "keep fireworks and baby cry and remove slam",
340
+ "command_type": "mixed_commands",
341
+ "target_sources": [
342
+ "speech",
343
+ "fireworks",
344
+ "baby_cry"
345
+ ],
346
+ "target_channels": [
347
+ 0,
348
+ 2,
349
+ 3
350
+ ]
351
+ },
352
+ {
353
+ "user_input": "remove fireworks and baby cry and keep slam",
354
+ "command_type": "mixed_commands",
355
+ "target_sources": [
356
+ "speech",
357
+ "slam"
358
+ ],
359
+ "target_channels": [
360
+ 0,
361
+ 4
362
+ ]
363
+ },
364
+ {
365
+ "user_input": "remove fireworks and slam and keep baby cry",
366
+ "command_type": "mixed_commands",
367
+ "target_sources": [
368
+ "speech",
369
+ "baby_cry"
370
+ ],
371
+ "target_channels": [
372
+ 0,
373
+ 3
374
+ ]
375
+ },
376
+ {
377
+ "user_input": "remove baby cry and slam and keep fireworks",
378
+ "command_type": "mixed_commands",
379
+ "target_sources": [
380
+ "speech",
381
+ "fireworks"
382
+ ],
383
+ "target_channels": [
384
+ 0,
385
+ 2
386
+ ]
387
+ }
388
+ ]
389
+ }
data/audio_mixtures_old_no_speech/train/supermarket_2dist_167_rep2.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "supermarket_2dist_167_rep2",
3
+ "scene_name": "Supermarket",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "cellphone_buzz_vibrating_alert",
7
+ "hammer"
8
+ ],
9
+ "audio_file": "supermarket_2dist_167_rep2.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/p269/p269_093.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 2.6462585034013606,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Supermarket/asmr_Supermarket_R98aJqCQqdQ_chunk_084.mp3",
25
+ "origin_start": 205.43698412698413,
26
+ "origin_end": 215.43698412698413,
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_223183.wav",
35
+ "origin_start": 0.0,
36
+ "origin_end": 0.7546485260770975,
37
+ "mixture_start": 1.5760365525855355,
38
+ "mixture_end": 2.330685078662633,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "hammer",
43
+ "display_name": "hammer",
44
+ "original_path": "distractors/train/hammer/fsd50k_378680.wav",
45
+ "origin_start": 1.3225396825396825,
46
+ "origin_end": 5.304965986394558,
47
+ "mixture_start": 2.5705785122686557,
48
+ "mixture_end": 6.553019987173148,
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 hammer",
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 hammer",
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 hammer",
111
+ "command_type": "keep_only",
112
+ "target_sources": [
113
+ "speech",
114
+ "cellphone_buzz_vibrating_alert",
115
+ "hammer"
116
+ ],
117
+ "target_channels": [
118
+ 0,
119
+ 2,
120
+ 3
121
+ ]
122
+ },
123
+ {
124
+ "user_input": "keep cellphone buzz vibrating alert and hammer",
125
+ "command_type": "keep_only",
126
+ "target_sources": [
127
+ "speech",
128
+ "cellphone_buzz_vibrating_alert",
129
+ "hammer"
130
+ ],
131
+ "target_channels": [
132
+ 0,
133
+ 2,
134
+ 3
135
+ ]
136
+ },
137
+ {
138
+ "user_input": "remove cellphone buzz vibrating alert and keep hammer",
139
+ "command_type": "mixed_commands",
140
+ "target_sources": [
141
+ "speech",
142
+ "hammer"
143
+ ],
144
+ "target_channels": [
145
+ 0,
146
+ 3
147
+ ]
148
+ },
149
+ {
150
+ "user_input": "keep cellphone buzz vibrating alert and remove hammer",
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_old_no_speech/train/train_1dist_047_rep3.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "train_1dist_047_rep3",
3
+ "scene_name": "Train",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "glass_breaking"
7
+ ],
8
+ "audio_file": "train_1dist_047_rep3.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/p230/p230_128.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 2.3075736961451248,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/Train/asmr_Train_K92rkjZeTng_chunk_003.mp3",
24
+ "origin_start": 281.68024943310655,
25
+ "origin_end": 291.68024943310655,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "glass_breaking",
32
+ "display_name": "glass breaking",
33
+ "original_path": "distractors/train/glass_breaking/fsd50k_173592.wav",
34
+ "origin_start": 0.08496598639455782,
35
+ "origin_end": 2.187596371882086,
36
+ "mixture_start": 5.385813155371635,
37
+ "mixture_end": 7.488447906731983,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech",
47
+ "glass_breaking"
48
+ ],
49
+ "target_channels": [
50
+ 0,
51
+ 2
52
+ ]
53
+ },
54
+ {
55
+ "user_input": "remove glass breaking",
56
+ "command_type": "remove_only",
57
+ "target_sources": [
58
+ "speech"
59
+ ],
60
+ "target_channels": [
61
+ 0
62
+ ]
63
+ },
64
+ {
65
+ "user_input": "keep glass breaking",
66
+ "command_type": "keep_only",
67
+ "target_sources": [
68
+ "speech",
69
+ "glass_breaking"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 2
74
+ ]
75
+ }
76
+ ]
77
+ }
data/audio_mixtures_old_no_speech/train/train_2dist_119_rep4.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "train_2dist_119_rep4",
3
+ "scene_name": "Train",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "cough",
7
+ "sneeze"
8
+ ],
9
+ "audio_file": "train_2dist_119_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/val/p226/p226_297.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 2.220453514739229,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/val/Train/asmr_Train_K92rkjZeTng_chunk_004.mp3",
25
+ "origin_start": 188.69160997732428,
26
+ "origin_end": 198.69160997732428,
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_19116.wav",
35
+ "origin_start": 0.0,
36
+ "origin_end": 0.5853968253968254,
37
+ "mixture_start": 5.68007221196684,
38
+ "mixture_end": 6.2654690373636654,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "sneeze",
43
+ "display_name": "sneeze",
44
+ "original_path": "distractors/train/sneeze/esc-50_1-26143-A-21.wav",
45
+ "origin_start": 0.0,
46
+ "origin_end": 0.7430385487528345,
47
+ "mixture_start": 1.5612663445501547,
48
+ "mixture_end": 2.304304893302989,
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 cough",
65
+ "command_type": "remove_only",
66
+ "target_sources": [
67
+ "speech"
68
+ ],
69
+ "target_channels": [
70
+ 0
71
+ ]
72
+ },
73
+ {
74
+ "user_input": "remove sneeze",
75
+ "command_type": "remove_only",
76
+ "target_sources": [
77
+ "speech"
78
+ ],
79
+ "target_channels": [
80
+ 0
81
+ ]
82
+ },
83
+ {
84
+ "user_input": "remove cough and sneeze",
85
+ "command_type": "remove_only",
86
+ "target_sources": [
87
+ "speech"
88
+ ],
89
+ "target_channels": [
90
+ 0
91
+ ]
92
+ },
93
+ {
94
+ "user_input": "keep cough",
95
+ "command_type": "keep_only",
96
+ "target_sources": [
97
+ "speech",
98
+ "cough"
99
+ ],
100
+ "target_channels": [
101
+ 0,
102
+ 2
103
+ ]
104
+ },
105
+ {
106
+ "user_input": "keep sneeze",
107
+ "command_type": "keep_only",
108
+ "target_sources": [
109
+ "speech",
110
+ "sneeze"
111
+ ],
112
+ "target_channels": [
113
+ 0,
114
+ 3
115
+ ]
116
+ },
117
+ {
118
+ "user_input": "keep cough and sneeze",
119
+ "command_type": "keep_only",
120
+ "target_sources": [
121
+ "speech",
122
+ "cough",
123
+ "sneeze"
124
+ ],
125
+ "target_channels": [
126
+ 0,
127
+ 2,
128
+ 3
129
+ ]
130
+ },
131
+ {
132
+ "user_input": "keep sneeze and remove cough",
133
+ "command_type": "mixed_commands",
134
+ "target_sources": [
135
+ "speech",
136
+ "sneeze"
137
+ ],
138
+ "target_channels": [
139
+ 0,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "remove sneeze and keep cough",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "cough"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 2
153
+ ]
154
+ }
155
+ ]
156
+ }