carankt commited on
Commit
4a4fc93
·
verified ·
1 Parent(s): faa8ea3

Add files using upload-large-folder tool

Browse files
data/audio_mixtures_old_both/test_700/airport_2dist_142_rep4.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "airport_2dist_142_rep4",
3
+ "scene_name": "Airport",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "gunshot",
7
+ "slam"
8
+ ],
9
+ "audio_file": "airport_2dist_142_rep4.wav",
10
+ "split": "test",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/test/p251/p251_265.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 2.521043083900227,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/test/Airport/asmr_Airport_ILBDMisz5K8_chunk_002.mp3",
25
+ "origin_start": 34.761927437641724,
26
+ "origin_end": 44.761927437641724,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "gunshot",
33
+ "display_name": "gunshot",
34
+ "original_path": "distractors/test/gunshot/fsd50k_151556.wav",
35
+ "origin_start": 5.393537414965986,
36
+ "origin_end": 9.131587301587302,
37
+ "mixture_start": 5.032153549812012,
38
+ "mixture_end": 8.770214190261354,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "slam",
43
+ "display_name": "slam",
44
+ "original_path": "distractors/test/slam/fsd50k_330395.wav",
45
+ "origin_start": 0.0,
46
+ "origin_end": 0.592108843537415,
47
+ "mixture_start": 6.577604684077873,
48
+ "mixture_end": 7.169713527615287,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech",
58
+ "gunshot"
59
+ ],
60
+ "target_channels": [
61
+ 0,
62
+ 2
63
+ ]
64
+ },
65
+ {
66
+ "user_input": "remove gunshot",
67
+ "command_type": "remove_only",
68
+ "target_sources": [
69
+ "speech"
70
+ ],
71
+ "target_channels": [
72
+ 0
73
+ ]
74
+ },
75
+ {
76
+ "user_input": "remove slam",
77
+ "command_type": "remove_only",
78
+ "target_sources": [
79
+ "speech",
80
+ "gunshot"
81
+ ],
82
+ "target_channels": [
83
+ 0,
84
+ 2
85
+ ]
86
+ },
87
+ {
88
+ "user_input": "remove gunshot and slam",
89
+ "command_type": "remove_only",
90
+ "target_sources": [
91
+ "speech"
92
+ ],
93
+ "target_channels": [
94
+ 0
95
+ ]
96
+ },
97
+ {
98
+ "user_input": "keep gunshot",
99
+ "command_type": "keep_only",
100
+ "target_sources": [
101
+ "speech",
102
+ "gunshot"
103
+ ],
104
+ "target_channels": [
105
+ 0,
106
+ 2
107
+ ]
108
+ },
109
+ {
110
+ "user_input": "keep slam",
111
+ "command_type": "keep_only",
112
+ "target_sources": [
113
+ "speech",
114
+ "gunshot",
115
+ "slam"
116
+ ],
117
+ "target_channels": [
118
+ 0,
119
+ 2,
120
+ 3
121
+ ]
122
+ },
123
+ {
124
+ "user_input": "keep gunshot and slam",
125
+ "command_type": "keep_only",
126
+ "target_sources": [
127
+ "speech",
128
+ "gunshot",
129
+ "slam"
130
+ ],
131
+ "target_channels": [
132
+ 0,
133
+ 2,
134
+ 3
135
+ ]
136
+ },
137
+ {
138
+ "user_input": "keep slam and remove gunshot",
139
+ "command_type": "mixed_commands",
140
+ "target_sources": [
141
+ "speech",
142
+ "slam"
143
+ ],
144
+ "target_channels": [
145
+ 0,
146
+ 3
147
+ ]
148
+ },
149
+ {
150
+ "user_input": "remove slam and keep gunshot",
151
+ "command_type": "mixed_commands",
152
+ "target_sources": [
153
+ "speech",
154
+ "gunshot"
155
+ ],
156
+ "target_channels": [
157
+ 0,
158
+ 2
159
+ ]
160
+ }
161
+ ]
162
+ }
data/audio_mixtures_old_both/test_700/airport_3dist_265_rep3.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "airport_3dist_265_rep3",
3
+ "scene_name": "Airport",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "cough",
7
+ "sneeze",
8
+ "boom"
9
+ ],
10
+ "audio_file": "airport_3dist_265_rep3.wav",
11
+ "split": "test",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/test/p255/p255_162.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 2.8633333333333333,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/test/Airport/asmr_Airport_ILBDMisz5K8_chunk_002.mp3",
26
+ "origin_start": 128.065306122449,
27
+ "origin_end": 138.065306122449,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "cough",
34
+ "display_name": "cough",
35
+ "original_path": "distractors/test/cough/esc-50_5-204604-A-24.wav",
36
+ "origin_start": 0.0,
37
+ "origin_end": 0.7778684807256235,
38
+ "mixture_start": 1.8742065225693552,
39
+ "mixture_end": 2.6520750032949785,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "sneeze",
44
+ "display_name": "sneeze",
45
+ "original_path": "distractors/test/sneeze/fsd50k_328892.wav",
46
+ "origin_start": 0.215124716553288,
47
+ "origin_end": 2.7393650793650792,
48
+ "mixture_start": 1.7642240276045986,
49
+ "mixture_end": 4.288483709046207,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "boom",
54
+ "display_name": "boom",
55
+ "original_path": "distractors/test/boom/fsd50k_110112.wav",
56
+ "origin_start": 4.5476190476190474,
57
+ "origin_end": 6.933424036281179,
58
+ "mixture_start": 5.427296974470615,
59
+ "mixture_end": 7.813124342197842,
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 cough",
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 cough 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 cough 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 cough 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 cough",
154
+ "command_type": "keep_only",
155
+ "target_sources": [
156
+ "speech",
157
+ "cough",
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 cough and sneeze",
194
+ "command_type": "keep_only",
195
+ "target_sources": [
196
+ "speech",
197
+ "cough",
198
+ "sneeze",
199
+ "boom"
200
+ ],
201
+ "target_channels": [
202
+ 0,
203
+ 2,
204
+ 3,
205
+ 4
206
+ ]
207
+ },
208
+ {
209
+ "user_input": "keep cough and boom",
210
+ "command_type": "keep_only",
211
+ "target_sources": [
212
+ "speech",
213
+ "cough",
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 cough and sneeze and boom",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "cough",
242
+ "sneeze",
243
+ "boom"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 2,
248
+ 3,
249
+ 4
250
+ ]
251
+ },
252
+ {
253
+ "user_input": "keep sneeze and remove cough",
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 cough",
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 cough and remove sneeze",
280
+ "command_type": "mixed_commands",
281
+ "target_sources": [
282
+ "speech",
283
+ "cough",
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": "keep cough and remove boom",
306
+ "command_type": "mixed_commands",
307
+ "target_sources": [
308
+ "speech",
309
+ "cough"
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": "remove cough and keep sneeze and boom",
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": "keep cough and boom and remove sneeze",
344
+ "command_type": "mixed_commands",
345
+ "target_sources": [
346
+ "speech",
347
+ "cough",
348
+ "boom"
349
+ ],
350
+ "target_channels": [
351
+ 0,
352
+ 2,
353
+ 4
354
+ ]
355
+ },
356
+ {
357
+ "user_input": "remove boom and keep cough and sneeze",
358
+ "command_type": "mixed_commands",
359
+ "target_sources": [
360
+ "speech",
361
+ "cough",
362
+ "sneeze"
363
+ ],
364
+ "target_channels": [
365
+ 0,
366
+ 2,
367
+ 3
368
+ ]
369
+ },
370
+ {
371
+ "user_input": "remove cough and sneeze and keep boom",
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 cough 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 cough",
396
+ "command_type": "mixed_commands",
397
+ "target_sources": [
398
+ "speech",
399
+ "cough"
400
+ ],
401
+ "target_channels": [
402
+ 0,
403
+ 2
404
+ ]
405
+ }
406
+ ]
407
+ }
data/audio_mixtures_old_both/test_700/bus_1dist_001_rep2.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "bus_1dist_001_rep2",
3
+ "scene_name": "Bus",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "cellphone_buzz_vibrating_alert"
7
+ ],
8
+ "audio_file": "bus_1dist_001_rep2.wav",
9
+ "split": "test",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/test/p247/p247_234.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 3.9715192743764174,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/test/Bus/asmr_Bus_r38kWRF-FSg_chunk_005.mp3",
24
+ "origin_start": 140.40596371882086,
25
+ "origin_end": 150.40596371882086,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "cellphone_buzz_vibrating_alert",
32
+ "display_name": "cellphone buzz vibrating alert",
33
+ "original_path": "distractors/test/cellphone_buzz_vibrating_alert/fsd50k_403565.wav",
34
+ "origin_start": 0.21888888888888888,
35
+ "origin_end": 3.2756009070294785,
36
+ "mixture_start": 2.1650291148799843,
37
+ "mixture_end": 5.221760271401141,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech",
47
+ "cellphone_buzz_vibrating_alert"
48
+ ],
49
+ "target_channels": [
50
+ 0,
51
+ 2
52
+ ]
53
+ },
54
+ {
55
+ "user_input": "remove cellphone buzz vibrating alert",
56
+ "command_type": "remove_only",
57
+ "target_sources": [
58
+ "speech"
59
+ ],
60
+ "target_channels": [
61
+ 0
62
+ ]
63
+ },
64
+ {
65
+ "user_input": "keep cellphone buzz vibrating alert",
66
+ "command_type": "keep_only",
67
+ "target_sources": [
68
+ "speech",
69
+ "cellphone_buzz_vibrating_alert"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 2
74
+ ]
75
+ }
76
+ ]
77
+ }
data/audio_mixtures_old_both/test_700/bus_2dist_165_rep4.json ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "bus_2dist_165_rep4",
3
+ "scene_name": "Bus",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "cellphone_buzz_vibrating_alert",
7
+ "boom"
8
+ ],
9
+ "audio_file": "bus_2dist_165_rep4.wav",
10
+ "split": "test",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/test/p254/p254_215.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 4.272018140589569,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/test/Bus/asmr_Bus_ziS8jw1Kl30_chunk_002.mp3",
25
+ "origin_start": 184.29473922902494,
26
+ "origin_end": 194.29473922902494,
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/test/cellphone_buzz_vibrating_alert/fsd50k_403565.wav",
35
+ "origin_start": 1.9481179138321996,
36
+ "origin_end": 4.514625850340136,
37
+ "mixture_start": 4.467157595956489,
38
+ "mixture_end": 7.0336680125322815,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "boom",
43
+ "display_name": "boom",
44
+ "original_path": "distractors/test/boom/fsd50k_151402.wav",
45
+ "origin_start": 1.3831746031746033,
46
+ "origin_end": 4.57204081632653,
47
+ "mixture_start": 0.6293138408702184,
48
+ "mixture_end": 3.8181960199745237,
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
+ "boom"
60
+ ],
61
+ "target_channels": [
62
+ 0,
63
+ 2,
64
+ 3
65
+ ]
66
+ },
67
+ {
68
+ "user_input": "remove cellphone buzz vibrating alert",
69
+ "command_type": "remove_only",
70
+ "target_sources": [
71
+ "speech",
72
+ "boom"
73
+ ],
74
+ "target_channels": [
75
+ 0,
76
+ 3
77
+ ]
78
+ },
79
+ {
80
+ "user_input": "remove boom",
81
+ "command_type": "remove_only",
82
+ "target_sources": [
83
+ "speech",
84
+ "cellphone_buzz_vibrating_alert"
85
+ ],
86
+ "target_channels": [
87
+ 0,
88
+ 2
89
+ ]
90
+ },
91
+ {
92
+ "user_input": "remove cellphone buzz vibrating alert and boom",
93
+ "command_type": "remove_only",
94
+ "target_sources": [
95
+ "speech"
96
+ ],
97
+ "target_channels": [
98
+ 0
99
+ ]
100
+ },
101
+ {
102
+ "user_input": "keep cellphone buzz vibrating alert",
103
+ "command_type": "keep_only",
104
+ "target_sources": [
105
+ "speech",
106
+ "cellphone_buzz_vibrating_alert",
107
+ "boom"
108
+ ],
109
+ "target_channels": [
110
+ 0,
111
+ 2,
112
+ 3
113
+ ]
114
+ },
115
+ {
116
+ "user_input": "keep boom",
117
+ "command_type": "keep_only",
118
+ "target_sources": [
119
+ "speech",
120
+ "cellphone_buzz_vibrating_alert",
121
+ "boom"
122
+ ],
123
+ "target_channels": [
124
+ 0,
125
+ 2,
126
+ 3
127
+ ]
128
+ },
129
+ {
130
+ "user_input": "keep cellphone buzz vibrating alert and boom",
131
+ "command_type": "keep_only",
132
+ "target_sources": [
133
+ "speech",
134
+ "cellphone_buzz_vibrating_alert",
135
+ "boom"
136
+ ],
137
+ "target_channels": [
138
+ 0,
139
+ 2,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "keep boom and remove cellphone buzz vibrating alert",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "boom"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 3
153
+ ]
154
+ },
155
+ {
156
+ "user_input": "remove boom and keep cellphone buzz vibrating alert",
157
+ "command_type": "mixed_commands",
158
+ "target_sources": [
159
+ "speech",
160
+ "cellphone_buzz_vibrating_alert"
161
+ ],
162
+ "target_channels": [
163
+ 0,
164
+ 2
165
+ ]
166
+ }
167
+ ]
168
+ }
data/audio_mixtures_old_both/test_700/bus_3dist_264_rep2.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "bus_3dist_264_rep2",
3
+ "scene_name": "Bus",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "cellphone_buzz_vibrating_alert",
7
+ "fireworks",
8
+ "jackhammer"
9
+ ],
10
+ "audio_file": "bus_3dist_264_rep2.wav",
11
+ "split": "test",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/test/p250/p250_160.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 2.223378684807256,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/test/Bus/asmr_Bus_r38kWRF-FSg_chunk_005.mp3",
26
+ "origin_start": 6.700362811791384,
27
+ "origin_end": 16.700362811791383,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "cellphone_buzz_vibrating_alert",
34
+ "display_name": "cellphone buzz vibrating alert",
35
+ "original_path": "distractors/test/cellphone_buzz_vibrating_alert/fsd50k_118080.wav",
36
+ "origin_start": 0.8647619047619047,
37
+ "origin_end": 3.5549659863945577,
38
+ "mixture_start": 5.017484093898252,
39
+ "mixture_end": 7.707695112622526,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "fireworks",
44
+ "display_name": "fireworks",
45
+ "original_path": "distractors/test/fireworks/fsd50k_161680.wav",
46
+ "origin_start": 0.0,
47
+ "origin_end": 1.4280272108843537,
48
+ "mixture_start": 3.5983180036364852,
49
+ "mixture_end": 5.026345214520839,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "jackhammer",
54
+ "display_name": "jackhammer",
55
+ "original_path": "distractors/test/jackhammer/fsd50k_110621.wav",
56
+ "origin_start": 2.56827664399093,
57
+ "origin_end": 4.805238095238095,
58
+ "mixture_start": 0.03433361844196017,
59
+ "mixture_end": 2.2713033352717016,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech",
69
+ "cellphone_buzz_vibrating_alert"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 2
74
+ ]
75
+ },
76
+ {
77
+ "user_input": "remove cellphone buzz vibrating alert",
78
+ "command_type": "remove_only",
79
+ "target_sources": [
80
+ "speech"
81
+ ],
82
+ "target_channels": [
83
+ 0
84
+ ]
85
+ },
86
+ {
87
+ "user_input": "remove fireworks",
88
+ "command_type": "remove_only",
89
+ "target_sources": [
90
+ "speech",
91
+ "cellphone_buzz_vibrating_alert"
92
+ ],
93
+ "target_channels": [
94
+ 0,
95
+ 2
96
+ ]
97
+ },
98
+ {
99
+ "user_input": "remove jackhammer",
100
+ "command_type": "remove_only",
101
+ "target_sources": [
102
+ "speech",
103
+ "cellphone_buzz_vibrating_alert"
104
+ ],
105
+ "target_channels": [
106
+ 0,
107
+ 2
108
+ ]
109
+ },
110
+ {
111
+ "user_input": "remove cellphone buzz vibrating alert and fireworks",
112
+ "command_type": "remove_only",
113
+ "target_sources": [
114
+ "speech"
115
+ ],
116
+ "target_channels": [
117
+ 0
118
+ ]
119
+ },
120
+ {
121
+ "user_input": "remove cellphone buzz vibrating alert and jackhammer",
122
+ "command_type": "remove_only",
123
+ "target_sources": [
124
+ "speech"
125
+ ],
126
+ "target_channels": [
127
+ 0
128
+ ]
129
+ },
130
+ {
131
+ "user_input": "remove fireworks and jackhammer",
132
+ "command_type": "remove_only",
133
+ "target_sources": [
134
+ "speech",
135
+ "cellphone_buzz_vibrating_alert"
136
+ ],
137
+ "target_channels": [
138
+ 0,
139
+ 2
140
+ ]
141
+ },
142
+ {
143
+ "user_input": "remove cellphone buzz vibrating alert and fireworks and jackhammer",
144
+ "command_type": "remove_only",
145
+ "target_sources": [
146
+ "speech"
147
+ ],
148
+ "target_channels": [
149
+ 0
150
+ ]
151
+ },
152
+ {
153
+ "user_input": "keep cellphone buzz vibrating alert",
154
+ "command_type": "keep_only",
155
+ "target_sources": [
156
+ "speech",
157
+ "cellphone_buzz_vibrating_alert"
158
+ ],
159
+ "target_channels": [
160
+ 0,
161
+ 2
162
+ ]
163
+ },
164
+ {
165
+ "user_input": "keep fireworks",
166
+ "command_type": "keep_only",
167
+ "target_sources": [
168
+ "speech",
169
+ "cellphone_buzz_vibrating_alert",
170
+ "fireworks"
171
+ ],
172
+ "target_channels": [
173
+ 0,
174
+ 2,
175
+ 3
176
+ ]
177
+ },
178
+ {
179
+ "user_input": "keep jackhammer",
180
+ "command_type": "keep_only",
181
+ "target_sources": [
182
+ "speech",
183
+ "cellphone_buzz_vibrating_alert",
184
+ "jackhammer"
185
+ ],
186
+ "target_channels": [
187
+ 0,
188
+ 2,
189
+ 4
190
+ ]
191
+ },
192
+ {
193
+ "user_input": "keep cellphone buzz vibrating alert and fireworks",
194
+ "command_type": "keep_only",
195
+ "target_sources": [
196
+ "speech",
197
+ "cellphone_buzz_vibrating_alert",
198
+ "fireworks"
199
+ ],
200
+ "target_channels": [
201
+ 0,
202
+ 2,
203
+ 3
204
+ ]
205
+ },
206
+ {
207
+ "user_input": "keep cellphone buzz vibrating alert and jackhammer",
208
+ "command_type": "keep_only",
209
+ "target_sources": [
210
+ "speech",
211
+ "cellphone_buzz_vibrating_alert",
212
+ "jackhammer"
213
+ ],
214
+ "target_channels": [
215
+ 0,
216
+ 2,
217
+ 4
218
+ ]
219
+ },
220
+ {
221
+ "user_input": "keep fireworks and jackhammer",
222
+ "command_type": "keep_only",
223
+ "target_sources": [
224
+ "speech",
225
+ "cellphone_buzz_vibrating_alert",
226
+ "fireworks",
227
+ "jackhammer"
228
+ ],
229
+ "target_channels": [
230
+ 0,
231
+ 2,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep cellphone buzz vibrating alert and fireworks and jackhammer",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "cellphone_buzz_vibrating_alert",
242
+ "fireworks",
243
+ "jackhammer"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 2,
248
+ 3,
249
+ 4
250
+ ]
251
+ },
252
+ {
253
+ "user_input": "keep fireworks and remove cellphone buzz vibrating alert",
254
+ "command_type": "mixed_commands",
255
+ "target_sources": [
256
+ "speech",
257
+ "fireworks"
258
+ ],
259
+ "target_channels": [
260
+ 0,
261
+ 3
262
+ ]
263
+ },
264
+ {
265
+ "user_input": "remove cellphone buzz vibrating alert and keep jackhammer",
266
+ "command_type": "mixed_commands",
267
+ "target_sources": [
268
+ "speech",
269
+ "jackhammer"
270
+ ],
271
+ "target_channels": [
272
+ 0,
273
+ 4
274
+ ]
275
+ },
276
+ {
277
+ "user_input": "keep cellphone buzz vibrating alert and remove fireworks",
278
+ "command_type": "mixed_commands",
279
+ "target_sources": [
280
+ "speech",
281
+ "cellphone_buzz_vibrating_alert"
282
+ ],
283
+ "target_channels": [
284
+ 0,
285
+ 2
286
+ ]
287
+ },
288
+ {
289
+ "user_input": "keep jackhammer and remove fireworks",
290
+ "command_type": "mixed_commands",
291
+ "target_sources": [
292
+ "speech",
293
+ "cellphone_buzz_vibrating_alert",
294
+ "jackhammer"
295
+ ],
296
+ "target_channels": [
297
+ 0,
298
+ 2,
299
+ 4
300
+ ]
301
+ },
302
+ {
303
+ "user_input": "remove jackhammer and keep cellphone buzz vibrating alert",
304
+ "command_type": "mixed_commands",
305
+ "target_sources": [
306
+ "speech",
307
+ "cellphone_buzz_vibrating_alert"
308
+ ],
309
+ "target_channels": [
310
+ 0,
311
+ 2
312
+ ]
313
+ },
314
+ {
315
+ "user_input": "remove jackhammer and keep fireworks",
316
+ "command_type": "mixed_commands",
317
+ "target_sources": [
318
+ "speech",
319
+ "cellphone_buzz_vibrating_alert",
320
+ "fireworks"
321
+ ],
322
+ "target_channels": [
323
+ 0,
324
+ 2,
325
+ 3
326
+ ]
327
+ },
328
+ {
329
+ "user_input": "keep fireworks and jackhammer and remove cellphone buzz vibrating alert",
330
+ "command_type": "mixed_commands",
331
+ "target_sources": [
332
+ "speech",
333
+ "fireworks",
334
+ "jackhammer"
335
+ ],
336
+ "target_channels": [
337
+ 0,
338
+ 3,
339
+ 4
340
+ ]
341
+ },
342
+ {
343
+ "user_input": "remove fireworks and keep cellphone buzz vibrating alert and jackhammer",
344
+ "command_type": "mixed_commands",
345
+ "target_sources": [
346
+ "speech",
347
+ "cellphone_buzz_vibrating_alert",
348
+ "jackhammer"
349
+ ],
350
+ "target_channels": [
351
+ 0,
352
+ 2,
353
+ 4
354
+ ]
355
+ },
356
+ {
357
+ "user_input": "remove jackhammer and keep cellphone buzz vibrating alert and fireworks",
358
+ "command_type": "mixed_commands",
359
+ "target_sources": [
360
+ "speech",
361
+ "cellphone_buzz_vibrating_alert",
362
+ "fireworks"
363
+ ],
364
+ "target_channels": [
365
+ 0,
366
+ 2,
367
+ 3
368
+ ]
369
+ },
370
+ {
371
+ "user_input": "keep jackhammer and remove cellphone buzz vibrating alert and fireworks",
372
+ "command_type": "mixed_commands",
373
+ "target_sources": [
374
+ "speech",
375
+ "jackhammer"
376
+ ],
377
+ "target_channels": [
378
+ 0,
379
+ 4
380
+ ]
381
+ },
382
+ {
383
+ "user_input": "remove cellphone buzz vibrating alert and jackhammer and keep fireworks",
384
+ "command_type": "mixed_commands",
385
+ "target_sources": [
386
+ "speech",
387
+ "fireworks"
388
+ ],
389
+ "target_channels": [
390
+ 0,
391
+ 3
392
+ ]
393
+ },
394
+ {
395
+ "user_input": "keep cellphone buzz vibrating alert and remove fireworks and jackhammer",
396
+ "command_type": "mixed_commands",
397
+ "target_sources": [
398
+ "speech",
399
+ "cellphone_buzz_vibrating_alert"
400
+ ],
401
+ "target_channels": [
402
+ 0,
403
+ 2
404
+ ]
405
+ }
406
+ ]
407
+ }
data/audio_mixtures_old_both/test_700/bus_3dist_277_rep3.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "bus_3dist_277_rep3",
3
+ "scene_name": "Bus",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "car_horn",
7
+ "computer_typing",
8
+ "gunshot"
9
+ ],
10
+ "audio_file": "bus_3dist_277_rep3.wav",
11
+ "split": "test",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/test/p248/p248_209.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 4.354172335600907,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/test/Bus/asmr_Bus_ziS8jw1Kl30_chunk_002.mp3",
26
+ "origin_start": 34.970294784580496,
27
+ "origin_end": 44.970294784580496,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "car_horn",
34
+ "display_name": "car horn",
35
+ "original_path": "distractors/test/car_horn/esc-50_5-180156-C-43.wav",
36
+ "origin_start": 1.0099092970521542,
37
+ "origin_end": 4.689455782312925,
38
+ "mixture_start": 5.125414218148424,
39
+ "mixture_end": 8.804979779569752,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "computer_typing",
44
+ "display_name": "computer typing",
45
+ "original_path": "distractors/test/computer_typing/esc-50_5-215005-A-32.wav",
46
+ "origin_start": 0.14530612244897959,
47
+ "origin_end": 2.6558956916099774,
48
+ "mixture_start": 1.0556462418164352,
49
+ "mixture_end": 3.5662428865495763,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "gunshot",
54
+ "display_name": "gunshot",
55
+ "original_path": "distractors/test/gunshot/fsd50k_347647.wav",
56
+ "origin_start": 0.004965986394557823,
57
+ "origin_end": 2.012312925170068,
58
+ "mixture_start": 3.5676931550343203,
59
+ "mixture_end": 5.5750479300557165,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech",
69
+ "gunshot"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 4
74
+ ]
75
+ },
76
+ {
77
+ "user_input": "remove car horn",
78
+ "command_type": "remove_only",
79
+ "target_sources": [
80
+ "speech",
81
+ "gunshot"
82
+ ],
83
+ "target_channels": [
84
+ 0,
85
+ 4
86
+ ]
87
+ },
88
+ {
89
+ "user_input": "remove computer typing",
90
+ "command_type": "remove_only",
91
+ "target_sources": [
92
+ "speech",
93
+ "gunshot"
94
+ ],
95
+ "target_channels": [
96
+ 0,
97
+ 4
98
+ ]
99
+ },
100
+ {
101
+ "user_input": "remove gunshot",
102
+ "command_type": "remove_only",
103
+ "target_sources": [
104
+ "speech"
105
+ ],
106
+ "target_channels": [
107
+ 0
108
+ ]
109
+ },
110
+ {
111
+ "user_input": "remove car horn and computer typing",
112
+ "command_type": "remove_only",
113
+ "target_sources": [
114
+ "speech",
115
+ "gunshot"
116
+ ],
117
+ "target_channels": [
118
+ 0,
119
+ 4
120
+ ]
121
+ },
122
+ {
123
+ "user_input": "remove car horn and gunshot",
124
+ "command_type": "remove_only",
125
+ "target_sources": [
126
+ "speech"
127
+ ],
128
+ "target_channels": [
129
+ 0
130
+ ]
131
+ },
132
+ {
133
+ "user_input": "remove computer typing and gunshot",
134
+ "command_type": "remove_only",
135
+ "target_sources": [
136
+ "speech"
137
+ ],
138
+ "target_channels": [
139
+ 0
140
+ ]
141
+ },
142
+ {
143
+ "user_input": "remove car horn and computer typing and gunshot",
144
+ "command_type": "remove_only",
145
+ "target_sources": [
146
+ "speech"
147
+ ],
148
+ "target_channels": [
149
+ 0
150
+ ]
151
+ },
152
+ {
153
+ "user_input": "keep car horn",
154
+ "command_type": "keep_only",
155
+ "target_sources": [
156
+ "speech",
157
+ "car_horn",
158
+ "gunshot"
159
+ ],
160
+ "target_channels": [
161
+ 0,
162
+ 2,
163
+ 4
164
+ ]
165
+ },
166
+ {
167
+ "user_input": "keep computer typing",
168
+ "command_type": "keep_only",
169
+ "target_sources": [
170
+ "speech",
171
+ "computer_typing",
172
+ "gunshot"
173
+ ],
174
+ "target_channels": [
175
+ 0,
176
+ 3,
177
+ 4
178
+ ]
179
+ },
180
+ {
181
+ "user_input": "keep gunshot",
182
+ "command_type": "keep_only",
183
+ "target_sources": [
184
+ "speech",
185
+ "gunshot"
186
+ ],
187
+ "target_channels": [
188
+ 0,
189
+ 4
190
+ ]
191
+ },
192
+ {
193
+ "user_input": "keep car horn and computer typing",
194
+ "command_type": "keep_only",
195
+ "target_sources": [
196
+ "speech",
197
+ "car_horn",
198
+ "computer_typing",
199
+ "gunshot"
200
+ ],
201
+ "target_channels": [
202
+ 0,
203
+ 2,
204
+ 3,
205
+ 4
206
+ ]
207
+ },
208
+ {
209
+ "user_input": "keep car horn and gunshot",
210
+ "command_type": "keep_only",
211
+ "target_sources": [
212
+ "speech",
213
+ "car_horn",
214
+ "gunshot"
215
+ ],
216
+ "target_channels": [
217
+ 0,
218
+ 2,
219
+ 4
220
+ ]
221
+ },
222
+ {
223
+ "user_input": "keep computer typing and gunshot",
224
+ "command_type": "keep_only",
225
+ "target_sources": [
226
+ "speech",
227
+ "computer_typing",
228
+ "gunshot"
229
+ ],
230
+ "target_channels": [
231
+ 0,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep car horn and computer typing and gunshot",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "car_horn",
242
+ "computer_typing",
243
+ "gunshot"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 2,
248
+ 3,
249
+ 4
250
+ ]
251
+ },
252
+ {
253
+ "user_input": "keep computer typing and remove car horn",
254
+ "command_type": "mixed_commands",
255
+ "target_sources": [
256
+ "speech",
257
+ "computer_typing",
258
+ "gunshot"
259
+ ],
260
+ "target_channels": [
261
+ 0,
262
+ 3,
263
+ 4
264
+ ]
265
+ },
266
+ {
267
+ "user_input": "keep gunshot and remove car horn",
268
+ "command_type": "mixed_commands",
269
+ "target_sources": [
270
+ "speech",
271
+ "gunshot"
272
+ ],
273
+ "target_channels": [
274
+ 0,
275
+ 4
276
+ ]
277
+ },
278
+ {
279
+ "user_input": "keep car horn and remove computer typing",
280
+ "command_type": "mixed_commands",
281
+ "target_sources": [
282
+ "speech",
283
+ "car_horn",
284
+ "gunshot"
285
+ ],
286
+ "target_channels": [
287
+ 0,
288
+ 2,
289
+ 4
290
+ ]
291
+ },
292
+ {
293
+ "user_input": "keep gunshot and remove computer typing",
294
+ "command_type": "mixed_commands",
295
+ "target_sources": [
296
+ "speech",
297
+ "gunshot"
298
+ ],
299
+ "target_channels": [
300
+ 0,
301
+ 4
302
+ ]
303
+ },
304
+ {
305
+ "user_input": "remove gunshot and keep car horn",
306
+ "command_type": "mixed_commands",
307
+ "target_sources": [
308
+ "speech",
309
+ "car_horn"
310
+ ],
311
+ "target_channels": [
312
+ 0,
313
+ 2
314
+ ]
315
+ },
316
+ {
317
+ "user_input": "keep computer typing and remove gunshot",
318
+ "command_type": "mixed_commands",
319
+ "target_sources": [
320
+ "speech",
321
+ "computer_typing"
322
+ ],
323
+ "target_channels": [
324
+ 0,
325
+ 3
326
+ ]
327
+ },
328
+ {
329
+ "user_input": "remove car horn and keep computer typing and gunshot",
330
+ "command_type": "mixed_commands",
331
+ "target_sources": [
332
+ "speech",
333
+ "computer_typing",
334
+ "gunshot"
335
+ ],
336
+ "target_channels": [
337
+ 0,
338
+ 3,
339
+ 4
340
+ ]
341
+ },
342
+ {
343
+ "user_input": "remove computer typing and keep car horn and gunshot",
344
+ "command_type": "mixed_commands",
345
+ "target_sources": [
346
+ "speech",
347
+ "car_horn",
348
+ "gunshot"
349
+ ],
350
+ "target_channels": [
351
+ 0,
352
+ 2,
353
+ 4
354
+ ]
355
+ },
356
+ {
357
+ "user_input": "keep car horn and computer typing and remove gunshot",
358
+ "command_type": "mixed_commands",
359
+ "target_sources": [
360
+ "speech",
361
+ "car_horn",
362
+ "computer_typing"
363
+ ],
364
+ "target_channels": [
365
+ 0,
366
+ 2,
367
+ 3
368
+ ]
369
+ },
370
+ {
371
+ "user_input": "remove car horn and computer typing and keep gunshot",
372
+ "command_type": "mixed_commands",
373
+ "target_sources": [
374
+ "speech",
375
+ "gunshot"
376
+ ],
377
+ "target_channels": [
378
+ 0,
379
+ 4
380
+ ]
381
+ },
382
+ {
383
+ "user_input": "remove car horn and gunshot 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": "remove computer typing and gunshot and keep car horn",
396
+ "command_type": "mixed_commands",
397
+ "target_sources": [
398
+ "speech",
399
+ "car_horn"
400
+ ],
401
+ "target_channels": [
402
+ 0,
403
+ 2
404
+ ]
405
+ }
406
+ ]
407
+ }
data/audio_mixtures_old_both/test_700/city_1dist_030_rep4.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "city_1dist_030_rep4",
3
+ "scene_name": "City",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "ringtone"
7
+ ],
8
+ "audio_file": "city_1dist_030_rep4.wav",
9
+ "split": "test",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/test/p256/p256_064.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 4.992585034013605,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/test/City/asmr_City_KkXLEHqzYZk_chunk_050.mp3",
24
+ "origin_start": 219.85721088435375,
25
+ "origin_end": 229.85721088435375,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "ringtone",
32
+ "display_name": "ringtone",
33
+ "original_path": "distractors/test/ringtone/fsd50k_98023.wav",
34
+ "origin_start": 1.7254875283446711,
35
+ "origin_end": 5.70233560090703,
36
+ "mixture_start": 0.9515892913710519,
37
+ "mixture_end": 4.92845752853591,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech",
47
+ "ringtone"
48
+ ],
49
+ "target_channels": [
50
+ 0,
51
+ 2
52
+ ]
53
+ },
54
+ {
55
+ "user_input": "remove ringtone",
56
+ "command_type": "remove_only",
57
+ "target_sources": [
58
+ "speech"
59
+ ],
60
+ "target_channels": [
61
+ 0
62
+ ]
63
+ },
64
+ {
65
+ "user_input": "keep ringtone",
66
+ "command_type": "keep_only",
67
+ "target_sources": [
68
+ "speech",
69
+ "ringtone"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 2
74
+ ]
75
+ }
76
+ ]
77
+ }
data/audio_mixtures_old_both/test_700/city_3dist_234_rep1.json ADDED
@@ -0,0 +1,425 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "city_3dist_234_rep1",
3
+ "scene_name": "City",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "car_alarm",
7
+ "cellphone_buzz_vibrating_alert",
8
+ "helicopter"
9
+ ],
10
+ "audio_file": "city_3dist_234_rep1.wav",
11
+ "split": "test",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/test/p247/p247_280.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 3.247981859410431,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/test/City/asmr_City_sXJLT3kYdhk_chunk_005.mp3",
26
+ "origin_start": 7.671224489795918,
27
+ "origin_end": 17.671224489795918,
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/test/car_alarm/fsd50k_360692.wav",
36
+ "origin_start": 0.0,
37
+ "origin_end": 0.871655328798186,
38
+ "mixture_start": 0.7465329285189527,
39
+ "mixture_end": 1.6181882573171387,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "cellphone_buzz_vibrating_alert",
44
+ "display_name": "cellphone buzz vibrating alert",
45
+ "original_path": "distractors/test/cellphone_buzz_vibrating_alert/fsd50k_423103.wav",
46
+ "origin_start": 0.29061224489795917,
47
+ "origin_end": 2.7940816326530613,
48
+ "mixture_start": 2.757590414823768,
49
+ "mixture_end": 5.261077466972542,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "helicopter",
54
+ "display_name": "helicopter",
55
+ "original_path": "distractors/test/helicopter/esc-50_5-177957-B-40.wav",
56
+ "origin_start": 1.1866666666666668,
57
+ "origin_end": 4.829773242630385,
58
+ "mixture_start": 5.553505181441594,
59
+ "mixture_end": 9.19663285385218,
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
+ "cellphone_buzz_vibrating_alert"
71
+ ],
72
+ "target_channels": [
73
+ 0,
74
+ 2,
75
+ 3
76
+ ]
77
+ },
78
+ {
79
+ "user_input": "remove car alarm",
80
+ "command_type": "remove_only",
81
+ "target_sources": [
82
+ "speech",
83
+ "cellphone_buzz_vibrating_alert"
84
+ ],
85
+ "target_channels": [
86
+ 0,
87
+ 3
88
+ ]
89
+ },
90
+ {
91
+ "user_input": "remove cellphone buzz vibrating alert",
92
+ "command_type": "remove_only",
93
+ "target_sources": [
94
+ "speech",
95
+ "car_alarm"
96
+ ],
97
+ "target_channels": [
98
+ 0,
99
+ 2
100
+ ]
101
+ },
102
+ {
103
+ "user_input": "remove helicopter",
104
+ "command_type": "remove_only",
105
+ "target_sources": [
106
+ "speech",
107
+ "car_alarm",
108
+ "cellphone_buzz_vibrating_alert"
109
+ ],
110
+ "target_channels": [
111
+ 0,
112
+ 2,
113
+ 3
114
+ ]
115
+ },
116
+ {
117
+ "user_input": "remove car alarm and cellphone buzz vibrating alert",
118
+ "command_type": "remove_only",
119
+ "target_sources": [
120
+ "speech"
121
+ ],
122
+ "target_channels": [
123
+ 0
124
+ ]
125
+ },
126
+ {
127
+ "user_input": "remove car alarm and helicopter",
128
+ "command_type": "remove_only",
129
+ "target_sources": [
130
+ "speech",
131
+ "cellphone_buzz_vibrating_alert"
132
+ ],
133
+ "target_channels": [
134
+ 0,
135
+ 3
136
+ ]
137
+ },
138
+ {
139
+ "user_input": "remove cellphone buzz vibrating alert and helicopter",
140
+ "command_type": "remove_only",
141
+ "target_sources": [
142
+ "speech",
143
+ "car_alarm"
144
+ ],
145
+ "target_channels": [
146
+ 0,
147
+ 2
148
+ ]
149
+ },
150
+ {
151
+ "user_input": "remove car alarm and cellphone buzz vibrating alert and helicopter",
152
+ "command_type": "remove_only",
153
+ "target_sources": [
154
+ "speech"
155
+ ],
156
+ "target_channels": [
157
+ 0
158
+ ]
159
+ },
160
+ {
161
+ "user_input": "keep car alarm",
162
+ "command_type": "keep_only",
163
+ "target_sources": [
164
+ "speech",
165
+ "car_alarm",
166
+ "cellphone_buzz_vibrating_alert"
167
+ ],
168
+ "target_channels": [
169
+ 0,
170
+ 2,
171
+ 3
172
+ ]
173
+ },
174
+ {
175
+ "user_input": "keep cellphone buzz vibrating alert",
176
+ "command_type": "keep_only",
177
+ "target_sources": [
178
+ "speech",
179
+ "car_alarm",
180
+ "cellphone_buzz_vibrating_alert"
181
+ ],
182
+ "target_channels": [
183
+ 0,
184
+ 2,
185
+ 3
186
+ ]
187
+ },
188
+ {
189
+ "user_input": "keep helicopter",
190
+ "command_type": "keep_only",
191
+ "target_sources": [
192
+ "speech",
193
+ "car_alarm",
194
+ "cellphone_buzz_vibrating_alert",
195
+ "helicopter"
196
+ ],
197
+ "target_channels": [
198
+ 0,
199
+ 2,
200
+ 3,
201
+ 4
202
+ ]
203
+ },
204
+ {
205
+ "user_input": "keep car alarm and cellphone buzz vibrating alert",
206
+ "command_type": "keep_only",
207
+ "target_sources": [
208
+ "speech",
209
+ "car_alarm",
210
+ "cellphone_buzz_vibrating_alert"
211
+ ],
212
+ "target_channels": [
213
+ 0,
214
+ 2,
215
+ 3
216
+ ]
217
+ },
218
+ {
219
+ "user_input": "keep car alarm and helicopter",
220
+ "command_type": "keep_only",
221
+ "target_sources": [
222
+ "speech",
223
+ "car_alarm",
224
+ "cellphone_buzz_vibrating_alert",
225
+ "helicopter"
226
+ ],
227
+ "target_channels": [
228
+ 0,
229
+ 2,
230
+ 3,
231
+ 4
232
+ ]
233
+ },
234
+ {
235
+ "user_input": "keep cellphone buzz vibrating alert and helicopter",
236
+ "command_type": "keep_only",
237
+ "target_sources": [
238
+ "speech",
239
+ "car_alarm",
240
+ "cellphone_buzz_vibrating_alert",
241
+ "helicopter"
242
+ ],
243
+ "target_channels": [
244
+ 0,
245
+ 2,
246
+ 3,
247
+ 4
248
+ ]
249
+ },
250
+ {
251
+ "user_input": "keep car alarm and cellphone buzz vibrating alert and helicopter",
252
+ "command_type": "keep_only",
253
+ "target_sources": [
254
+ "speech",
255
+ "car_alarm",
256
+ "cellphone_buzz_vibrating_alert",
257
+ "helicopter"
258
+ ],
259
+ "target_channels": [
260
+ 0,
261
+ 2,
262
+ 3,
263
+ 4
264
+ ]
265
+ },
266
+ {
267
+ "user_input": "keep cellphone buzz vibrating alert and remove car alarm",
268
+ "command_type": "mixed_commands",
269
+ "target_sources": [
270
+ "speech",
271
+ "cellphone_buzz_vibrating_alert"
272
+ ],
273
+ "target_channels": [
274
+ 0,
275
+ 3
276
+ ]
277
+ },
278
+ {
279
+ "user_input": "remove car alarm and keep helicopter",
280
+ "command_type": "mixed_commands",
281
+ "target_sources": [
282
+ "speech",
283
+ "cellphone_buzz_vibrating_alert",
284
+ "helicopter"
285
+ ],
286
+ "target_channels": [
287
+ 0,
288
+ 3,
289
+ 4
290
+ ]
291
+ },
292
+ {
293
+ "user_input": "remove cellphone buzz vibrating alert and keep car alarm",
294
+ "command_type": "mixed_commands",
295
+ "target_sources": [
296
+ "speech",
297
+ "car_alarm"
298
+ ],
299
+ "target_channels": [
300
+ 0,
301
+ 2
302
+ ]
303
+ },
304
+ {
305
+ "user_input": "keep helicopter and remove cellphone buzz vibrating alert",
306
+ "command_type": "mixed_commands",
307
+ "target_sources": [
308
+ "speech",
309
+ "car_alarm",
310
+ "helicopter"
311
+ ],
312
+ "target_channels": [
313
+ 0,
314
+ 2,
315
+ 4
316
+ ]
317
+ },
318
+ {
319
+ "user_input": "remove helicopter and keep car alarm",
320
+ "command_type": "mixed_commands",
321
+ "target_sources": [
322
+ "speech",
323
+ "car_alarm",
324
+ "cellphone_buzz_vibrating_alert"
325
+ ],
326
+ "target_channels": [
327
+ 0,
328
+ 2,
329
+ 3
330
+ ]
331
+ },
332
+ {
333
+ "user_input": "keep cellphone buzz vibrating alert and remove helicopter",
334
+ "command_type": "mixed_commands",
335
+ "target_sources": [
336
+ "speech",
337
+ "car_alarm",
338
+ "cellphone_buzz_vibrating_alert"
339
+ ],
340
+ "target_channels": [
341
+ 0,
342
+ 2,
343
+ 3
344
+ ]
345
+ },
346
+ {
347
+ "user_input": "keep cellphone buzz vibrating alert and helicopter and remove car alarm",
348
+ "command_type": "mixed_commands",
349
+ "target_sources": [
350
+ "speech",
351
+ "cellphone_buzz_vibrating_alert",
352
+ "helicopter"
353
+ ],
354
+ "target_channels": [
355
+ 0,
356
+ 3,
357
+ 4
358
+ ]
359
+ },
360
+ {
361
+ "user_input": "remove cellphone buzz vibrating alert and keep car alarm and helicopter",
362
+ "command_type": "mixed_commands",
363
+ "target_sources": [
364
+ "speech",
365
+ "car_alarm",
366
+ "helicopter"
367
+ ],
368
+ "target_channels": [
369
+ 0,
370
+ 2,
371
+ 4
372
+ ]
373
+ },
374
+ {
375
+ "user_input": "keep car alarm and cellphone buzz vibrating alert and remove helicopter",
376
+ "command_type": "mixed_commands",
377
+ "target_sources": [
378
+ "speech",
379
+ "car_alarm",
380
+ "cellphone_buzz_vibrating_alert"
381
+ ],
382
+ "target_channels": [
383
+ 0,
384
+ 2,
385
+ 3
386
+ ]
387
+ },
388
+ {
389
+ "user_input": "keep helicopter and remove car alarm and cellphone buzz vibrating alert",
390
+ "command_type": "mixed_commands",
391
+ "target_sources": [
392
+ "speech",
393
+ "helicopter"
394
+ ],
395
+ "target_channels": [
396
+ 0,
397
+ 4
398
+ ]
399
+ },
400
+ {
401
+ "user_input": "remove car alarm and helicopter and keep cellphone buzz vibrating alert",
402
+ "command_type": "mixed_commands",
403
+ "target_sources": [
404
+ "speech",
405
+ "cellphone_buzz_vibrating_alert"
406
+ ],
407
+ "target_channels": [
408
+ 0,
409
+ 3
410
+ ]
411
+ },
412
+ {
413
+ "user_input": "remove cellphone buzz vibrating alert and helicopter and keep car alarm",
414
+ "command_type": "mixed_commands",
415
+ "target_sources": [
416
+ "speech",
417
+ "car_alarm"
418
+ ],
419
+ "target_channels": [
420
+ 0,
421
+ 2
422
+ ]
423
+ }
424
+ ]
425
+ }
data/audio_mixtures_old_both/test_700/city_3dist_252_rep3.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "city_3dist_252_rep3",
3
+ "scene_name": "City",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "fireworks",
7
+ "helicopter",
8
+ "gunshot"
9
+ ],
10
+ "audio_file": "city_3dist_252_rep3.wav",
11
+ "split": "test",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/test/p254/p254_024.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 8.065238095238096,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/test/City/asmr_City_sXJLT3kYdhk_chunk_000.mp3",
26
+ "origin_start": 232.38124716553287,
27
+ "origin_end": 242.38124716553287,
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/test/fireworks/fsd50k_414515.wav",
36
+ "origin_start": 0.0,
37
+ "origin_end": 1.8692063492063493,
38
+ "mixture_start": 2.4174153445122504,
39
+ "mixture_end": 4.286621693718599,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "helicopter",
44
+ "display_name": "helicopter",
45
+ "original_path": "distractors/test/helicopter/fsd50k_263458.wav",
46
+ "origin_start": 8.434263038548753,
47
+ "origin_end": 10.975102040816326,
48
+ "mixture_start": 3.6663922244273386,
49
+ "mixture_end": 6.207232480818307,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "gunshot",
54
+ "display_name": "gunshot",
55
+ "original_path": "distractors/test/gunshot/fsd50k_386758.wav",
56
+ "origin_start": 0.0,
57
+ "origin_end": 1.0332879818594105,
58
+ "mixture_start": 5.552402019407623,
59
+ "mixture_end": 6.585690001267033,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech",
69
+ "gunshot"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 4
74
+ ]
75
+ },
76
+ {
77
+ "user_input": "remove fireworks",
78
+ "command_type": "remove_only",
79
+ "target_sources": [
80
+ "speech",
81
+ "gunshot"
82
+ ],
83
+ "target_channels": [
84
+ 0,
85
+ 4
86
+ ]
87
+ },
88
+ {
89
+ "user_input": "remove helicopter",
90
+ "command_type": "remove_only",
91
+ "target_sources": [
92
+ "speech",
93
+ "gunshot"
94
+ ],
95
+ "target_channels": [
96
+ 0,
97
+ 4
98
+ ]
99
+ },
100
+ {
101
+ "user_input": "remove gunshot",
102
+ "command_type": "remove_only",
103
+ "target_sources": [
104
+ "speech"
105
+ ],
106
+ "target_channels": [
107
+ 0
108
+ ]
109
+ },
110
+ {
111
+ "user_input": "remove fireworks and helicopter",
112
+ "command_type": "remove_only",
113
+ "target_sources": [
114
+ "speech",
115
+ "gunshot"
116
+ ],
117
+ "target_channels": [
118
+ 0,
119
+ 4
120
+ ]
121
+ },
122
+ {
123
+ "user_input": "remove fireworks and gunshot",
124
+ "command_type": "remove_only",
125
+ "target_sources": [
126
+ "speech"
127
+ ],
128
+ "target_channels": [
129
+ 0
130
+ ]
131
+ },
132
+ {
133
+ "user_input": "remove helicopter and gunshot",
134
+ "command_type": "remove_only",
135
+ "target_sources": [
136
+ "speech"
137
+ ],
138
+ "target_channels": [
139
+ 0
140
+ ]
141
+ },
142
+ {
143
+ "user_input": "remove fireworks and helicopter and gunshot",
144
+ "command_type": "remove_only",
145
+ "target_sources": [
146
+ "speech"
147
+ ],
148
+ "target_channels": [
149
+ 0
150
+ ]
151
+ },
152
+ {
153
+ "user_input": "keep fireworks",
154
+ "command_type": "keep_only",
155
+ "target_sources": [
156
+ "speech",
157
+ "fireworks",
158
+ "gunshot"
159
+ ],
160
+ "target_channels": [
161
+ 0,
162
+ 2,
163
+ 4
164
+ ]
165
+ },
166
+ {
167
+ "user_input": "keep helicopter",
168
+ "command_type": "keep_only",
169
+ "target_sources": [
170
+ "speech",
171
+ "helicopter",
172
+ "gunshot"
173
+ ],
174
+ "target_channels": [
175
+ 0,
176
+ 3,
177
+ 4
178
+ ]
179
+ },
180
+ {
181
+ "user_input": "keep gunshot",
182
+ "command_type": "keep_only",
183
+ "target_sources": [
184
+ "speech",
185
+ "gunshot"
186
+ ],
187
+ "target_channels": [
188
+ 0,
189
+ 4
190
+ ]
191
+ },
192
+ {
193
+ "user_input": "keep fireworks and helicopter",
194
+ "command_type": "keep_only",
195
+ "target_sources": [
196
+ "speech",
197
+ "fireworks",
198
+ "helicopter",
199
+ "gunshot"
200
+ ],
201
+ "target_channels": [
202
+ 0,
203
+ 2,
204
+ 3,
205
+ 4
206
+ ]
207
+ },
208
+ {
209
+ "user_input": "keep fireworks and gunshot",
210
+ "command_type": "keep_only",
211
+ "target_sources": [
212
+ "speech",
213
+ "fireworks",
214
+ "gunshot"
215
+ ],
216
+ "target_channels": [
217
+ 0,
218
+ 2,
219
+ 4
220
+ ]
221
+ },
222
+ {
223
+ "user_input": "keep helicopter and gunshot",
224
+ "command_type": "keep_only",
225
+ "target_sources": [
226
+ "speech",
227
+ "helicopter",
228
+ "gunshot"
229
+ ],
230
+ "target_channels": [
231
+ 0,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep fireworks and helicopter and gunshot",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "fireworks",
242
+ "helicopter",
243
+ "gunshot"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 2,
248
+ 3,
249
+ 4
250
+ ]
251
+ },
252
+ {
253
+ "user_input": "remove fireworks and keep helicopter",
254
+ "command_type": "mixed_commands",
255
+ "target_sources": [
256
+ "speech",
257
+ "helicopter",
258
+ "gunshot"
259
+ ],
260
+ "target_channels": [
261
+ 0,
262
+ 3,
263
+ 4
264
+ ]
265
+ },
266
+ {
267
+ "user_input": "keep gunshot and remove fireworks",
268
+ "command_type": "mixed_commands",
269
+ "target_sources": [
270
+ "speech",
271
+ "gunshot"
272
+ ],
273
+ "target_channels": [
274
+ 0,
275
+ 4
276
+ ]
277
+ },
278
+ {
279
+ "user_input": "remove helicopter and keep fireworks",
280
+ "command_type": "mixed_commands",
281
+ "target_sources": [
282
+ "speech",
283
+ "fireworks",
284
+ "gunshot"
285
+ ],
286
+ "target_channels": [
287
+ 0,
288
+ 2,
289
+ 4
290
+ ]
291
+ },
292
+ {
293
+ "user_input": "keep gunshot and remove helicopter",
294
+ "command_type": "mixed_commands",
295
+ "target_sources": [
296
+ "speech",
297
+ "gunshot"
298
+ ],
299
+ "target_channels": [
300
+ 0,
301
+ 4
302
+ ]
303
+ },
304
+ {
305
+ "user_input": "keep fireworks and remove gunshot",
306
+ "command_type": "mixed_commands",
307
+ "target_sources": [
308
+ "speech",
309
+ "fireworks"
310
+ ],
311
+ "target_channels": [
312
+ 0,
313
+ 2
314
+ ]
315
+ },
316
+ {
317
+ "user_input": "remove gunshot and keep helicopter",
318
+ "command_type": "mixed_commands",
319
+ "target_sources": [
320
+ "speech",
321
+ "helicopter"
322
+ ],
323
+ "target_channels": [
324
+ 0,
325
+ 3
326
+ ]
327
+ },
328
+ {
329
+ "user_input": "remove fireworks and keep helicopter and gunshot",
330
+ "command_type": "mixed_commands",
331
+ "target_sources": [
332
+ "speech",
333
+ "helicopter",
334
+ "gunshot"
335
+ ],
336
+ "target_channels": [
337
+ 0,
338
+ 3,
339
+ 4
340
+ ]
341
+ },
342
+ {
343
+ "user_input": "remove helicopter and keep fireworks and gunshot",
344
+ "command_type": "mixed_commands",
345
+ "target_sources": [
346
+ "speech",
347
+ "fireworks",
348
+ "gunshot"
349
+ ],
350
+ "target_channels": [
351
+ 0,
352
+ 2,
353
+ 4
354
+ ]
355
+ },
356
+ {
357
+ "user_input": "keep fireworks and helicopter and remove gunshot",
358
+ "command_type": "mixed_commands",
359
+ "target_sources": [
360
+ "speech",
361
+ "fireworks",
362
+ "helicopter"
363
+ ],
364
+ "target_channels": [
365
+ 0,
366
+ 2,
367
+ 3
368
+ ]
369
+ },
370
+ {
371
+ "user_input": "keep gunshot and remove fireworks and helicopter",
372
+ "command_type": "mixed_commands",
373
+ "target_sources": [
374
+ "speech",
375
+ "gunshot"
376
+ ],
377
+ "target_channels": [
378
+ 0,
379
+ 4
380
+ ]
381
+ },
382
+ {
383
+ "user_input": "remove fireworks and gunshot and keep helicopter",
384
+ "command_type": "mixed_commands",
385
+ "target_sources": [
386
+ "speech",
387
+ "helicopter"
388
+ ],
389
+ "target_channels": [
390
+ 0,
391
+ 3
392
+ ]
393
+ },
394
+ {
395
+ "user_input": "keep fireworks and remove helicopter and gunshot",
396
+ "command_type": "mixed_commands",
397
+ "target_sources": [
398
+ "speech",
399
+ "fireworks"
400
+ ],
401
+ "target_channels": [
402
+ 0,
403
+ 2
404
+ ]
405
+ }
406
+ ]
407
+ }
data/audio_mixtures_old_both/test_700/forest_2dist_123_rep2.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "forest_2dist_123_rep2",
3
+ "scene_name": "Forest",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "car_alarm",
7
+ "cough"
8
+ ],
9
+ "audio_file": "forest_2dist_123_rep2.wav",
10
+ "split": "test",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/test/p252/p252_058.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 3.4590249433106575,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/test/Forest/asmr_Forest_xNN7iTA57jM_chunk_003.mp3",
25
+ "origin_start": 121.0698185941043,
26
+ "origin_end": 131.0698185941043,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "car_alarm",
33
+ "display_name": "car alarm",
34
+ "original_path": "distractors/test/car_alarm/fsd50k_360692.wav",
35
+ "origin_start": 0.0,
36
+ "origin_end": 0.871655328798186,
37
+ "mixture_start": 6.2951502523409655,
38
+ "mixture_end": 7.166805581139151,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "cough",
43
+ "display_name": "cough",
44
+ "original_path": "distractors/test/cough/fsd50k_401334.wav",
45
+ "origin_start": 0.0012925170068027211,
46
+ "origin_end": 2.8376190476190475,
47
+ "mixture_start": 3.6311017799876,
48
+ "mixture_end": 6.467432955067984,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech",
58
+ "car_alarm"
59
+ ],
60
+ "target_channels": [
61
+ 0,
62
+ 2
63
+ ]
64
+ },
65
+ {
66
+ "user_input": "remove car alarm",
67
+ "command_type": "remove_only",
68
+ "target_sources": [
69
+ "speech"
70
+ ],
71
+ "target_channels": [
72
+ 0
73
+ ]
74
+ },
75
+ {
76
+ "user_input": "remove cough",
77
+ "command_type": "remove_only",
78
+ "target_sources": [
79
+ "speech",
80
+ "car_alarm"
81
+ ],
82
+ "target_channels": [
83
+ 0,
84
+ 2
85
+ ]
86
+ },
87
+ {
88
+ "user_input": "remove car alarm and cough",
89
+ "command_type": "remove_only",
90
+ "target_sources": [
91
+ "speech"
92
+ ],
93
+ "target_channels": [
94
+ 0
95
+ ]
96
+ },
97
+ {
98
+ "user_input": "keep car alarm",
99
+ "command_type": "keep_only",
100
+ "target_sources": [
101
+ "speech",
102
+ "car_alarm"
103
+ ],
104
+ "target_channels": [
105
+ 0,
106
+ 2
107
+ ]
108
+ },
109
+ {
110
+ "user_input": "keep cough",
111
+ "command_type": "keep_only",
112
+ "target_sources": [
113
+ "speech",
114
+ "car_alarm",
115
+ "cough"
116
+ ],
117
+ "target_channels": [
118
+ 0,
119
+ 2,
120
+ 3
121
+ ]
122
+ },
123
+ {
124
+ "user_input": "keep car alarm and cough",
125
+ "command_type": "keep_only",
126
+ "target_sources": [
127
+ "speech",
128
+ "car_alarm",
129
+ "cough"
130
+ ],
131
+ "target_channels": [
132
+ 0,
133
+ 2,
134
+ 3
135
+ ]
136
+ },
137
+ {
138
+ "user_input": "keep cough and remove car alarm",
139
+ "command_type": "mixed_commands",
140
+ "target_sources": [
141
+ "speech",
142
+ "cough"
143
+ ],
144
+ "target_channels": [
145
+ 0,
146
+ 3
147
+ ]
148
+ },
149
+ {
150
+ "user_input": "remove cough and keep car alarm",
151
+ "command_type": "mixed_commands",
152
+ "target_sources": [
153
+ "speech",
154
+ "car_alarm"
155
+ ],
156
+ "target_channels": [
157
+ 0,
158
+ 2
159
+ ]
160
+ }
161
+ ]
162
+ }
data/audio_mixtures_old_both/test_700/home_2dist_191_rep3.json ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "home_2dist_191_rep3",
3
+ "scene_name": "Home",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "doorbell",
7
+ "glass_breaking"
8
+ ],
9
+ "audio_file": "home_2dist_191_rep3.wav",
10
+ "split": "test",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/test/p248/p248_127.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 4.397845804988662,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/test/Home/asmr_Home_sFVZPpcCUcA_chunk_000.mp3",
25
+ "origin_start": 153.6653514739229,
26
+ "origin_end": 163.6653514739229,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "doorbell",
33
+ "display_name": "doorbell",
34
+ "original_path": "distractors/test/doorbell/fsd50k_81065.wav",
35
+ "origin_start": 5.703786848072562,
36
+ "origin_end": 8.561950113378686,
37
+ "mixture_start": 4.03171881939678,
38
+ "mixture_end": 6.889903376375032,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "glass_breaking",
43
+ "display_name": "glass breaking",
44
+ "original_path": "distractors/test/glass_breaking/fsd50k_189575.wav",
45
+ "origin_start": 0.0,
46
+ "origin_end": 0.7894784580498866,
47
+ "mixture_start": 7.040933285189322,
48
+ "mixture_end": 7.830411743239209,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech",
58
+ "doorbell",
59
+ "glass_breaking"
60
+ ],
61
+ "target_channels": [
62
+ 0,
63
+ 2,
64
+ 3
65
+ ]
66
+ },
67
+ {
68
+ "user_input": "remove doorbell",
69
+ "command_type": "remove_only",
70
+ "target_sources": [
71
+ "speech",
72
+ "glass_breaking"
73
+ ],
74
+ "target_channels": [
75
+ 0,
76
+ 3
77
+ ]
78
+ },
79
+ {
80
+ "user_input": "remove glass breaking",
81
+ "command_type": "remove_only",
82
+ "target_sources": [
83
+ "speech",
84
+ "doorbell"
85
+ ],
86
+ "target_channels": [
87
+ 0,
88
+ 2
89
+ ]
90
+ },
91
+ {
92
+ "user_input": "remove doorbell and glass breaking",
93
+ "command_type": "remove_only",
94
+ "target_sources": [
95
+ "speech"
96
+ ],
97
+ "target_channels": [
98
+ 0
99
+ ]
100
+ },
101
+ {
102
+ "user_input": "keep doorbell",
103
+ "command_type": "keep_only",
104
+ "target_sources": [
105
+ "speech",
106
+ "doorbell",
107
+ "glass_breaking"
108
+ ],
109
+ "target_channels": [
110
+ 0,
111
+ 2,
112
+ 3
113
+ ]
114
+ },
115
+ {
116
+ "user_input": "keep glass breaking",
117
+ "command_type": "keep_only",
118
+ "target_sources": [
119
+ "speech",
120
+ "doorbell",
121
+ "glass_breaking"
122
+ ],
123
+ "target_channels": [
124
+ 0,
125
+ 2,
126
+ 3
127
+ ]
128
+ },
129
+ {
130
+ "user_input": "keep doorbell and glass breaking",
131
+ "command_type": "keep_only",
132
+ "target_sources": [
133
+ "speech",
134
+ "doorbell",
135
+ "glass_breaking"
136
+ ],
137
+ "target_channels": [
138
+ 0,
139
+ 2,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "remove doorbell and keep glass breaking",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "glass_breaking"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 3
153
+ ]
154
+ },
155
+ {
156
+ "user_input": "keep doorbell and remove glass breaking",
157
+ "command_type": "mixed_commands",
158
+ "target_sources": [
159
+ "speech",
160
+ "doorbell"
161
+ ],
162
+ "target_channels": [
163
+ 0,
164
+ 2
165
+ ]
166
+ }
167
+ ]
168
+ }
data/audio_mixtures_old_both/test_700/kitchen_1dist_043_rep4.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "kitchen_1dist_043_rep4",
3
+ "scene_name": "Kitchen",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "ringtone"
7
+ ],
8
+ "audio_file": "kitchen_1dist_043_rep4.wav",
9
+ "split": "test",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/test/p252/p252_275.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 8.06421768707483,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/test/Kitchen/asmr_Kitchen_DoRSCsrKbq8_chunk_072.mp3",
24
+ "origin_start": 179.13102040816327,
25
+ "origin_end": 189.13102040816327,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "ringtone",
32
+ "display_name": "ringtone",
33
+ "original_path": "distractors/test/ringtone/fsd50k_132602.wav",
34
+ "origin_start": 5.243061224489796,
35
+ "origin_end": 8.533560090702947,
36
+ "mixture_start": 2.443659012393627,
37
+ "mixture_end": 5.734164753813777,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech",
47
+ "ringtone"
48
+ ],
49
+ "target_channels": [
50
+ 0,
51
+ 2
52
+ ]
53
+ },
54
+ {
55
+ "user_input": "remove ringtone",
56
+ "command_type": "remove_only",
57
+ "target_sources": [
58
+ "speech"
59
+ ],
60
+ "target_channels": [
61
+ 0
62
+ ]
63
+ },
64
+ {
65
+ "user_input": "keep ringtone",
66
+ "command_type": "keep_only",
67
+ "target_sources": [
68
+ "speech",
69
+ "ringtone"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 2
74
+ ]
75
+ }
76
+ ]
77
+ }
data/audio_mixtures_old_both/test_700/restaurant_2dist_140_rep4.json ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "restaurant_2dist_140_rep4",
3
+ "scene_name": "Restaurant",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "cellphone_buzz_vibrating_alert",
7
+ "gunshot"
8
+ ],
9
+ "audio_file": "restaurant_2dist_140_rep4.wav",
10
+ "split": "test",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/test/p251/p251_350.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 2.1346485260770973,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/test/Restaurant/asmr_Restaurant_FWHhmNPhRmM_chunk_031.mp3",
25
+ "origin_start": 181.9598866213152,
26
+ "origin_end": 191.9598866213152,
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/test/cellphone_buzz_vibrating_alert/fsd50k_117642.wav",
35
+ "origin_start": 0.06777777777777778,
36
+ "origin_end": 2.871201814058957,
37
+ "mixture_start": 3.3253874509607573,
38
+ "mixture_end": 6.128817982867105,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "gunshot",
43
+ "display_name": "gunshot",
44
+ "original_path": "distractors/test/gunshot/fsd50k_382735.wav",
45
+ "origin_start": 0.0,
46
+ "origin_end": 0.6501587301587302,
47
+ "mixture_start": 4.549423158290284,
48
+ "mixture_end": 5.199581888449014,
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
+ "gunshot"
60
+ ],
61
+ "target_channels": [
62
+ 0,
63
+ 2,
64
+ 3
65
+ ]
66
+ },
67
+ {
68
+ "user_input": "remove cellphone buzz vibrating alert",
69
+ "command_type": "remove_only",
70
+ "target_sources": [
71
+ "speech",
72
+ "gunshot"
73
+ ],
74
+ "target_channels": [
75
+ 0,
76
+ 3
77
+ ]
78
+ },
79
+ {
80
+ "user_input": "remove gunshot",
81
+ "command_type": "remove_only",
82
+ "target_sources": [
83
+ "speech",
84
+ "cellphone_buzz_vibrating_alert"
85
+ ],
86
+ "target_channels": [
87
+ 0,
88
+ 2
89
+ ]
90
+ },
91
+ {
92
+ "user_input": "remove cellphone buzz vibrating alert and gunshot",
93
+ "command_type": "remove_only",
94
+ "target_sources": [
95
+ "speech"
96
+ ],
97
+ "target_channels": [
98
+ 0
99
+ ]
100
+ },
101
+ {
102
+ "user_input": "keep cellphone buzz vibrating alert",
103
+ "command_type": "keep_only",
104
+ "target_sources": [
105
+ "speech",
106
+ "cellphone_buzz_vibrating_alert",
107
+ "gunshot"
108
+ ],
109
+ "target_channels": [
110
+ 0,
111
+ 2,
112
+ 3
113
+ ]
114
+ },
115
+ {
116
+ "user_input": "keep gunshot",
117
+ "command_type": "keep_only",
118
+ "target_sources": [
119
+ "speech",
120
+ "cellphone_buzz_vibrating_alert",
121
+ "gunshot"
122
+ ],
123
+ "target_channels": [
124
+ 0,
125
+ 2,
126
+ 3
127
+ ]
128
+ },
129
+ {
130
+ "user_input": "keep cellphone buzz vibrating alert and gunshot",
131
+ "command_type": "keep_only",
132
+ "target_sources": [
133
+ "speech",
134
+ "cellphone_buzz_vibrating_alert",
135
+ "gunshot"
136
+ ],
137
+ "target_channels": [
138
+ 0,
139
+ 2,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "keep gunshot and remove cellphone buzz vibrating alert",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "gunshot"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 3
153
+ ]
154
+ },
155
+ {
156
+ "user_input": "remove gunshot and keep cellphone buzz vibrating alert",
157
+ "command_type": "mixed_commands",
158
+ "target_sources": [
159
+ "speech",
160
+ "cellphone_buzz_vibrating_alert"
161
+ ],
162
+ "target_channels": [
163
+ 0,
164
+ 2
165
+ ]
166
+ }
167
+ ]
168
+ }
data/audio_mixtures_old_both/test_700/restaurant_2dist_143_rep3.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "restaurant_2dist_143_rep3",
3
+ "scene_name": "Restaurant",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "fireworks",
7
+ "boom"
8
+ ],
9
+ "audio_file": "restaurant_2dist_143_rep3.wav",
10
+ "split": "test",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/test/p249/p249_343.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 4.101337868480726,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/test/Restaurant/asmr_Restaurant_LvB-6uM2tik_chunk_031.mp3",
25
+ "origin_start": 6.747800453514739,
26
+ "origin_end": 16.74780045351474,
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/test/fireworks/fsd50k_434205.wav",
35
+ "origin_start": 0.11040816326530613,
36
+ "origin_end": 3.461746031746032,
37
+ "mixture_start": 1.636124929060625,
38
+ "mixture_end": 4.987479367432931,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "boom",
43
+ "display_name": "boom",
44
+ "original_path": "distractors/test/boom/fsd50k_110113.wav",
45
+ "origin_start": 0.10453514739229025,
46
+ "origin_end": 2.1945578231292515,
47
+ "mixture_start": 4.904006369881187,
48
+ "mixture_end": 6.9940365012395125,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech",
58
+ "boom"
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
+ "boom"
71
+ ],
72
+ "target_channels": [
73
+ 0,
74
+ 3
75
+ ]
76
+ },
77
+ {
78
+ "user_input": "remove boom",
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 boom",
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
+ "boom"
104
+ ],
105
+ "target_channels": [
106
+ 0,
107
+ 2,
108
+ 3
109
+ ]
110
+ },
111
+ {
112
+ "user_input": "keep boom",
113
+ "command_type": "keep_only",
114
+ "target_sources": [
115
+ "speech",
116
+ "boom"
117
+ ],
118
+ "target_channels": [
119
+ 0,
120
+ 3
121
+ ]
122
+ },
123
+ {
124
+ "user_input": "keep fireworks and boom",
125
+ "command_type": "keep_only",
126
+ "target_sources": [
127
+ "speech",
128
+ "fireworks",
129
+ "boom"
130
+ ],
131
+ "target_channels": [
132
+ 0,
133
+ 2,
134
+ 3
135
+ ]
136
+ },
137
+ {
138
+ "user_input": "keep boom and remove fireworks",
139
+ "command_type": "mixed_commands",
140
+ "target_sources": [
141
+ "speech",
142
+ "boom"
143
+ ],
144
+ "target_channels": [
145
+ 0,
146
+ 3
147
+ ]
148
+ },
149
+ {
150
+ "user_input": "remove boom and keep fireworks",
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_old_both/test_700/restaurant_3dist_271_rep4.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "restaurant_3dist_271_rep4",
3
+ "scene_name": "Restaurant",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "engine",
7
+ "alarm_clock",
8
+ "glass_breaking"
9
+ ],
10
+ "audio_file": "restaurant_3dist_271_rep4.wav",
11
+ "split": "test",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/test/p248/p248_323.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 1.6684807256235827,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/test/Restaurant/asmr_Restaurant_FWHhmNPhRmM_chunk_036.mp3",
26
+ "origin_start": 47.15766439909297,
27
+ "origin_end": 57.15766439909297,
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/test/engine/esc-50_5-243783-A-44.wav",
36
+ "origin_start": 0.08680272108843537,
37
+ "origin_end": 3.212562358276644,
38
+ "mixture_start": 4.42275942871613,
39
+ "mixture_end": 7.548526254490666,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "alarm_clock",
44
+ "display_name": "alarm clock",
45
+ "original_path": "distractors/test/alarm_clock/esc-50_5-211408-A-37.wav",
46
+ "origin_start": 1.7848072562358277,
47
+ "origin_end": 3.9511337868480725,
48
+ "mixture_start": 7.395486261811003,
49
+ "mixture_end": 9.561820895309175,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "glass_breaking",
54
+ "display_name": "glass breaking",
55
+ "original_path": "distractors/test/glass_breaking/fsd50k_391327.wav",
56
+ "origin_start": 0.0,
57
+ "origin_end": 0.6965759637188209,
58
+ "mixture_start": 2.3656558873104796,
59
+ "mixture_end": 3.062254526766262,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech",
69
+ "glass_breaking"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 4
74
+ ]
75
+ },
76
+ {
77
+ "user_input": "remove engine",
78
+ "command_type": "remove_only",
79
+ "target_sources": [
80
+ "speech",
81
+ "glass_breaking"
82
+ ],
83
+ "target_channels": [
84
+ 0,
85
+ 4
86
+ ]
87
+ },
88
+ {
89
+ "user_input": "remove alarm clock",
90
+ "command_type": "remove_only",
91
+ "target_sources": [
92
+ "speech",
93
+ "glass_breaking"
94
+ ],
95
+ "target_channels": [
96
+ 0,
97
+ 4
98
+ ]
99
+ },
100
+ {
101
+ "user_input": "remove glass breaking",
102
+ "command_type": "remove_only",
103
+ "target_sources": [
104
+ "speech"
105
+ ],
106
+ "target_channels": [
107
+ 0
108
+ ]
109
+ },
110
+ {
111
+ "user_input": "remove engine and alarm clock",
112
+ "command_type": "remove_only",
113
+ "target_sources": [
114
+ "speech",
115
+ "glass_breaking"
116
+ ],
117
+ "target_channels": [
118
+ 0,
119
+ 4
120
+ ]
121
+ },
122
+ {
123
+ "user_input": "remove engine and glass breaking",
124
+ "command_type": "remove_only",
125
+ "target_sources": [
126
+ "speech"
127
+ ],
128
+ "target_channels": [
129
+ 0
130
+ ]
131
+ },
132
+ {
133
+ "user_input": "remove alarm clock and glass breaking",
134
+ "command_type": "remove_only",
135
+ "target_sources": [
136
+ "speech"
137
+ ],
138
+ "target_channels": [
139
+ 0
140
+ ]
141
+ },
142
+ {
143
+ "user_input": "remove engine and alarm clock and glass breaking",
144
+ "command_type": "remove_only",
145
+ "target_sources": [
146
+ "speech"
147
+ ],
148
+ "target_channels": [
149
+ 0
150
+ ]
151
+ },
152
+ {
153
+ "user_input": "keep engine",
154
+ "command_type": "keep_only",
155
+ "target_sources": [
156
+ "speech",
157
+ "engine",
158
+ "glass_breaking"
159
+ ],
160
+ "target_channels": [
161
+ 0,
162
+ 2,
163
+ 4
164
+ ]
165
+ },
166
+ {
167
+ "user_input": "keep alarm clock",
168
+ "command_type": "keep_only",
169
+ "target_sources": [
170
+ "speech",
171
+ "alarm_clock",
172
+ "glass_breaking"
173
+ ],
174
+ "target_channels": [
175
+ 0,
176
+ 3,
177
+ 4
178
+ ]
179
+ },
180
+ {
181
+ "user_input": "keep glass breaking",
182
+ "command_type": "keep_only",
183
+ "target_sources": [
184
+ "speech",
185
+ "glass_breaking"
186
+ ],
187
+ "target_channels": [
188
+ 0,
189
+ 4
190
+ ]
191
+ },
192
+ {
193
+ "user_input": "keep engine and alarm clock",
194
+ "command_type": "keep_only",
195
+ "target_sources": [
196
+ "speech",
197
+ "engine",
198
+ "alarm_clock",
199
+ "glass_breaking"
200
+ ],
201
+ "target_channels": [
202
+ 0,
203
+ 2,
204
+ 3,
205
+ 4
206
+ ]
207
+ },
208
+ {
209
+ "user_input": "keep engine and glass breaking",
210
+ "command_type": "keep_only",
211
+ "target_sources": [
212
+ "speech",
213
+ "engine",
214
+ "glass_breaking"
215
+ ],
216
+ "target_channels": [
217
+ 0,
218
+ 2,
219
+ 4
220
+ ]
221
+ },
222
+ {
223
+ "user_input": "keep alarm clock and glass breaking",
224
+ "command_type": "keep_only",
225
+ "target_sources": [
226
+ "speech",
227
+ "alarm_clock",
228
+ "glass_breaking"
229
+ ],
230
+ "target_channels": [
231
+ 0,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep engine and alarm clock and glass breaking",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "engine",
242
+ "alarm_clock",
243
+ "glass_breaking"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 2,
248
+ 3,
249
+ 4
250
+ ]
251
+ },
252
+ {
253
+ "user_input": "remove engine and keep alarm clock",
254
+ "command_type": "mixed_commands",
255
+ "target_sources": [
256
+ "speech",
257
+ "alarm_clock",
258
+ "glass_breaking"
259
+ ],
260
+ "target_channels": [
261
+ 0,
262
+ 3,
263
+ 4
264
+ ]
265
+ },
266
+ {
267
+ "user_input": "keep glass breaking and remove engine",
268
+ "command_type": "mixed_commands",
269
+ "target_sources": [
270
+ "speech",
271
+ "glass_breaking"
272
+ ],
273
+ "target_channels": [
274
+ 0,
275
+ 4
276
+ ]
277
+ },
278
+ {
279
+ "user_input": "remove alarm clock and keep engine",
280
+ "command_type": "mixed_commands",
281
+ "target_sources": [
282
+ "speech",
283
+ "engine",
284
+ "glass_breaking"
285
+ ],
286
+ "target_channels": [
287
+ 0,
288
+ 2,
289
+ 4
290
+ ]
291
+ },
292
+ {
293
+ "user_input": "keep glass breaking and remove alarm clock",
294
+ "command_type": "mixed_commands",
295
+ "target_sources": [
296
+ "speech",
297
+ "glass_breaking"
298
+ ],
299
+ "target_channels": [
300
+ 0,
301
+ 4
302
+ ]
303
+ },
304
+ {
305
+ "user_input": "remove glass breaking and keep engine",
306
+ "command_type": "mixed_commands",
307
+ "target_sources": [
308
+ "speech",
309
+ "engine"
310
+ ],
311
+ "target_channels": [
312
+ 0,
313
+ 2
314
+ ]
315
+ },
316
+ {
317
+ "user_input": "keep alarm clock and remove glass breaking",
318
+ "command_type": "mixed_commands",
319
+ "target_sources": [
320
+ "speech",
321
+ "alarm_clock"
322
+ ],
323
+ "target_channels": [
324
+ 0,
325
+ 3
326
+ ]
327
+ },
328
+ {
329
+ "user_input": "keep alarm clock and glass breaking and remove engine",
330
+ "command_type": "mixed_commands",
331
+ "target_sources": [
332
+ "speech",
333
+ "alarm_clock",
334
+ "glass_breaking"
335
+ ],
336
+ "target_channels": [
337
+ 0,
338
+ 3,
339
+ 4
340
+ ]
341
+ },
342
+ {
343
+ "user_input": "remove alarm clock and keep engine and glass breaking",
344
+ "command_type": "mixed_commands",
345
+ "target_sources": [
346
+ "speech",
347
+ "engine",
348
+ "glass_breaking"
349
+ ],
350
+ "target_channels": [
351
+ 0,
352
+ 2,
353
+ 4
354
+ ]
355
+ },
356
+ {
357
+ "user_input": "keep engine and alarm clock and remove glass breaking",
358
+ "command_type": "mixed_commands",
359
+ "target_sources": [
360
+ "speech",
361
+ "engine",
362
+ "alarm_clock"
363
+ ],
364
+ "target_channels": [
365
+ 0,
366
+ 2,
367
+ 3
368
+ ]
369
+ },
370
+ {
371
+ "user_input": "keep glass breaking and remove engine and alarm clock",
372
+ "command_type": "mixed_commands",
373
+ "target_sources": [
374
+ "speech",
375
+ "glass_breaking"
376
+ ],
377
+ "target_channels": [
378
+ 0,
379
+ 4
380
+ ]
381
+ },
382
+ {
383
+ "user_input": "remove engine and glass breaking and keep alarm clock",
384
+ "command_type": "mixed_commands",
385
+ "target_sources": [
386
+ "speech",
387
+ "alarm_clock"
388
+ ],
389
+ "target_channels": [
390
+ 0,
391
+ 3
392
+ ]
393
+ },
394
+ {
395
+ "user_input": "remove alarm clock and glass breaking and keep engine",
396
+ "command_type": "mixed_commands",
397
+ "target_sources": [
398
+ "speech",
399
+ "engine"
400
+ ],
401
+ "target_channels": [
402
+ 0,
403
+ 2
404
+ ]
405
+ }
406
+ ]
407
+ }
data/audio_mixtures_old_both/test_700/supermarket_2dist_135_rep4.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "supermarket_2dist_135_rep4",
3
+ "scene_name": "Supermarket",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "sneeze",
7
+ "hammer"
8
+ ],
9
+ "audio_file": "supermarket_2dist_135_rep4.wav",
10
+ "split": "test",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/test/p256/p256_150.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 3.6319727891156464,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/test/Supermarket/asmr_Supermarket_R98aJqCQqdQ_chunk_101.mp3",
25
+ "origin_start": 130.03319727891156,
26
+ "origin_end": 140.03319727891156,
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/test/sneeze/fsd50k_399660.wav",
35
+ "origin_start": 0.0,
36
+ "origin_end": 0.626938775510204,
37
+ "mixture_start": 1.2756716368519885,
38
+ "mixture_end": 1.9026104123621925,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "hammer",
43
+ "display_name": "hammer",
44
+ "original_path": "distractors/test/hammer/fsd50k_127991.wav",
45
+ "origin_start": 1.2390702947845804,
46
+ "origin_end": 3.8692517006802722,
47
+ "mixture_start": 0.13385005111813456,
48
+ "mixture_end": 2.7640375714628407,
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 sneeze",
65
+ "command_type": "remove_only",
66
+ "target_sources": [
67
+ "speech"
68
+ ],
69
+ "target_channels": [
70
+ 0
71
+ ]
72
+ },
73
+ {
74
+ "user_input": "remove hammer",
75
+ "command_type": "remove_only",
76
+ "target_sources": [
77
+ "speech"
78
+ ],
79
+ "target_channels": [
80
+ 0
81
+ ]
82
+ },
83
+ {
84
+ "user_input": "remove sneeze and hammer",
85
+ "command_type": "remove_only",
86
+ "target_sources": [
87
+ "speech"
88
+ ],
89
+ "target_channels": [
90
+ 0
91
+ ]
92
+ },
93
+ {
94
+ "user_input": "keep sneeze",
95
+ "command_type": "keep_only",
96
+ "target_sources": [
97
+ "speech",
98
+ "sneeze"
99
+ ],
100
+ "target_channels": [
101
+ 0,
102
+ 2
103
+ ]
104
+ },
105
+ {
106
+ "user_input": "keep hammer",
107
+ "command_type": "keep_only",
108
+ "target_sources": [
109
+ "speech",
110
+ "hammer"
111
+ ],
112
+ "target_channels": [
113
+ 0,
114
+ 3
115
+ ]
116
+ },
117
+ {
118
+ "user_input": "keep sneeze and hammer",
119
+ "command_type": "keep_only",
120
+ "target_sources": [
121
+ "speech",
122
+ "sneeze",
123
+ "hammer"
124
+ ],
125
+ "target_channels": [
126
+ 0,
127
+ 2,
128
+ 3
129
+ ]
130
+ },
131
+ {
132
+ "user_input": "remove sneeze and keep hammer",
133
+ "command_type": "mixed_commands",
134
+ "target_sources": [
135
+ "speech",
136
+ "hammer"
137
+ ],
138
+ "target_channels": [
139
+ 0,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "keep sneeze and remove hammer",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "sneeze"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 2
153
+ ]
154
+ }
155
+ ]
156
+ }
data/audio_mixtures_old_both/test_700/supermarket_2dist_186_rep1.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "supermarket_2dist_186_rep1",
3
+ "scene_name": "Supermarket",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "baby_cry",
7
+ "footsteps"
8
+ ],
9
+ "audio_file": "supermarket_2dist_186_rep1.wav",
10
+ "split": "test",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/test/p248/p248_158.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 3.972063492063492,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/test/Supermarket/asmr_Supermarket_R98aJqCQqdQ_chunk_071.mp3",
25
+ "origin_start": 144.036462585034,
26
+ "origin_end": 154.036462585034,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "baby_cry",
33
+ "display_name": "baby cry",
34
+ "original_path": "distractors/test/baby_cry/disco_noises_402927_1.wav",
35
+ "origin_start": 14.860975056689343,
36
+ "origin_end": 18.526145124716553,
37
+ "mixture_start": 4.489258260339285,
38
+ "mixture_end": 8.15444436117771,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "footsteps",
43
+ "display_name": "footsteps",
44
+ "original_path": "distractors/test/footsteps/fsd50k_427684.wav",
45
+ "origin_start": 4.302040816326531,
46
+ "origin_end": 6.4240589569161,
47
+ "mixture_start": 7.364533627118984,
48
+ "mixture_end": 9.486565848139124,
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 baby cry",
65
+ "command_type": "remove_only",
66
+ "target_sources": [
67
+ "speech"
68
+ ],
69
+ "target_channels": [
70
+ 0
71
+ ]
72
+ },
73
+ {
74
+ "user_input": "remove footsteps",
75
+ "command_type": "remove_only",
76
+ "target_sources": [
77
+ "speech"
78
+ ],
79
+ "target_channels": [
80
+ 0
81
+ ]
82
+ },
83
+ {
84
+ "user_input": "remove baby cry and footsteps",
85
+ "command_type": "remove_only",
86
+ "target_sources": [
87
+ "speech"
88
+ ],
89
+ "target_channels": [
90
+ 0
91
+ ]
92
+ },
93
+ {
94
+ "user_input": "keep baby cry",
95
+ "command_type": "keep_only",
96
+ "target_sources": [
97
+ "speech",
98
+ "baby_cry"
99
+ ],
100
+ "target_channels": [
101
+ 0,
102
+ 2
103
+ ]
104
+ },
105
+ {
106
+ "user_input": "keep footsteps",
107
+ "command_type": "keep_only",
108
+ "target_sources": [
109
+ "speech",
110
+ "footsteps"
111
+ ],
112
+ "target_channels": [
113
+ 0,
114
+ 3
115
+ ]
116
+ },
117
+ {
118
+ "user_input": "keep baby cry and footsteps",
119
+ "command_type": "keep_only",
120
+ "target_sources": [
121
+ "speech",
122
+ "baby_cry",
123
+ "footsteps"
124
+ ],
125
+ "target_channels": [
126
+ 0,
127
+ 2,
128
+ 3
129
+ ]
130
+ },
131
+ {
132
+ "user_input": "remove baby cry and keep footsteps",
133
+ "command_type": "mixed_commands",
134
+ "target_sources": [
135
+ "speech",
136
+ "footsteps"
137
+ ],
138
+ "target_channels": [
139
+ 0,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "keep baby cry and remove footsteps",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "baby_cry"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 2
153
+ ]
154
+ }
155
+ ]
156
+ }
data/audio_mixtures_old_both/test_700/train_1dist_027_rep4.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "train_1dist_027_rep4",
3
+ "scene_name": "Train",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "sneeze"
7
+ ],
8
+ "audio_file": "train_1dist_027_rep4.wav",
9
+ "split": "test",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/test/p248/p248_187.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 3.2436054421768707,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/test/Train/asmr_Train_K92rkjZeTng_chunk_018.mp3",
24
+ "origin_start": 46.36557823129252,
25
+ "origin_end": 56.36557823129252,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "sneeze",
32
+ "display_name": "sneeze",
33
+ "original_path": "distractors/test/sneeze/esc-50_5-201274-A-21.wav",
34
+ "origin_start": 0.0,
35
+ "origin_end": 0.5224489795918368,
36
+ "mixture_start": 5.711545872107314,
37
+ "mixture_end": 6.23399485169915,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech"
47
+ ],
48
+ "target_channels": [
49
+ 0
50
+ ]
51
+ },
52
+ {
53
+ "user_input": "remove sneeze",
54
+ "command_type": "remove_only",
55
+ "target_sources": [
56
+ "speech"
57
+ ],
58
+ "target_channels": [
59
+ 0
60
+ ]
61
+ },
62
+ {
63
+ "user_input": "keep sneeze",
64
+ "command_type": "keep_only",
65
+ "target_sources": [
66
+ "speech",
67
+ "sneeze"
68
+ ],
69
+ "target_channels": [
70
+ 0,
71
+ 2
72
+ ]
73
+ }
74
+ ]
75
+ }
data/audio_mixtures_old_both/test_700/train_1dist_051_rep2.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "train_1dist_051_rep2",
3
+ "scene_name": "Train",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "sneeze"
7
+ ],
8
+ "audio_file": "train_1dist_051_rep2.wav",
9
+ "split": "test",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/test/p251/p251_258.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 4.100770975056689,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/test/Train/asmr_Train_K92rkjZeTng_chunk_005.mp3",
24
+ "origin_start": 127.95968253968255,
25
+ "origin_end": 137.95968253968255,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "sneeze",
32
+ "display_name": "sneeze",
33
+ "original_path": "distractors/test/sneeze/esc-50_5-194533-A-21.wav",
34
+ "origin_start": 0.22224489795918367,
35
+ "origin_end": 2.4937868480725625,
36
+ "mixture_start": 2.164220565847243,
37
+ "mixture_end": 4.435767817887669,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech"
47
+ ],
48
+ "target_channels": [
49
+ 0
50
+ ]
51
+ },
52
+ {
53
+ "user_input": "remove sneeze",
54
+ "command_type": "remove_only",
55
+ "target_sources": [
56
+ "speech"
57
+ ],
58
+ "target_channels": [
59
+ 0
60
+ ]
61
+ },
62
+ {
63
+ "user_input": "keep sneeze",
64
+ "command_type": "keep_only",
65
+ "target_sources": [
66
+ "speech",
67
+ "sneeze"
68
+ ],
69
+ "target_channels": [
70
+ 0,
71
+ 2
72
+ ]
73
+ }
74
+ ]
75
+ }
data/audio_mixtures_old_both/test_700/train_2dist_124_rep2.json ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "train_2dist_124_rep2",
3
+ "scene_name": "Train",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "boom",
7
+ "slam"
8
+ ],
9
+ "audio_file": "train_2dist_124_rep2.wav",
10
+ "split": "test",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/test/p249/p249_214.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 4.7798866213151925,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/test/Train/asmr_Train_jyuDtN-Awqg_chunk_001.mp3",
25
+ "origin_start": 269.8228571428571,
26
+ "origin_end": 279.8228571428571,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "boom",
33
+ "display_name": "boom",
34
+ "original_path": "distractors/test/boom/fsd50k_110111.wav",
35
+ "origin_start": 2.7999092970521544,
36
+ "origin_end": 5.494172335600907,
37
+ "mixture_start": 5.787168810078302,
38
+ "mixture_end": 8.481450332971079,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "slam",
43
+ "display_name": "slam",
44
+ "original_path": "distractors/test/slam/fsd50k_53271.wav",
45
+ "origin_start": 0.0,
46
+ "origin_end": 0.6153061224489796,
47
+ "mixture_start": 2.9865805617095678,
48
+ "mixture_end": 3.601909359895509,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech",
58
+ "boom",
59
+ "slam"
60
+ ],
61
+ "target_channels": [
62
+ 0,
63
+ 2,
64
+ 3
65
+ ]
66
+ },
67
+ {
68
+ "user_input": "remove boom",
69
+ "command_type": "remove_only",
70
+ "target_sources": [
71
+ "speech",
72
+ "slam"
73
+ ],
74
+ "target_channels": [
75
+ 0,
76
+ 3
77
+ ]
78
+ },
79
+ {
80
+ "user_input": "remove slam",
81
+ "command_type": "remove_only",
82
+ "target_sources": [
83
+ "speech",
84
+ "boom"
85
+ ],
86
+ "target_channels": [
87
+ 0,
88
+ 2
89
+ ]
90
+ },
91
+ {
92
+ "user_input": "remove boom and slam",
93
+ "command_type": "remove_only",
94
+ "target_sources": [
95
+ "speech"
96
+ ],
97
+ "target_channels": [
98
+ 0
99
+ ]
100
+ },
101
+ {
102
+ "user_input": "keep boom",
103
+ "command_type": "keep_only",
104
+ "target_sources": [
105
+ "speech",
106
+ "boom",
107
+ "slam"
108
+ ],
109
+ "target_channels": [
110
+ 0,
111
+ 2,
112
+ 3
113
+ ]
114
+ },
115
+ {
116
+ "user_input": "keep slam",
117
+ "command_type": "keep_only",
118
+ "target_sources": [
119
+ "speech",
120
+ "boom",
121
+ "slam"
122
+ ],
123
+ "target_channels": [
124
+ 0,
125
+ 2,
126
+ 3
127
+ ]
128
+ },
129
+ {
130
+ "user_input": "keep boom and slam",
131
+ "command_type": "keep_only",
132
+ "target_sources": [
133
+ "speech",
134
+ "boom",
135
+ "slam"
136
+ ],
137
+ "target_channels": [
138
+ 0,
139
+ 2,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "keep slam and remove boom",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "slam"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 3
153
+ ]
154
+ },
155
+ {
156
+ "user_input": "remove slam and keep boom",
157
+ "command_type": "mixed_commands",
158
+ "target_sources": [
159
+ "speech",
160
+ "boom"
161
+ ],
162
+ "target_channels": [
163
+ 0,
164
+ 2
165
+ ]
166
+ }
167
+ ]
168
+ }