carankt commited on
Commit
b40c403
·
verified ·
1 Parent(s): 297ab9a

Add files using upload-large-folder tool

Browse files
data/audio_mixtures_old_both/train/airport_2dist_116_rep2.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "airport_2dist_116_rep2",
3
+ "scene_name": "Airport",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "drill",
7
+ "ringtone"
8
+ ],
9
+ "audio_file": "airport_2dist_116_rep2.wav",
10
+ "split": "train",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/train/p271/p271_339.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 3.544013605442177,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Airport/asmr_Airport_vTX-Nhs-kUo_chunk_004.mp3",
25
+ "origin_start": 148.83138321995466,
26
+ "origin_end": 158.83138321995466,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "drill",
33
+ "display_name": "drill",
34
+ "original_path": "distractors/train/drill/fsd50k_386293.wav",
35
+ "origin_start": 0.0,
36
+ "origin_end": 0.75,
37
+ "mixture_start": 0.7033451958980597,
38
+ "mixture_end": 1.4533451958980597,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "ringtone",
43
+ "display_name": "ringtone",
44
+ "original_path": "distractors/train/ringtone/fsd50k_221359.wav",
45
+ "origin_start": 0.0,
46
+ "origin_end": 1.18421768707483,
47
+ "mixture_start": 3.9944992472113117,
48
+ "mixture_end": 5.178716934286141,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech",
58
+ "ringtone"
59
+ ],
60
+ "target_channels": [
61
+ 0,
62
+ 3
63
+ ]
64
+ },
65
+ {
66
+ "user_input": "remove drill",
67
+ "command_type": "remove_only",
68
+ "target_sources": [
69
+ "speech",
70
+ "ringtone"
71
+ ],
72
+ "target_channels": [
73
+ 0,
74
+ 3
75
+ ]
76
+ },
77
+ {
78
+ "user_input": "remove ringtone",
79
+ "command_type": "remove_only",
80
+ "target_sources": [
81
+ "speech"
82
+ ],
83
+ "target_channels": [
84
+ 0
85
+ ]
86
+ },
87
+ {
88
+ "user_input": "remove drill and ringtone",
89
+ "command_type": "remove_only",
90
+ "target_sources": [
91
+ "speech"
92
+ ],
93
+ "target_channels": [
94
+ 0
95
+ ]
96
+ },
97
+ {
98
+ "user_input": "keep drill",
99
+ "command_type": "keep_only",
100
+ "target_sources": [
101
+ "speech",
102
+ "drill",
103
+ "ringtone"
104
+ ],
105
+ "target_channels": [
106
+ 0,
107
+ 2,
108
+ 3
109
+ ]
110
+ },
111
+ {
112
+ "user_input": "keep ringtone",
113
+ "command_type": "keep_only",
114
+ "target_sources": [
115
+ "speech",
116
+ "ringtone"
117
+ ],
118
+ "target_channels": [
119
+ 0,
120
+ 3
121
+ ]
122
+ },
123
+ {
124
+ "user_input": "keep drill and ringtone",
125
+ "command_type": "keep_only",
126
+ "target_sources": [
127
+ "speech",
128
+ "drill",
129
+ "ringtone"
130
+ ],
131
+ "target_channels": [
132
+ 0,
133
+ 2,
134
+ 3
135
+ ]
136
+ },
137
+ {
138
+ "user_input": "keep ringtone and remove drill",
139
+ "command_type": "mixed_commands",
140
+ "target_sources": [
141
+ "speech",
142
+ "ringtone"
143
+ ],
144
+ "target_channels": [
145
+ 0,
146
+ 3
147
+ ]
148
+ },
149
+ {
150
+ "user_input": "remove ringtone and keep drill",
151
+ "command_type": "mixed_commands",
152
+ "target_sources": [
153
+ "speech",
154
+ "drill"
155
+ ],
156
+ "target_channels": [
157
+ 0,
158
+ 2
159
+ ]
160
+ }
161
+ ]
162
+ }
data/audio_mixtures_old_both/train/beach_1dist_026_rep4.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "beach_1dist_026_rep4",
3
+ "scene_name": "Beach",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "fireworks"
7
+ ],
8
+ "audio_file": "beach_1dist_026_rep4.wav",
9
+ "split": "train",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/train/p283/p283_435.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 3.1175963718820863,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/Beach/asmr_Beach_Nep1qytq9JM_chunk_010.mp3",
24
+ "origin_start": 40.19369614512472,
25
+ "origin_end": 50.19369614512472,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "fireworks",
32
+ "display_name": "fireworks",
33
+ "original_path": "distractors/train/fireworks/fsd50k_349788.wav",
34
+ "origin_start": 0.0,
35
+ "origin_end": 0.5456689342403628,
36
+ "mixture_start": 5.009914260840936,
37
+ "mixture_end": 5.555583195081298,
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 fireworks",
54
+ "command_type": "remove_only",
55
+ "target_sources": [
56
+ "speech"
57
+ ],
58
+ "target_channels": [
59
+ 0
60
+ ]
61
+ },
62
+ {
63
+ "user_input": "keep fireworks",
64
+ "command_type": "keep_only",
65
+ "target_sources": [
66
+ "speech",
67
+ "fireworks"
68
+ ],
69
+ "target_channels": [
70
+ 0,
71
+ 2
72
+ ]
73
+ }
74
+ ]
75
+ }
data/audio_mixtures_old_both/train/beach_1dist_033_rep2.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "beach_1dist_033_rep2",
3
+ "scene_name": "Beach",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "boom"
7
+ ],
8
+ "audio_file": "beach_1dist_033_rep2.wav",
9
+ "split": "train",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/train/p277/p277_318.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 3.1163265306122447,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/Beach/asmr_Beach_Nep1qytq9JM_chunk_067.mp3",
24
+ "origin_start": 27.39278911564626,
25
+ "origin_end": 37.39278911564626,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "boom",
32
+ "display_name": "boom",
33
+ "original_path": "distractors/train/boom/fsd50k_186925.wav",
34
+ "origin_start": 0.0,
35
+ "origin_end": 1.2887074829931973,
36
+ "mixture_start": 5.497037597435146,
37
+ "mixture_end": 6.7857450804283435,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech",
47
+ "boom"
48
+ ],
49
+ "target_channels": [
50
+ 0,
51
+ 2
52
+ ]
53
+ },
54
+ {
55
+ "user_input": "remove boom",
56
+ "command_type": "remove_only",
57
+ "target_sources": [
58
+ "speech"
59
+ ],
60
+ "target_channels": [
61
+ 0
62
+ ]
63
+ },
64
+ {
65
+ "user_input": "keep boom",
66
+ "command_type": "keep_only",
67
+ "target_sources": [
68
+ "speech",
69
+ "boom"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 2
74
+ ]
75
+ }
76
+ ]
77
+ }
data/audio_mixtures_old_both/train/beach_2dist_170_rep1.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "beach_2dist_170_rep1",
3
+ "scene_name": "Beach",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "car_alarm",
7
+ "birds_chirping"
8
+ ],
9
+ "audio_file": "beach_2dist_170_rep1.wav",
10
+ "split": "train",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/val/p241/p241_188.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 2.776530612244898,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Beach/asmr_Beach_urVW36rIHYM_chunk_023.mp3",
25
+ "origin_start": 126.30462585034013,
26
+ "origin_end": 136.30462585034013,
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/train/car_alarm/fsd50k_365903.wav",
35
+ "origin_start": 0.2596598639455782,
36
+ "origin_end": 2.6199092970521543,
37
+ "mixture_start": 2.27023643579306,
38
+ "mixture_end": 4.630507956678223,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "birds_chirping",
43
+ "display_name": "birds chirping",
44
+ "original_path": "distractors/val/birds_chirping/esc-50_4-216211-A-14.wav",
45
+ "origin_start": 0.0626077097505669,
46
+ "origin_end": 2.342267573696145,
47
+ "mixture_start": 4.059811354516067,
48
+ "mixture_end": 6.33947140270843,
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 birds chirping",
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 birds chirping",
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 birds chirping",
111
+ "command_type": "keep_only",
112
+ "target_sources": [
113
+ "speech",
114
+ "car_alarm",
115
+ "birds_chirping"
116
+ ],
117
+ "target_channels": [
118
+ 0,
119
+ 2,
120
+ 3
121
+ ]
122
+ },
123
+ {
124
+ "user_input": "keep car alarm and birds chirping",
125
+ "command_type": "keep_only",
126
+ "target_sources": [
127
+ "speech",
128
+ "car_alarm",
129
+ "birds_chirping"
130
+ ],
131
+ "target_channels": [
132
+ 0,
133
+ 2,
134
+ 3
135
+ ]
136
+ },
137
+ {
138
+ "user_input": "remove car alarm and keep birds chirping",
139
+ "command_type": "mixed_commands",
140
+ "target_sources": [
141
+ "speech",
142
+ "birds_chirping"
143
+ ],
144
+ "target_channels": [
145
+ 0,
146
+ 3
147
+ ]
148
+ },
149
+ {
150
+ "user_input": "keep car alarm and remove birds chirping",
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/train/bus_2dist_138_rep1.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "bus_2dist_138_rep1",
3
+ "scene_name": "Bus",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "door_knock",
7
+ "hammer"
8
+ ],
9
+ "audio_file": "bus_2dist_138_rep1.wav",
10
+ "split": "train",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/train/p284/p284_243.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 2.2225850340136053,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Bus/asmr_Bus_r38kWRF-FSg_chunk_011.mp3",
25
+ "origin_start": 44.50038548752835,
26
+ "origin_end": 54.50038548752835,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "door_knock",
33
+ "display_name": "door knock",
34
+ "original_path": "distractors/train/door_knock/esc-50_3-152594-A-30.wav",
35
+ "origin_start": 0.0,
36
+ "origin_end": 1.207437641723356,
37
+ "mixture_start": 8.328603741873476,
38
+ "mixture_end": 9.536041383596832,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "hammer",
43
+ "display_name": "hammer",
44
+ "original_path": "distractors/train/hammer/fsd50k_378698.wav",
45
+ "origin_start": 0.3735600907029478,
46
+ "origin_end": 2.7782539682539684,
47
+ "mixture_start": 5.915843559529414,
48
+ "mixture_end": 8.320545172664234,
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 door knock",
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 door knock 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 door knock",
95
+ "command_type": "keep_only",
96
+ "target_sources": [
97
+ "speech",
98
+ "door_knock"
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 door knock and hammer",
119
+ "command_type": "keep_only",
120
+ "target_sources": [
121
+ "speech",
122
+ "door_knock",
123
+ "hammer"
124
+ ],
125
+ "target_channels": [
126
+ 0,
127
+ 2,
128
+ 3
129
+ ]
130
+ },
131
+ {
132
+ "user_input": "remove door knock 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 door knock and remove hammer",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "door_knock"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 2
153
+ ]
154
+ }
155
+ ]
156
+ }
data/audio_mixtures_old_both/train/bus_2dist_183_rep3.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "bus_2dist_183_rep3",
3
+ "scene_name": "Bus",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "car_alarm",
7
+ "glass_breaking"
8
+ ],
9
+ "audio_file": "bus_2dist_183_rep3.wav",
10
+ "split": "train",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/val/p240/p240_095.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 3.0759410430839003,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Bus/asmr_Bus_r38kWRF-FSg_chunk_007.mp3",
25
+ "origin_start": 240.74024943310658,
26
+ "origin_end": 250.74024943310658,
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/train/car_alarm/fsd50k_217989.wav",
35
+ "origin_start": 0.0,
36
+ "origin_end": 0.9366213151927437,
37
+ "mixture_start": 8.6396065513791,
38
+ "mixture_end": 9.576227866571843,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "glass_breaking",
43
+ "display_name": "glass breaking",
44
+ "original_path": "distractors/train/glass_breaking/fsd50k_390716.wav",
45
+ "origin_start": 0.0,
46
+ "origin_end": 0.893968253968254,
47
+ "mixture_start": 5.061218290424799,
48
+ "mixture_end": 5.955186544393053,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech",
58
+ "glass_breaking"
59
+ ],
60
+ "target_channels": [
61
+ 0,
62
+ 3
63
+ ]
64
+ },
65
+ {
66
+ "user_input": "remove car alarm",
67
+ "command_type": "remove_only",
68
+ "target_sources": [
69
+ "speech",
70
+ "glass_breaking"
71
+ ],
72
+ "target_channels": [
73
+ 0,
74
+ 3
75
+ ]
76
+ },
77
+ {
78
+ "user_input": "remove glass breaking",
79
+ "command_type": "remove_only",
80
+ "target_sources": [
81
+ "speech"
82
+ ],
83
+ "target_channels": [
84
+ 0
85
+ ]
86
+ },
87
+ {
88
+ "user_input": "remove car alarm and glass breaking",
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
+ "glass_breaking"
104
+ ],
105
+ "target_channels": [
106
+ 0,
107
+ 2,
108
+ 3
109
+ ]
110
+ },
111
+ {
112
+ "user_input": "keep glass breaking",
113
+ "command_type": "keep_only",
114
+ "target_sources": [
115
+ "speech",
116
+ "glass_breaking"
117
+ ],
118
+ "target_channels": [
119
+ 0,
120
+ 3
121
+ ]
122
+ },
123
+ {
124
+ "user_input": "keep car alarm and glass breaking",
125
+ "command_type": "keep_only",
126
+ "target_sources": [
127
+ "speech",
128
+ "car_alarm",
129
+ "glass_breaking"
130
+ ],
131
+ "target_channels": [
132
+ 0,
133
+ 2,
134
+ 3
135
+ ]
136
+ },
137
+ {
138
+ "user_input": "keep glass breaking and remove car alarm",
139
+ "command_type": "mixed_commands",
140
+ "target_sources": [
141
+ "speech",
142
+ "glass_breaking"
143
+ ],
144
+ "target_channels": [
145
+ 0,
146
+ 3
147
+ ]
148
+ },
149
+ {
150
+ "user_input": "remove glass breaking 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/train/city_1dist_043_rep2.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "city_1dist_043_rep2",
3
+ "scene_name": "City",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "footsteps"
7
+ ],
8
+ "audio_file": "city_1dist_043_rep2.wav",
9
+ "split": "train",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/train/p282/p282_124.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 3.9729478458049887,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/City/asmr_City_KkXLEHqzYZk_chunk_060.mp3",
24
+ "origin_start": 87.48222222222222,
25
+ "origin_end": 97.48222222222222,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "footsteps",
32
+ "display_name": "footsteps",
33
+ "original_path": "distractors/train/footsteps/esc-50_1-155858-E-25.wav",
34
+ "origin_start": 0.08340136054421769,
35
+ "origin_end": 3.377278911564626,
36
+ "mixture_start": 5.31698033547945,
37
+ "mixture_end": 8.610870031763202,
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 footsteps",
54
+ "command_type": "remove_only",
55
+ "target_sources": [
56
+ "speech"
57
+ ],
58
+ "target_channels": [
59
+ 0
60
+ ]
61
+ },
62
+ {
63
+ "user_input": "keep footsteps",
64
+ "command_type": "keep_only",
65
+ "target_sources": [
66
+ "speech",
67
+ "footsteps"
68
+ ],
69
+ "target_channels": [
70
+ 0,
71
+ 2
72
+ ]
73
+ }
74
+ ]
75
+ }
data/audio_mixtures_old_both/train/city_3dist_268_rep2.json ADDED
@@ -0,0 +1,443 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "city_3dist_268_rep2",
3
+ "scene_name": "City",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "car_alarm",
7
+ "cellphone_buzz_vibrating_alert",
8
+ "glass_breaking"
9
+ ],
10
+ "audio_file": "city_3dist_268_rep2.wav",
11
+ "split": "train",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/train/p278/p278_364.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 4.1407256235827665,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/City/asmr_City_KkXLEHqzYZk_chunk_038.mp3",
26
+ "origin_start": 274.8138321995465,
27
+ "origin_end": 284.8138321995465,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "car_alarm",
34
+ "display_name": "car alarm",
35
+ "original_path": "distractors/val/car_alarm/fsd50k_422051.wav",
36
+ "origin_start": 1.3796371882086167,
37
+ "origin_end": 3.67530612244898,
38
+ "mixture_start": 2.8469515736268436,
39
+ "mixture_end": 5.142625880525257,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "cellphone_buzz_vibrating_alert",
44
+ "display_name": "cellphone buzz vibrating alert",
45
+ "original_path": "distractors/train/cellphone_buzz_vibrating_alert/fsd50k_256210.wav",
46
+ "origin_start": 0.10596371882086168,
47
+ "origin_end": 2.199455782312925,
48
+ "mixture_start": 5.335748607768481,
49
+ "mixture_end": 7.4292504703368785,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "glass_breaking",
54
+ "display_name": "glass breaking",
55
+ "original_path": "distractors/train/glass_breaking/esc-50_2-173607-A-39.wav",
56
+ "origin_start": 0.0,
57
+ "origin_end": 1.9388662131519274,
58
+ "mixture_start": 7.567858260622594,
59
+ "mixture_end": 9.506724473774522,
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
+ "glass_breaking"
72
+ ],
73
+ "target_channels": [
74
+ 0,
75
+ 2,
76
+ 3,
77
+ 4
78
+ ]
79
+ },
80
+ {
81
+ "user_input": "remove car alarm",
82
+ "command_type": "remove_only",
83
+ "target_sources": [
84
+ "speech",
85
+ "cellphone_buzz_vibrating_alert",
86
+ "glass_breaking"
87
+ ],
88
+ "target_channels": [
89
+ 0,
90
+ 3,
91
+ 4
92
+ ]
93
+ },
94
+ {
95
+ "user_input": "remove cellphone buzz vibrating alert",
96
+ "command_type": "remove_only",
97
+ "target_sources": [
98
+ "speech",
99
+ "car_alarm",
100
+ "glass_breaking"
101
+ ],
102
+ "target_channels": [
103
+ 0,
104
+ 2,
105
+ 4
106
+ ]
107
+ },
108
+ {
109
+ "user_input": "remove glass breaking",
110
+ "command_type": "remove_only",
111
+ "target_sources": [
112
+ "speech",
113
+ "car_alarm",
114
+ "cellphone_buzz_vibrating_alert"
115
+ ],
116
+ "target_channels": [
117
+ 0,
118
+ 2,
119
+ 3
120
+ ]
121
+ },
122
+ {
123
+ "user_input": "remove car alarm and cellphone buzz vibrating alert",
124
+ "command_type": "remove_only",
125
+ "target_sources": [
126
+ "speech",
127
+ "glass_breaking"
128
+ ],
129
+ "target_channels": [
130
+ 0,
131
+ 4
132
+ ]
133
+ },
134
+ {
135
+ "user_input": "remove car alarm and glass breaking",
136
+ "command_type": "remove_only",
137
+ "target_sources": [
138
+ "speech",
139
+ "cellphone_buzz_vibrating_alert"
140
+ ],
141
+ "target_channels": [
142
+ 0,
143
+ 3
144
+ ]
145
+ },
146
+ {
147
+ "user_input": "remove cellphone buzz vibrating alert and glass breaking",
148
+ "command_type": "remove_only",
149
+ "target_sources": [
150
+ "speech",
151
+ "car_alarm"
152
+ ],
153
+ "target_channels": [
154
+ 0,
155
+ 2
156
+ ]
157
+ },
158
+ {
159
+ "user_input": "remove car alarm and cellphone buzz vibrating alert and glass breaking",
160
+ "command_type": "remove_only",
161
+ "target_sources": [
162
+ "speech"
163
+ ],
164
+ "target_channels": [
165
+ 0
166
+ ]
167
+ },
168
+ {
169
+ "user_input": "keep car alarm",
170
+ "command_type": "keep_only",
171
+ "target_sources": [
172
+ "speech",
173
+ "car_alarm",
174
+ "cellphone_buzz_vibrating_alert",
175
+ "glass_breaking"
176
+ ],
177
+ "target_channels": [
178
+ 0,
179
+ 2,
180
+ 3,
181
+ 4
182
+ ]
183
+ },
184
+ {
185
+ "user_input": "keep cellphone buzz vibrating alert",
186
+ "command_type": "keep_only",
187
+ "target_sources": [
188
+ "speech",
189
+ "car_alarm",
190
+ "cellphone_buzz_vibrating_alert",
191
+ "glass_breaking"
192
+ ],
193
+ "target_channels": [
194
+ 0,
195
+ 2,
196
+ 3,
197
+ 4
198
+ ]
199
+ },
200
+ {
201
+ "user_input": "keep glass breaking",
202
+ "command_type": "keep_only",
203
+ "target_sources": [
204
+ "speech",
205
+ "car_alarm",
206
+ "cellphone_buzz_vibrating_alert",
207
+ "glass_breaking"
208
+ ],
209
+ "target_channels": [
210
+ 0,
211
+ 2,
212
+ 3,
213
+ 4
214
+ ]
215
+ },
216
+ {
217
+ "user_input": "keep car alarm and cellphone buzz vibrating alert",
218
+ "command_type": "keep_only",
219
+ "target_sources": [
220
+ "speech",
221
+ "car_alarm",
222
+ "cellphone_buzz_vibrating_alert",
223
+ "glass_breaking"
224
+ ],
225
+ "target_channels": [
226
+ 0,
227
+ 2,
228
+ 3,
229
+ 4
230
+ ]
231
+ },
232
+ {
233
+ "user_input": "keep car alarm and glass breaking",
234
+ "command_type": "keep_only",
235
+ "target_sources": [
236
+ "speech",
237
+ "car_alarm",
238
+ "cellphone_buzz_vibrating_alert",
239
+ "glass_breaking"
240
+ ],
241
+ "target_channels": [
242
+ 0,
243
+ 2,
244
+ 3,
245
+ 4
246
+ ]
247
+ },
248
+ {
249
+ "user_input": "keep cellphone buzz vibrating alert and glass breaking",
250
+ "command_type": "keep_only",
251
+ "target_sources": [
252
+ "speech",
253
+ "car_alarm",
254
+ "cellphone_buzz_vibrating_alert",
255
+ "glass_breaking"
256
+ ],
257
+ "target_channels": [
258
+ 0,
259
+ 2,
260
+ 3,
261
+ 4
262
+ ]
263
+ },
264
+ {
265
+ "user_input": "keep car alarm and cellphone buzz vibrating alert and glass breaking",
266
+ "command_type": "keep_only",
267
+ "target_sources": [
268
+ "speech",
269
+ "car_alarm",
270
+ "cellphone_buzz_vibrating_alert",
271
+ "glass_breaking"
272
+ ],
273
+ "target_channels": [
274
+ 0,
275
+ 2,
276
+ 3,
277
+ 4
278
+ ]
279
+ },
280
+ {
281
+ "user_input": "keep cellphone buzz vibrating alert and remove car alarm",
282
+ "command_type": "mixed_commands",
283
+ "target_sources": [
284
+ "speech",
285
+ "cellphone_buzz_vibrating_alert",
286
+ "glass_breaking"
287
+ ],
288
+ "target_channels": [
289
+ 0,
290
+ 3,
291
+ 4
292
+ ]
293
+ },
294
+ {
295
+ "user_input": "keep glass breaking and remove car alarm",
296
+ "command_type": "mixed_commands",
297
+ "target_sources": [
298
+ "speech",
299
+ "cellphone_buzz_vibrating_alert",
300
+ "glass_breaking"
301
+ ],
302
+ "target_channels": [
303
+ 0,
304
+ 3,
305
+ 4
306
+ ]
307
+ },
308
+ {
309
+ "user_input": "remove cellphone buzz vibrating alert and keep car alarm",
310
+ "command_type": "mixed_commands",
311
+ "target_sources": [
312
+ "speech",
313
+ "car_alarm",
314
+ "glass_breaking"
315
+ ],
316
+ "target_channels": [
317
+ 0,
318
+ 2,
319
+ 4
320
+ ]
321
+ },
322
+ {
323
+ "user_input": "remove cellphone buzz vibrating alert and keep glass breaking",
324
+ "command_type": "mixed_commands",
325
+ "target_sources": [
326
+ "speech",
327
+ "car_alarm",
328
+ "glass_breaking"
329
+ ],
330
+ "target_channels": [
331
+ 0,
332
+ 2,
333
+ 4
334
+ ]
335
+ },
336
+ {
337
+ "user_input": "remove glass breaking and keep car alarm",
338
+ "command_type": "mixed_commands",
339
+ "target_sources": [
340
+ "speech",
341
+ "car_alarm",
342
+ "cellphone_buzz_vibrating_alert"
343
+ ],
344
+ "target_channels": [
345
+ 0,
346
+ 2,
347
+ 3
348
+ ]
349
+ },
350
+ {
351
+ "user_input": "keep cellphone buzz vibrating alert and remove glass breaking",
352
+ "command_type": "mixed_commands",
353
+ "target_sources": [
354
+ "speech",
355
+ "car_alarm",
356
+ "cellphone_buzz_vibrating_alert"
357
+ ],
358
+ "target_channels": [
359
+ 0,
360
+ 2,
361
+ 3
362
+ ]
363
+ },
364
+ {
365
+ "user_input": "keep cellphone buzz vibrating alert and glass breaking and remove car alarm",
366
+ "command_type": "mixed_commands",
367
+ "target_sources": [
368
+ "speech",
369
+ "cellphone_buzz_vibrating_alert",
370
+ "glass_breaking"
371
+ ],
372
+ "target_channels": [
373
+ 0,
374
+ 3,
375
+ 4
376
+ ]
377
+ },
378
+ {
379
+ "user_input": "remove cellphone buzz vibrating alert and keep car alarm and glass breaking",
380
+ "command_type": "mixed_commands",
381
+ "target_sources": [
382
+ "speech",
383
+ "car_alarm",
384
+ "glass_breaking"
385
+ ],
386
+ "target_channels": [
387
+ 0,
388
+ 2,
389
+ 4
390
+ ]
391
+ },
392
+ {
393
+ "user_input": "remove glass breaking and keep car alarm and cellphone buzz vibrating alert",
394
+ "command_type": "mixed_commands",
395
+ "target_sources": [
396
+ "speech",
397
+ "car_alarm",
398
+ "cellphone_buzz_vibrating_alert"
399
+ ],
400
+ "target_channels": [
401
+ 0,
402
+ 2,
403
+ 3
404
+ ]
405
+ },
406
+ {
407
+ "user_input": "keep glass breaking and remove car alarm and cellphone buzz vibrating alert",
408
+ "command_type": "mixed_commands",
409
+ "target_sources": [
410
+ "speech",
411
+ "glass_breaking"
412
+ ],
413
+ "target_channels": [
414
+ 0,
415
+ 4
416
+ ]
417
+ },
418
+ {
419
+ "user_input": "keep cellphone buzz vibrating alert and remove car alarm and glass breaking",
420
+ "command_type": "mixed_commands",
421
+ "target_sources": [
422
+ "speech",
423
+ "cellphone_buzz_vibrating_alert"
424
+ ],
425
+ "target_channels": [
426
+ 0,
427
+ 3
428
+ ]
429
+ },
430
+ {
431
+ "user_input": "remove cellphone buzz vibrating alert and glass breaking and keep car alarm",
432
+ "command_type": "mixed_commands",
433
+ "target_sources": [
434
+ "speech",
435
+ "car_alarm"
436
+ ],
437
+ "target_channels": [
438
+ 0,
439
+ 2
440
+ ]
441
+ }
442
+ ]
443
+ }
data/audio_mixtures_old_both/train/city_3dist_268_rep4.json ADDED
@@ -0,0 +1,443 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "city_3dist_268_rep4",
3
+ "scene_name": "City",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "car_alarm",
7
+ "cellphone_buzz_vibrating_alert",
8
+ "glass_breaking"
9
+ ],
10
+ "audio_file": "city_3dist_268_rep4.wav",
11
+ "split": "train",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/train/p257/p257_367.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 3.4143537414965985,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/City/asmr_City_KkXLEHqzYZk_chunk_005.mp3",
26
+ "origin_start": 167.27503401360545,
27
+ "origin_end": 177.27503401360545,
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/train/car_alarm/fsd50k_217989.wav",
36
+ "origin_start": 0.0,
37
+ "origin_end": 0.9366213151927437,
38
+ "mixture_start": 7.591894491807039,
39
+ "mixture_end": 8.528515806999783,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "cellphone_buzz_vibrating_alert",
44
+ "display_name": "cellphone buzz vibrating alert",
45
+ "original_path": "distractors/train/cellphone_buzz_vibrating_alert/fsd50k_65514.wav",
46
+ "origin_start": 0.7849433106575964,
47
+ "origin_end": 2.944081632653061,
48
+ "mixture_start": 5.433800053405553,
49
+ "mixture_end": 7.592941799415465,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "glass_breaking",
54
+ "display_name": "glass breaking",
55
+ "original_path": "distractors/train/glass_breaking/fsd50k_368342.wav",
56
+ "origin_start": 0.0,
57
+ "origin_end": 0.5804988662131519,
58
+ "mixture_start": 3.0944763204842287,
59
+ "mixture_end": 3.6749751866973805,
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
+ "glass_breaking"
72
+ ],
73
+ "target_channels": [
74
+ 0,
75
+ 2,
76
+ 3,
77
+ 4
78
+ ]
79
+ },
80
+ {
81
+ "user_input": "remove car alarm",
82
+ "command_type": "remove_only",
83
+ "target_sources": [
84
+ "speech",
85
+ "cellphone_buzz_vibrating_alert",
86
+ "glass_breaking"
87
+ ],
88
+ "target_channels": [
89
+ 0,
90
+ 3,
91
+ 4
92
+ ]
93
+ },
94
+ {
95
+ "user_input": "remove cellphone buzz vibrating alert",
96
+ "command_type": "remove_only",
97
+ "target_sources": [
98
+ "speech",
99
+ "car_alarm",
100
+ "glass_breaking"
101
+ ],
102
+ "target_channels": [
103
+ 0,
104
+ 2,
105
+ 4
106
+ ]
107
+ },
108
+ {
109
+ "user_input": "remove glass breaking",
110
+ "command_type": "remove_only",
111
+ "target_sources": [
112
+ "speech",
113
+ "car_alarm",
114
+ "cellphone_buzz_vibrating_alert"
115
+ ],
116
+ "target_channels": [
117
+ 0,
118
+ 2,
119
+ 3
120
+ ]
121
+ },
122
+ {
123
+ "user_input": "remove car alarm and cellphone buzz vibrating alert",
124
+ "command_type": "remove_only",
125
+ "target_sources": [
126
+ "speech",
127
+ "glass_breaking"
128
+ ],
129
+ "target_channels": [
130
+ 0,
131
+ 4
132
+ ]
133
+ },
134
+ {
135
+ "user_input": "remove car alarm and glass breaking",
136
+ "command_type": "remove_only",
137
+ "target_sources": [
138
+ "speech",
139
+ "cellphone_buzz_vibrating_alert"
140
+ ],
141
+ "target_channels": [
142
+ 0,
143
+ 3
144
+ ]
145
+ },
146
+ {
147
+ "user_input": "remove cellphone buzz vibrating alert and glass breaking",
148
+ "command_type": "remove_only",
149
+ "target_sources": [
150
+ "speech",
151
+ "car_alarm"
152
+ ],
153
+ "target_channels": [
154
+ 0,
155
+ 2
156
+ ]
157
+ },
158
+ {
159
+ "user_input": "remove car alarm and cellphone buzz vibrating alert and glass breaking",
160
+ "command_type": "remove_only",
161
+ "target_sources": [
162
+ "speech"
163
+ ],
164
+ "target_channels": [
165
+ 0
166
+ ]
167
+ },
168
+ {
169
+ "user_input": "keep car alarm",
170
+ "command_type": "keep_only",
171
+ "target_sources": [
172
+ "speech",
173
+ "car_alarm",
174
+ "cellphone_buzz_vibrating_alert",
175
+ "glass_breaking"
176
+ ],
177
+ "target_channels": [
178
+ 0,
179
+ 2,
180
+ 3,
181
+ 4
182
+ ]
183
+ },
184
+ {
185
+ "user_input": "keep cellphone buzz vibrating alert",
186
+ "command_type": "keep_only",
187
+ "target_sources": [
188
+ "speech",
189
+ "car_alarm",
190
+ "cellphone_buzz_vibrating_alert",
191
+ "glass_breaking"
192
+ ],
193
+ "target_channels": [
194
+ 0,
195
+ 2,
196
+ 3,
197
+ 4
198
+ ]
199
+ },
200
+ {
201
+ "user_input": "keep glass breaking",
202
+ "command_type": "keep_only",
203
+ "target_sources": [
204
+ "speech",
205
+ "car_alarm",
206
+ "cellphone_buzz_vibrating_alert",
207
+ "glass_breaking"
208
+ ],
209
+ "target_channels": [
210
+ 0,
211
+ 2,
212
+ 3,
213
+ 4
214
+ ]
215
+ },
216
+ {
217
+ "user_input": "keep car alarm and cellphone buzz vibrating alert",
218
+ "command_type": "keep_only",
219
+ "target_sources": [
220
+ "speech",
221
+ "car_alarm",
222
+ "cellphone_buzz_vibrating_alert",
223
+ "glass_breaking"
224
+ ],
225
+ "target_channels": [
226
+ 0,
227
+ 2,
228
+ 3,
229
+ 4
230
+ ]
231
+ },
232
+ {
233
+ "user_input": "keep car alarm and glass breaking",
234
+ "command_type": "keep_only",
235
+ "target_sources": [
236
+ "speech",
237
+ "car_alarm",
238
+ "cellphone_buzz_vibrating_alert",
239
+ "glass_breaking"
240
+ ],
241
+ "target_channels": [
242
+ 0,
243
+ 2,
244
+ 3,
245
+ 4
246
+ ]
247
+ },
248
+ {
249
+ "user_input": "keep cellphone buzz vibrating alert and glass breaking",
250
+ "command_type": "keep_only",
251
+ "target_sources": [
252
+ "speech",
253
+ "car_alarm",
254
+ "cellphone_buzz_vibrating_alert",
255
+ "glass_breaking"
256
+ ],
257
+ "target_channels": [
258
+ 0,
259
+ 2,
260
+ 3,
261
+ 4
262
+ ]
263
+ },
264
+ {
265
+ "user_input": "keep car alarm and cellphone buzz vibrating alert and glass breaking",
266
+ "command_type": "keep_only",
267
+ "target_sources": [
268
+ "speech",
269
+ "car_alarm",
270
+ "cellphone_buzz_vibrating_alert",
271
+ "glass_breaking"
272
+ ],
273
+ "target_channels": [
274
+ 0,
275
+ 2,
276
+ 3,
277
+ 4
278
+ ]
279
+ },
280
+ {
281
+ "user_input": "keep cellphone buzz vibrating alert and remove car alarm",
282
+ "command_type": "mixed_commands",
283
+ "target_sources": [
284
+ "speech",
285
+ "cellphone_buzz_vibrating_alert",
286
+ "glass_breaking"
287
+ ],
288
+ "target_channels": [
289
+ 0,
290
+ 3,
291
+ 4
292
+ ]
293
+ },
294
+ {
295
+ "user_input": "keep glass breaking and remove car alarm",
296
+ "command_type": "mixed_commands",
297
+ "target_sources": [
298
+ "speech",
299
+ "cellphone_buzz_vibrating_alert",
300
+ "glass_breaking"
301
+ ],
302
+ "target_channels": [
303
+ 0,
304
+ 3,
305
+ 4
306
+ ]
307
+ },
308
+ {
309
+ "user_input": "remove cellphone buzz vibrating alert and keep car alarm",
310
+ "command_type": "mixed_commands",
311
+ "target_sources": [
312
+ "speech",
313
+ "car_alarm",
314
+ "glass_breaking"
315
+ ],
316
+ "target_channels": [
317
+ 0,
318
+ 2,
319
+ 4
320
+ ]
321
+ },
322
+ {
323
+ "user_input": "remove cellphone buzz vibrating alert and keep glass breaking",
324
+ "command_type": "mixed_commands",
325
+ "target_sources": [
326
+ "speech",
327
+ "car_alarm",
328
+ "glass_breaking"
329
+ ],
330
+ "target_channels": [
331
+ 0,
332
+ 2,
333
+ 4
334
+ ]
335
+ },
336
+ {
337
+ "user_input": "remove glass breaking and keep car alarm",
338
+ "command_type": "mixed_commands",
339
+ "target_sources": [
340
+ "speech",
341
+ "car_alarm",
342
+ "cellphone_buzz_vibrating_alert"
343
+ ],
344
+ "target_channels": [
345
+ 0,
346
+ 2,
347
+ 3
348
+ ]
349
+ },
350
+ {
351
+ "user_input": "keep cellphone buzz vibrating alert and remove glass breaking",
352
+ "command_type": "mixed_commands",
353
+ "target_sources": [
354
+ "speech",
355
+ "car_alarm",
356
+ "cellphone_buzz_vibrating_alert"
357
+ ],
358
+ "target_channels": [
359
+ 0,
360
+ 2,
361
+ 3
362
+ ]
363
+ },
364
+ {
365
+ "user_input": "keep cellphone buzz vibrating alert and glass breaking and remove car alarm",
366
+ "command_type": "mixed_commands",
367
+ "target_sources": [
368
+ "speech",
369
+ "cellphone_buzz_vibrating_alert",
370
+ "glass_breaking"
371
+ ],
372
+ "target_channels": [
373
+ 0,
374
+ 3,
375
+ 4
376
+ ]
377
+ },
378
+ {
379
+ "user_input": "remove cellphone buzz vibrating alert and keep car alarm and glass breaking",
380
+ "command_type": "mixed_commands",
381
+ "target_sources": [
382
+ "speech",
383
+ "car_alarm",
384
+ "glass_breaking"
385
+ ],
386
+ "target_channels": [
387
+ 0,
388
+ 2,
389
+ 4
390
+ ]
391
+ },
392
+ {
393
+ "user_input": "remove glass breaking and keep car alarm and cellphone buzz vibrating alert",
394
+ "command_type": "mixed_commands",
395
+ "target_sources": [
396
+ "speech",
397
+ "car_alarm",
398
+ "cellphone_buzz_vibrating_alert"
399
+ ],
400
+ "target_channels": [
401
+ 0,
402
+ 2,
403
+ 3
404
+ ]
405
+ },
406
+ {
407
+ "user_input": "keep glass breaking and remove car alarm and cellphone buzz vibrating alert",
408
+ "command_type": "mixed_commands",
409
+ "target_sources": [
410
+ "speech",
411
+ "glass_breaking"
412
+ ],
413
+ "target_channels": [
414
+ 0,
415
+ 4
416
+ ]
417
+ },
418
+ {
419
+ "user_input": "keep cellphone buzz vibrating alert and remove car alarm and glass breaking",
420
+ "command_type": "mixed_commands",
421
+ "target_sources": [
422
+ "speech",
423
+ "cellphone_buzz_vibrating_alert"
424
+ ],
425
+ "target_channels": [
426
+ 0,
427
+ 3
428
+ ]
429
+ },
430
+ {
431
+ "user_input": "remove cellphone buzz vibrating alert and glass breaking and keep car alarm",
432
+ "command_type": "mixed_commands",
433
+ "target_sources": [
434
+ "speech",
435
+ "car_alarm"
436
+ ],
437
+ "target_channels": [
438
+ 0,
439
+ 2
440
+ ]
441
+ }
442
+ ]
443
+ }
data/audio_mixtures_old_both/train/coffee_shop_3dist_243_rep1.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "coffee_shop_3dist_243_rep1",
3
+ "scene_name": "Coffee Shop",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "cellphone_buzz_vibrating_alert",
7
+ "jackhammer",
8
+ "slam"
9
+ ],
10
+ "audio_file": "coffee_shop_3dist_243_rep1.wav",
11
+ "split": "train",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/train/p267/p267_053.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 3.7150566893424037,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Coffee_Shop/asmr_Coffee_Shop_qU8o3_T5y5M_chunk_037.mp3",
26
+ "origin_start": 76.95340136054422,
27
+ "origin_end": 86.95340136054422,
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/train/cellphone_buzz_vibrating_alert/fsd50k_215821.wav",
36
+ "origin_start": 2.5545804988662133,
37
+ "origin_end": 6.363378684807256,
38
+ "mixture_start": 2.9345651599830163,
39
+ "mixture_end": 6.743384579128637,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "jackhammer",
44
+ "display_name": "jackhammer",
45
+ "original_path": "distractors/train/jackhammer/fsd50k_386330.wav",
46
+ "origin_start": 0.10868480725623583,
47
+ "origin_end": 2.238843537414966,
48
+ "mixture_start": 7.653084110691658,
49
+ "mixture_end": 9.783245809085859,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "slam",
54
+ "display_name": "slam",
55
+ "original_path": "distractors/train/slam/fsd50k_211933.wav",
56
+ "origin_start": 0.0,
57
+ "origin_end": 0.9520181405895691,
58
+ "mixture_start": 0.373551865590432,
59
+ "mixture_end": 1.325570006180001,
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 jackhammer",
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 slam",
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 jackhammer",
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 slam",
122
+ "command_type": "remove_only",
123
+ "target_sources": [
124
+ "speech"
125
+ ],
126
+ "target_channels": [
127
+ 0
128
+ ]
129
+ },
130
+ {
131
+ "user_input": "remove jackhammer and slam",
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 jackhammer and slam",
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 jackhammer",
166
+ "command_type": "keep_only",
167
+ "target_sources": [
168
+ "speech",
169
+ "cellphone_buzz_vibrating_alert",
170
+ "jackhammer"
171
+ ],
172
+ "target_channels": [
173
+ 0,
174
+ 2,
175
+ 3
176
+ ]
177
+ },
178
+ {
179
+ "user_input": "keep slam",
180
+ "command_type": "keep_only",
181
+ "target_sources": [
182
+ "speech",
183
+ "cellphone_buzz_vibrating_alert",
184
+ "slam"
185
+ ],
186
+ "target_channels": [
187
+ 0,
188
+ 2,
189
+ 4
190
+ ]
191
+ },
192
+ {
193
+ "user_input": "keep cellphone buzz vibrating alert and jackhammer",
194
+ "command_type": "keep_only",
195
+ "target_sources": [
196
+ "speech",
197
+ "cellphone_buzz_vibrating_alert",
198
+ "jackhammer"
199
+ ],
200
+ "target_channels": [
201
+ 0,
202
+ 2,
203
+ 3
204
+ ]
205
+ },
206
+ {
207
+ "user_input": "keep cellphone buzz vibrating alert and slam",
208
+ "command_type": "keep_only",
209
+ "target_sources": [
210
+ "speech",
211
+ "cellphone_buzz_vibrating_alert",
212
+ "slam"
213
+ ],
214
+ "target_channels": [
215
+ 0,
216
+ 2,
217
+ 4
218
+ ]
219
+ },
220
+ {
221
+ "user_input": "keep jackhammer and slam",
222
+ "command_type": "keep_only",
223
+ "target_sources": [
224
+ "speech",
225
+ "cellphone_buzz_vibrating_alert",
226
+ "jackhammer",
227
+ "slam"
228
+ ],
229
+ "target_channels": [
230
+ 0,
231
+ 2,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep cellphone buzz vibrating alert and jackhammer and slam",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "cellphone_buzz_vibrating_alert",
242
+ "jackhammer",
243
+ "slam"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 2,
248
+ 3,
249
+ 4
250
+ ]
251
+ },
252
+ {
253
+ "user_input": "remove cellphone buzz vibrating alert and keep jackhammer",
254
+ "command_type": "mixed_commands",
255
+ "target_sources": [
256
+ "speech",
257
+ "jackhammer"
258
+ ],
259
+ "target_channels": [
260
+ 0,
261
+ 3
262
+ ]
263
+ },
264
+ {
265
+ "user_input": "keep slam and remove cellphone buzz vibrating alert",
266
+ "command_type": "mixed_commands",
267
+ "target_sources": [
268
+ "speech",
269
+ "slam"
270
+ ],
271
+ "target_channels": [
272
+ 0,
273
+ 4
274
+ ]
275
+ },
276
+ {
277
+ "user_input": "remove jackhammer and keep cellphone buzz vibrating alert",
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": "remove jackhammer and keep slam",
290
+ "command_type": "mixed_commands",
291
+ "target_sources": [
292
+ "speech",
293
+ "cellphone_buzz_vibrating_alert",
294
+ "slam"
295
+ ],
296
+ "target_channels": [
297
+ 0,
298
+ 2,
299
+ 4
300
+ ]
301
+ },
302
+ {
303
+ "user_input": "keep cellphone buzz vibrating alert and remove slam",
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 slam and keep jackhammer",
316
+ "command_type": "mixed_commands",
317
+ "target_sources": [
318
+ "speech",
319
+ "cellphone_buzz_vibrating_alert",
320
+ "jackhammer"
321
+ ],
322
+ "target_channels": [
323
+ 0,
324
+ 2,
325
+ 3
326
+ ]
327
+ },
328
+ {
329
+ "user_input": "remove cellphone buzz vibrating alert and keep jackhammer and slam",
330
+ "command_type": "mixed_commands",
331
+ "target_sources": [
332
+ "speech",
333
+ "jackhammer",
334
+ "slam"
335
+ ],
336
+ "target_channels": [
337
+ 0,
338
+ 3,
339
+ 4
340
+ ]
341
+ },
342
+ {
343
+ "user_input": "keep cellphone buzz vibrating alert and slam and remove jackhammer",
344
+ "command_type": "mixed_commands",
345
+ "target_sources": [
346
+ "speech",
347
+ "cellphone_buzz_vibrating_alert",
348
+ "slam"
349
+ ],
350
+ "target_channels": [
351
+ 0,
352
+ 2,
353
+ 4
354
+ ]
355
+ },
356
+ {
357
+ "user_input": "remove slam and keep cellphone buzz vibrating alert and jackhammer",
358
+ "command_type": "mixed_commands",
359
+ "target_sources": [
360
+ "speech",
361
+ "cellphone_buzz_vibrating_alert",
362
+ "jackhammer"
363
+ ],
364
+ "target_channels": [
365
+ 0,
366
+ 2,
367
+ 3
368
+ ]
369
+ },
370
+ {
371
+ "user_input": "keep slam and remove cellphone buzz vibrating alert and jackhammer",
372
+ "command_type": "mixed_commands",
373
+ "target_sources": [
374
+ "speech",
375
+ "slam"
376
+ ],
377
+ "target_channels": [
378
+ 0,
379
+ 4
380
+ ]
381
+ },
382
+ {
383
+ "user_input": "keep jackhammer and remove cellphone buzz vibrating alert and slam",
384
+ "command_type": "mixed_commands",
385
+ "target_sources": [
386
+ "speech",
387
+ "jackhammer"
388
+ ],
389
+ "target_channels": [
390
+ 0,
391
+ 3
392
+ ]
393
+ },
394
+ {
395
+ "user_input": "keep cellphone buzz vibrating alert and remove jackhammer and slam",
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/train/forest_3dist_246_rep4.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "forest_3dist_246_rep4",
3
+ "scene_name": "Forest",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "cough",
7
+ "alarm_clock",
8
+ "baby_cry"
9
+ ],
10
+ "audio_file": "forest_3dist_246_rep4.wav",
11
+ "split": "train",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/train/p277/p277_378.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 2.775714285714286,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Forest/asmr_Forest_29XymHesxa0_chunk_041.mp3",
26
+ "origin_start": 152.13532879818595,
27
+ "origin_end": 162.13532879818595,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "cough",
34
+ "display_name": "cough",
35
+ "original_path": "distractors/train/cough/fsd50k_151217.wav",
36
+ "origin_start": 0.0,
37
+ "origin_end": 0.7198185941043084,
38
+ "mixture_start": 6.309114069771316,
39
+ "mixture_end": 7.028932663875624,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "alarm_clock",
44
+ "display_name": "alarm clock",
45
+ "original_path": "distractors/val/alarm_clock/esc-50_4-209536-A-37.wav",
46
+ "origin_start": 0.6070748299319728,
47
+ "origin_end": 3.2580498866213152,
48
+ "mixture_start": 5.481545943936564,
49
+ "mixture_end": 8.132537847726958,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "baby_cry",
54
+ "display_name": "baby cry",
55
+ "original_path": "distractors/train/baby_cry/esc-50_3-152007-C-20.wav",
56
+ "origin_start": 0.6467573696145125,
57
+ "origin_end": 4.0459410430839,
58
+ "mixture_start": 1.900684972669083,
59
+ "mixture_end": 5.299878583997836,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech",
69
+ "alarm_clock"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 3
74
+ ]
75
+ },
76
+ {
77
+ "user_input": "remove cough",
78
+ "command_type": "remove_only",
79
+ "target_sources": [
80
+ "speech",
81
+ "alarm_clock"
82
+ ],
83
+ "target_channels": [
84
+ 0,
85
+ 3
86
+ ]
87
+ },
88
+ {
89
+ "user_input": "remove alarm clock",
90
+ "command_type": "remove_only",
91
+ "target_sources": [
92
+ "speech"
93
+ ],
94
+ "target_channels": [
95
+ 0
96
+ ]
97
+ },
98
+ {
99
+ "user_input": "remove baby cry",
100
+ "command_type": "remove_only",
101
+ "target_sources": [
102
+ "speech",
103
+ "alarm_clock"
104
+ ],
105
+ "target_channels": [
106
+ 0,
107
+ 3
108
+ ]
109
+ },
110
+ {
111
+ "user_input": "remove cough and alarm clock",
112
+ "command_type": "remove_only",
113
+ "target_sources": [
114
+ "speech"
115
+ ],
116
+ "target_channels": [
117
+ 0
118
+ ]
119
+ },
120
+ {
121
+ "user_input": "remove cough and baby cry",
122
+ "command_type": "remove_only",
123
+ "target_sources": [
124
+ "speech",
125
+ "alarm_clock"
126
+ ],
127
+ "target_channels": [
128
+ 0,
129
+ 3
130
+ ]
131
+ },
132
+ {
133
+ "user_input": "remove alarm clock and baby cry",
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 alarm clock and baby cry",
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
+ "alarm_clock"
159
+ ],
160
+ "target_channels": [
161
+ 0,
162
+ 2,
163
+ 3
164
+ ]
165
+ },
166
+ {
167
+ "user_input": "keep alarm clock",
168
+ "command_type": "keep_only",
169
+ "target_sources": [
170
+ "speech",
171
+ "alarm_clock"
172
+ ],
173
+ "target_channels": [
174
+ 0,
175
+ 3
176
+ ]
177
+ },
178
+ {
179
+ "user_input": "keep baby cry",
180
+ "command_type": "keep_only",
181
+ "target_sources": [
182
+ "speech",
183
+ "alarm_clock",
184
+ "baby_cry"
185
+ ],
186
+ "target_channels": [
187
+ 0,
188
+ 3,
189
+ 4
190
+ ]
191
+ },
192
+ {
193
+ "user_input": "keep cough and alarm clock",
194
+ "command_type": "keep_only",
195
+ "target_sources": [
196
+ "speech",
197
+ "cough",
198
+ "alarm_clock"
199
+ ],
200
+ "target_channels": [
201
+ 0,
202
+ 2,
203
+ 3
204
+ ]
205
+ },
206
+ {
207
+ "user_input": "keep cough and baby cry",
208
+ "command_type": "keep_only",
209
+ "target_sources": [
210
+ "speech",
211
+ "cough",
212
+ "alarm_clock",
213
+ "baby_cry"
214
+ ],
215
+ "target_channels": [
216
+ 0,
217
+ 2,
218
+ 3,
219
+ 4
220
+ ]
221
+ },
222
+ {
223
+ "user_input": "keep alarm clock and baby cry",
224
+ "command_type": "keep_only",
225
+ "target_sources": [
226
+ "speech",
227
+ "alarm_clock",
228
+ "baby_cry"
229
+ ],
230
+ "target_channels": [
231
+ 0,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep cough and alarm clock and baby cry",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "cough",
242
+ "alarm_clock",
243
+ "baby_cry"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 2,
248
+ 3,
249
+ 4
250
+ ]
251
+ },
252
+ {
253
+ "user_input": "remove cough and keep alarm clock",
254
+ "command_type": "mixed_commands",
255
+ "target_sources": [
256
+ "speech",
257
+ "alarm_clock"
258
+ ],
259
+ "target_channels": [
260
+ 0,
261
+ 3
262
+ ]
263
+ },
264
+ {
265
+ "user_input": "keep baby cry and remove cough",
266
+ "command_type": "mixed_commands",
267
+ "target_sources": [
268
+ "speech",
269
+ "alarm_clock",
270
+ "baby_cry"
271
+ ],
272
+ "target_channels": [
273
+ 0,
274
+ 3,
275
+ 4
276
+ ]
277
+ },
278
+ {
279
+ "user_input": "remove alarm clock and keep cough",
280
+ "command_type": "mixed_commands",
281
+ "target_sources": [
282
+ "speech",
283
+ "cough"
284
+ ],
285
+ "target_channels": [
286
+ 0,
287
+ 2
288
+ ]
289
+ },
290
+ {
291
+ "user_input": "keep baby cry and remove alarm clock",
292
+ "command_type": "mixed_commands",
293
+ "target_sources": [
294
+ "speech",
295
+ "baby_cry"
296
+ ],
297
+ "target_channels": [
298
+ 0,
299
+ 4
300
+ ]
301
+ },
302
+ {
303
+ "user_input": "keep cough and remove baby cry",
304
+ "command_type": "mixed_commands",
305
+ "target_sources": [
306
+ "speech",
307
+ "cough",
308
+ "alarm_clock"
309
+ ],
310
+ "target_channels": [
311
+ 0,
312
+ 2,
313
+ 3
314
+ ]
315
+ },
316
+ {
317
+ "user_input": "keep alarm clock and remove baby cry",
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": "remove cough and keep alarm clock and baby cry",
330
+ "command_type": "mixed_commands",
331
+ "target_sources": [
332
+ "speech",
333
+ "alarm_clock",
334
+ "baby_cry"
335
+ ],
336
+ "target_channels": [
337
+ 0,
338
+ 3,
339
+ 4
340
+ ]
341
+ },
342
+ {
343
+ "user_input": "remove alarm clock and keep cough and baby cry",
344
+ "command_type": "mixed_commands",
345
+ "target_sources": [
346
+ "speech",
347
+ "cough",
348
+ "baby_cry"
349
+ ],
350
+ "target_channels": [
351
+ 0,
352
+ 2,
353
+ 4
354
+ ]
355
+ },
356
+ {
357
+ "user_input": "keep cough and alarm clock and remove baby cry",
358
+ "command_type": "mixed_commands",
359
+ "target_sources": [
360
+ "speech",
361
+ "cough",
362
+ "alarm_clock"
363
+ ],
364
+ "target_channels": [
365
+ 0,
366
+ 2,
367
+ 3
368
+ ]
369
+ },
370
+ {
371
+ "user_input": "remove cough and alarm clock and keep baby cry",
372
+ "command_type": "mixed_commands",
373
+ "target_sources": [
374
+ "speech",
375
+ "baby_cry"
376
+ ],
377
+ "target_channels": [
378
+ 0,
379
+ 4
380
+ ]
381
+ },
382
+ {
383
+ "user_input": "remove cough and baby cry 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": "keep cough and remove alarm clock and baby cry",
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/train/forest_3dist_268_rep2.json ADDED
@@ -0,0 +1,389 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "forest_3dist_268_rep2",
3
+ "scene_name": "Forest",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "cough",
7
+ "cat",
8
+ "jackhammer"
9
+ ],
10
+ "audio_file": "forest_3dist_268_rep2.wav",
11
+ "split": "train",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/train/p277/p277_255.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 2.817074829931973,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Forest/asmr_Forest_29XymHesxa0_chunk_029.mp3",
26
+ "origin_start": 58.447596371882085,
27
+ "origin_end": 68.44759637188209,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "cough",
34
+ "display_name": "cough",
35
+ "original_path": "distractors/train/cough/fsd50k_189786.wav",
36
+ "origin_start": 0.0,
37
+ "origin_end": 1.3818367346938776,
38
+ "mixture_start": 0.7746061816888754,
39
+ "mixture_end": 2.156442916382753,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "cat",
44
+ "display_name": "cat",
45
+ "original_path": "distractors/train/cat/fsd50k_203121.wav",
46
+ "origin_start": 0.0,
47
+ "origin_end": 1.1029478458049886,
48
+ "mixture_start": 4.939691307811615,
49
+ "mixture_end": 6.042639153616603,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "jackhammer",
54
+ "display_name": "jackhammer",
55
+ "original_path": "distractors/train/jackhammer/fsd50k_146261.wav",
56
+ "origin_start": 0.1790249433106576,
57
+ "origin_end": 3.8051927437641724,
58
+ "mixture_start": 5.615845481047479,
59
+ "mixture_end": 9.242026561266304,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech"
69
+ ],
70
+ "target_channels": [
71
+ 0
72
+ ]
73
+ },
74
+ {
75
+ "user_input": "remove cough",
76
+ "command_type": "remove_only",
77
+ "target_sources": [
78
+ "speech"
79
+ ],
80
+ "target_channels": [
81
+ 0
82
+ ]
83
+ },
84
+ {
85
+ "user_input": "remove cat",
86
+ "command_type": "remove_only",
87
+ "target_sources": [
88
+ "speech"
89
+ ],
90
+ "target_channels": [
91
+ 0
92
+ ]
93
+ },
94
+ {
95
+ "user_input": "remove jackhammer",
96
+ "command_type": "remove_only",
97
+ "target_sources": [
98
+ "speech"
99
+ ],
100
+ "target_channels": [
101
+ 0
102
+ ]
103
+ },
104
+ {
105
+ "user_input": "remove cough and cat",
106
+ "command_type": "remove_only",
107
+ "target_sources": [
108
+ "speech"
109
+ ],
110
+ "target_channels": [
111
+ 0
112
+ ]
113
+ },
114
+ {
115
+ "user_input": "remove cough and jackhammer",
116
+ "command_type": "remove_only",
117
+ "target_sources": [
118
+ "speech"
119
+ ],
120
+ "target_channels": [
121
+ 0
122
+ ]
123
+ },
124
+ {
125
+ "user_input": "remove cat and jackhammer",
126
+ "command_type": "remove_only",
127
+ "target_sources": [
128
+ "speech"
129
+ ],
130
+ "target_channels": [
131
+ 0
132
+ ]
133
+ },
134
+ {
135
+ "user_input": "remove cough and cat and jackhammer",
136
+ "command_type": "remove_only",
137
+ "target_sources": [
138
+ "speech"
139
+ ],
140
+ "target_channels": [
141
+ 0
142
+ ]
143
+ },
144
+ {
145
+ "user_input": "keep cough",
146
+ "command_type": "keep_only",
147
+ "target_sources": [
148
+ "speech",
149
+ "cough"
150
+ ],
151
+ "target_channels": [
152
+ 0,
153
+ 2
154
+ ]
155
+ },
156
+ {
157
+ "user_input": "keep cat",
158
+ "command_type": "keep_only",
159
+ "target_sources": [
160
+ "speech",
161
+ "cat"
162
+ ],
163
+ "target_channels": [
164
+ 0,
165
+ 3
166
+ ]
167
+ },
168
+ {
169
+ "user_input": "keep jackhammer",
170
+ "command_type": "keep_only",
171
+ "target_sources": [
172
+ "speech",
173
+ "jackhammer"
174
+ ],
175
+ "target_channels": [
176
+ 0,
177
+ 4
178
+ ]
179
+ },
180
+ {
181
+ "user_input": "keep cough and cat",
182
+ "command_type": "keep_only",
183
+ "target_sources": [
184
+ "speech",
185
+ "cough",
186
+ "cat"
187
+ ],
188
+ "target_channels": [
189
+ 0,
190
+ 2,
191
+ 3
192
+ ]
193
+ },
194
+ {
195
+ "user_input": "keep cough and jackhammer",
196
+ "command_type": "keep_only",
197
+ "target_sources": [
198
+ "speech",
199
+ "cough",
200
+ "jackhammer"
201
+ ],
202
+ "target_channels": [
203
+ 0,
204
+ 2,
205
+ 4
206
+ ]
207
+ },
208
+ {
209
+ "user_input": "keep cat and jackhammer",
210
+ "command_type": "keep_only",
211
+ "target_sources": [
212
+ "speech",
213
+ "cat",
214
+ "jackhammer"
215
+ ],
216
+ "target_channels": [
217
+ 0,
218
+ 3,
219
+ 4
220
+ ]
221
+ },
222
+ {
223
+ "user_input": "keep cough and cat and jackhammer",
224
+ "command_type": "keep_only",
225
+ "target_sources": [
226
+ "speech",
227
+ "cough",
228
+ "cat",
229
+ "jackhammer"
230
+ ],
231
+ "target_channels": [
232
+ 0,
233
+ 2,
234
+ 3,
235
+ 4
236
+ ]
237
+ },
238
+ {
239
+ "user_input": "keep cat and remove cough",
240
+ "command_type": "mixed_commands",
241
+ "target_sources": [
242
+ "speech",
243
+ "cat"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 3
248
+ ]
249
+ },
250
+ {
251
+ "user_input": "keep jackhammer and remove cough",
252
+ "command_type": "mixed_commands",
253
+ "target_sources": [
254
+ "speech",
255
+ "jackhammer"
256
+ ],
257
+ "target_channels": [
258
+ 0,
259
+ 4
260
+ ]
261
+ },
262
+ {
263
+ "user_input": "remove cat and keep cough",
264
+ "command_type": "mixed_commands",
265
+ "target_sources": [
266
+ "speech",
267
+ "cough"
268
+ ],
269
+ "target_channels": [
270
+ 0,
271
+ 2
272
+ ]
273
+ },
274
+ {
275
+ "user_input": "keep jackhammer and remove cat",
276
+ "command_type": "mixed_commands",
277
+ "target_sources": [
278
+ "speech",
279
+ "jackhammer"
280
+ ],
281
+ "target_channels": [
282
+ 0,
283
+ 4
284
+ ]
285
+ },
286
+ {
287
+ "user_input": "remove jackhammer and keep cough",
288
+ "command_type": "mixed_commands",
289
+ "target_sources": [
290
+ "speech",
291
+ "cough"
292
+ ],
293
+ "target_channels": [
294
+ 0,
295
+ 2
296
+ ]
297
+ },
298
+ {
299
+ "user_input": "remove jackhammer and keep cat",
300
+ "command_type": "mixed_commands",
301
+ "target_sources": [
302
+ "speech",
303
+ "cat"
304
+ ],
305
+ "target_channels": [
306
+ 0,
307
+ 3
308
+ ]
309
+ },
310
+ {
311
+ "user_input": "keep cat and jackhammer and remove cough",
312
+ "command_type": "mixed_commands",
313
+ "target_sources": [
314
+ "speech",
315
+ "cat",
316
+ "jackhammer"
317
+ ],
318
+ "target_channels": [
319
+ 0,
320
+ 3,
321
+ 4
322
+ ]
323
+ },
324
+ {
325
+ "user_input": "remove cat and keep cough and jackhammer",
326
+ "command_type": "mixed_commands",
327
+ "target_sources": [
328
+ "speech",
329
+ "cough",
330
+ "jackhammer"
331
+ ],
332
+ "target_channels": [
333
+ 0,
334
+ 2,
335
+ 4
336
+ ]
337
+ },
338
+ {
339
+ "user_input": "remove jackhammer and keep cough and cat",
340
+ "command_type": "mixed_commands",
341
+ "target_sources": [
342
+ "speech",
343
+ "cough",
344
+ "cat"
345
+ ],
346
+ "target_channels": [
347
+ 0,
348
+ 2,
349
+ 3
350
+ ]
351
+ },
352
+ {
353
+ "user_input": "keep jackhammer and remove cough and cat",
354
+ "command_type": "mixed_commands",
355
+ "target_sources": [
356
+ "speech",
357
+ "jackhammer"
358
+ ],
359
+ "target_channels": [
360
+ 0,
361
+ 4
362
+ ]
363
+ },
364
+ {
365
+ "user_input": "remove cough and jackhammer and keep cat",
366
+ "command_type": "mixed_commands",
367
+ "target_sources": [
368
+ "speech",
369
+ "cat"
370
+ ],
371
+ "target_channels": [
372
+ 0,
373
+ 3
374
+ ]
375
+ },
376
+ {
377
+ "user_input": "keep cough and remove cat and jackhammer",
378
+ "command_type": "mixed_commands",
379
+ "target_sources": [
380
+ "speech",
381
+ "cough"
382
+ ],
383
+ "target_channels": [
384
+ 0,
385
+ 2
386
+ ]
387
+ }
388
+ ]
389
+ }
data/audio_mixtures_old_both/train/home_1dist_031_rep3.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "home_1dist_031_rep3",
3
+ "scene_name": "Home",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "applause"
7
+ ],
8
+ "audio_file": "home_1dist_031_rep3.wav",
9
+ "split": "train",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/train/p264/p264_112.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 2.9053287981859413,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/Home/asmr_Home_GSxEQTqSFR8_chunk_007.mp3",
24
+ "origin_start": 224.65832199546486,
25
+ "origin_end": 234.65832199546486,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "applause",
32
+ "display_name": "applause",
33
+ "original_path": "distractors/val/applause/fsd50k_377023.wav",
34
+ "origin_start": 0.9810204081632653,
35
+ "origin_end": 4.433560090702948,
36
+ "mixture_start": 5.440696661431288,
37
+ "mixture_end": 8.893247125248463,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech"
47
+ ],
48
+ "target_channels": [
49
+ 0
50
+ ]
51
+ },
52
+ {
53
+ "user_input": "remove applause",
54
+ "command_type": "remove_only",
55
+ "target_sources": [
56
+ "speech"
57
+ ],
58
+ "target_channels": [
59
+ 0
60
+ ]
61
+ },
62
+ {
63
+ "user_input": "keep applause",
64
+ "command_type": "keep_only",
65
+ "target_sources": [
66
+ "speech",
67
+ "applause"
68
+ ],
69
+ "target_channels": [
70
+ 0,
71
+ 2
72
+ ]
73
+ }
74
+ ]
75
+ }
data/audio_mixtures_old_both/train/home_2dist_107_rep3.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "home_2dist_107_rep3",
3
+ "scene_name": "Home",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "alarm_clock",
7
+ "jackhammer"
8
+ ],
9
+ "audio_file": "home_2dist_107_rep3.wav",
10
+ "split": "train",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/train/p279/p279_217.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 3.2882086167800453,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Home/asmr_Home_GSxEQTqSFR8_chunk_018.mp3",
25
+ "origin_start": 59.11054421768708,
26
+ "origin_end": 69.11054421768708,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "alarm_clock",
33
+ "display_name": "alarm clock",
34
+ "original_path": "distractors/train/alarm_clock/fsd50k_255194.wav",
35
+ "origin_start": 10.587868480725623,
36
+ "origin_end": 12.767777777777777,
37
+ "mixture_start": 4.0086711340383765,
38
+ "mixture_end": 6.188602626950431,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "jackhammer",
43
+ "display_name": "jackhammer",
44
+ "original_path": "distractors/train/jackhammer/fsd50k_386298.wav",
45
+ "origin_start": 0.518639455782313,
46
+ "origin_end": 3.132426303854875,
47
+ "mixture_start": 6.576059965339881,
48
+ "mixture_end": 9.189847155641694,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech",
58
+ "alarm_clock"
59
+ ],
60
+ "target_channels": [
61
+ 0,
62
+ 2
63
+ ]
64
+ },
65
+ {
66
+ "user_input": "remove alarm clock",
67
+ "command_type": "remove_only",
68
+ "target_sources": [
69
+ "speech"
70
+ ],
71
+ "target_channels": [
72
+ 0
73
+ ]
74
+ },
75
+ {
76
+ "user_input": "remove jackhammer",
77
+ "command_type": "remove_only",
78
+ "target_sources": [
79
+ "speech",
80
+ "alarm_clock"
81
+ ],
82
+ "target_channels": [
83
+ 0,
84
+ 2
85
+ ]
86
+ },
87
+ {
88
+ "user_input": "remove alarm clock and jackhammer",
89
+ "command_type": "remove_only",
90
+ "target_sources": [
91
+ "speech"
92
+ ],
93
+ "target_channels": [
94
+ 0
95
+ ]
96
+ },
97
+ {
98
+ "user_input": "keep alarm clock",
99
+ "command_type": "keep_only",
100
+ "target_sources": [
101
+ "speech",
102
+ "alarm_clock"
103
+ ],
104
+ "target_channels": [
105
+ 0,
106
+ 2
107
+ ]
108
+ },
109
+ {
110
+ "user_input": "keep jackhammer",
111
+ "command_type": "keep_only",
112
+ "target_sources": [
113
+ "speech",
114
+ "alarm_clock",
115
+ "jackhammer"
116
+ ],
117
+ "target_channels": [
118
+ 0,
119
+ 2,
120
+ 3
121
+ ]
122
+ },
123
+ {
124
+ "user_input": "keep alarm clock and jackhammer",
125
+ "command_type": "keep_only",
126
+ "target_sources": [
127
+ "speech",
128
+ "alarm_clock",
129
+ "jackhammer"
130
+ ],
131
+ "target_channels": [
132
+ 0,
133
+ 2,
134
+ 3
135
+ ]
136
+ },
137
+ {
138
+ "user_input": "keep jackhammer and remove alarm clock",
139
+ "command_type": "mixed_commands",
140
+ "target_sources": [
141
+ "speech",
142
+ "jackhammer"
143
+ ],
144
+ "target_channels": [
145
+ 0,
146
+ 3
147
+ ]
148
+ },
149
+ {
150
+ "user_input": "remove jackhammer and keep alarm clock",
151
+ "command_type": "mixed_commands",
152
+ "target_sources": [
153
+ "speech",
154
+ "alarm_clock"
155
+ ],
156
+ "target_channels": [
157
+ 0,
158
+ 2
159
+ ]
160
+ }
161
+ ]
162
+ }
data/audio_mixtures_old_both/train/home_2dist_109_rep1.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "home_2dist_109_rep1",
3
+ "scene_name": "Home",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "boom",
7
+ "computer_typing"
8
+ ],
9
+ "audio_file": "home_2dist_109_rep1.wav",
10
+ "split": "train",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/train/p271/p271_323.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 2.8182539682539685,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/val/Home/asmr_Home_J1l8RMR-qXM_chunk_004.mp3",
25
+ "origin_start": 115.25081632653061,
26
+ "origin_end": 125.25081632653061,
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/train/boom/fsd50k_435415.wav",
35
+ "origin_start": 0.0,
36
+ "origin_end": 1.4280272108843537,
37
+ "mixture_start": 0.9824529740315457,
38
+ "mixture_end": 2.410480184915899,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "computer_typing",
43
+ "display_name": "computer typing",
44
+ "original_path": "distractors/train/computer_typing/fsd50k_14579.wav",
45
+ "origin_start": 0.7154875283446712,
46
+ "origin_end": 3.184104308390023,
47
+ "mixture_start": 5.695196942752357,
48
+ "mixture_end": 8.163835569159854,
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
+ 2
63
+ ]
64
+ },
65
+ {
66
+ "user_input": "remove boom",
67
+ "command_type": "remove_only",
68
+ "target_sources": [
69
+ "speech"
70
+ ],
71
+ "target_channels": [
72
+ 0
73
+ ]
74
+ },
75
+ {
76
+ "user_input": "remove computer typing",
77
+ "command_type": "remove_only",
78
+ "target_sources": [
79
+ "speech",
80
+ "boom"
81
+ ],
82
+ "target_channels": [
83
+ 0,
84
+ 2
85
+ ]
86
+ },
87
+ {
88
+ "user_input": "remove boom and computer typing",
89
+ "command_type": "remove_only",
90
+ "target_sources": [
91
+ "speech"
92
+ ],
93
+ "target_channels": [
94
+ 0
95
+ ]
96
+ },
97
+ {
98
+ "user_input": "keep boom",
99
+ "command_type": "keep_only",
100
+ "target_sources": [
101
+ "speech",
102
+ "boom"
103
+ ],
104
+ "target_channels": [
105
+ 0,
106
+ 2
107
+ ]
108
+ },
109
+ {
110
+ "user_input": "keep computer typing",
111
+ "command_type": "keep_only",
112
+ "target_sources": [
113
+ "speech",
114
+ "boom",
115
+ "computer_typing"
116
+ ],
117
+ "target_channels": [
118
+ 0,
119
+ 2,
120
+ 3
121
+ ]
122
+ },
123
+ {
124
+ "user_input": "keep boom and computer typing",
125
+ "command_type": "keep_only",
126
+ "target_sources": [
127
+ "speech",
128
+ "boom",
129
+ "computer_typing"
130
+ ],
131
+ "target_channels": [
132
+ 0,
133
+ 2,
134
+ 3
135
+ ]
136
+ },
137
+ {
138
+ "user_input": "keep computer typing and remove boom",
139
+ "command_type": "mixed_commands",
140
+ "target_sources": [
141
+ "speech",
142
+ "computer_typing"
143
+ ],
144
+ "target_channels": [
145
+ 0,
146
+ 3
147
+ ]
148
+ },
149
+ {
150
+ "user_input": "remove computer typing and keep boom",
151
+ "command_type": "mixed_commands",
152
+ "target_sources": [
153
+ "speech",
154
+ "boom"
155
+ ],
156
+ "target_channels": [
157
+ 0,
158
+ 2
159
+ ]
160
+ }
161
+ ]
162
+ }
data/audio_mixtures_old_both/train/home_2dist_110_rep3.json ADDED
@@ -0,0 +1,168 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "home_2dist_110_rep3",
3
+ "scene_name": "Home",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "siren",
7
+ "slam"
8
+ ],
9
+ "audio_file": "home_2dist_110_rep3.wav",
10
+ "split": "train",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/train/p275/p275_294.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 4.014671201814059,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Home/asmr_Home_GSxEQTqSFR8_chunk_019.mp3",
25
+ "origin_start": 163.32884353741497,
26
+ "origin_end": 173.32884353741497,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "siren",
33
+ "display_name": "siren",
34
+ "original_path": "distractors/train/siren/esc-50_3-58772-A-42.wav",
35
+ "origin_start": 0.7687074829931972,
36
+ "origin_end": 3.557732426303855,
37
+ "mixture_start": 0.06721715031484987,
38
+ "mixture_end": 2.8562545437647406,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "slam",
43
+ "display_name": "slam",
44
+ "original_path": "distractors/train/slam/fsd50k_98150.wav",
45
+ "origin_start": 0.0,
46
+ "origin_end": 0.9636281179138322,
47
+ "mixture_start": 8.447061010196718,
48
+ "mixture_end": 9.41068912811055,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech",
58
+ "siren",
59
+ "slam"
60
+ ],
61
+ "target_channels": [
62
+ 0,
63
+ 2,
64
+ 3
65
+ ]
66
+ },
67
+ {
68
+ "user_input": "remove siren",
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
+ "siren"
85
+ ],
86
+ "target_channels": [
87
+ 0,
88
+ 2
89
+ ]
90
+ },
91
+ {
92
+ "user_input": "remove siren 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 siren",
103
+ "command_type": "keep_only",
104
+ "target_sources": [
105
+ "speech",
106
+ "siren",
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
+ "siren",
121
+ "slam"
122
+ ],
123
+ "target_channels": [
124
+ 0,
125
+ 2,
126
+ 3
127
+ ]
128
+ },
129
+ {
130
+ "user_input": "keep siren and slam",
131
+ "command_type": "keep_only",
132
+ "target_sources": [
133
+ "speech",
134
+ "siren",
135
+ "slam"
136
+ ],
137
+ "target_channels": [
138
+ 0,
139
+ 2,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "remove siren and keep slam",
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": "keep siren and remove slam",
157
+ "command_type": "mixed_commands",
158
+ "target_sources": [
159
+ "speech",
160
+ "siren"
161
+ ],
162
+ "target_channels": [
163
+ 0,
164
+ 2
165
+ ]
166
+ }
167
+ ]
168
+ }
data/audio_mixtures_old_both/train/home_3dist_250_rep4.json ADDED
@@ -0,0 +1,443 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "home_3dist_250_rep4",
3
+ "scene_name": "Home",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "car_alarm",
7
+ "cat",
8
+ "gunshot"
9
+ ],
10
+ "audio_file": "home_3dist_250_rep4.wav",
11
+ "split": "train",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/val/p228/p228_330.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 2.861768707482993,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Home/asmr_Home_GSxEQTqSFR8_chunk_022.mp3",
26
+ "origin_start": 58.739614512471654,
27
+ "origin_end": 68.73961451247166,
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/train/car_alarm/fsd50k_217989.wav",
36
+ "origin_start": 0.0,
37
+ "origin_end": 0.9366213151927437,
38
+ "mixture_start": 6.304838128754603,
39
+ "mixture_end": 7.241459443947346,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "cat",
44
+ "display_name": "cat",
45
+ "original_path": "distractors/train/cat/esc-50_2-83934-A-5.wav",
46
+ "origin_start": 2.4981632653061223,
47
+ "origin_end": 4.6958730158730155,
48
+ "mixture_start": 3.163629080435327,
49
+ "mixture_end": 5.361359281673934,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "gunshot",
54
+ "display_name": "gunshot",
55
+ "original_path": "distractors/train/gunshot/fsd50k_387477.wav",
56
+ "origin_start": 0.0,
57
+ "origin_end": 0.626938775510204,
58
+ "mixture_start": 0.1404101415975562,
59
+ "mixture_end": 0.7673489171077602,
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
+ "cat",
71
+ "gunshot"
72
+ ],
73
+ "target_channels": [
74
+ 0,
75
+ 2,
76
+ 3,
77
+ 4
78
+ ]
79
+ },
80
+ {
81
+ "user_input": "remove car alarm",
82
+ "command_type": "remove_only",
83
+ "target_sources": [
84
+ "speech",
85
+ "cat",
86
+ "gunshot"
87
+ ],
88
+ "target_channels": [
89
+ 0,
90
+ 3,
91
+ 4
92
+ ]
93
+ },
94
+ {
95
+ "user_input": "remove cat",
96
+ "command_type": "remove_only",
97
+ "target_sources": [
98
+ "speech",
99
+ "car_alarm",
100
+ "gunshot"
101
+ ],
102
+ "target_channels": [
103
+ 0,
104
+ 2,
105
+ 4
106
+ ]
107
+ },
108
+ {
109
+ "user_input": "remove gunshot",
110
+ "command_type": "remove_only",
111
+ "target_sources": [
112
+ "speech",
113
+ "car_alarm",
114
+ "cat"
115
+ ],
116
+ "target_channels": [
117
+ 0,
118
+ 2,
119
+ 3
120
+ ]
121
+ },
122
+ {
123
+ "user_input": "remove car alarm and cat",
124
+ "command_type": "remove_only",
125
+ "target_sources": [
126
+ "speech",
127
+ "gunshot"
128
+ ],
129
+ "target_channels": [
130
+ 0,
131
+ 4
132
+ ]
133
+ },
134
+ {
135
+ "user_input": "remove car alarm and gunshot",
136
+ "command_type": "remove_only",
137
+ "target_sources": [
138
+ "speech",
139
+ "cat"
140
+ ],
141
+ "target_channels": [
142
+ 0,
143
+ 3
144
+ ]
145
+ },
146
+ {
147
+ "user_input": "remove cat and gunshot",
148
+ "command_type": "remove_only",
149
+ "target_sources": [
150
+ "speech",
151
+ "car_alarm"
152
+ ],
153
+ "target_channels": [
154
+ 0,
155
+ 2
156
+ ]
157
+ },
158
+ {
159
+ "user_input": "remove car alarm and cat and gunshot",
160
+ "command_type": "remove_only",
161
+ "target_sources": [
162
+ "speech"
163
+ ],
164
+ "target_channels": [
165
+ 0
166
+ ]
167
+ },
168
+ {
169
+ "user_input": "keep car alarm",
170
+ "command_type": "keep_only",
171
+ "target_sources": [
172
+ "speech",
173
+ "car_alarm",
174
+ "cat",
175
+ "gunshot"
176
+ ],
177
+ "target_channels": [
178
+ 0,
179
+ 2,
180
+ 3,
181
+ 4
182
+ ]
183
+ },
184
+ {
185
+ "user_input": "keep cat",
186
+ "command_type": "keep_only",
187
+ "target_sources": [
188
+ "speech",
189
+ "car_alarm",
190
+ "cat",
191
+ "gunshot"
192
+ ],
193
+ "target_channels": [
194
+ 0,
195
+ 2,
196
+ 3,
197
+ 4
198
+ ]
199
+ },
200
+ {
201
+ "user_input": "keep gunshot",
202
+ "command_type": "keep_only",
203
+ "target_sources": [
204
+ "speech",
205
+ "car_alarm",
206
+ "cat",
207
+ "gunshot"
208
+ ],
209
+ "target_channels": [
210
+ 0,
211
+ 2,
212
+ 3,
213
+ 4
214
+ ]
215
+ },
216
+ {
217
+ "user_input": "keep car alarm and cat",
218
+ "command_type": "keep_only",
219
+ "target_sources": [
220
+ "speech",
221
+ "car_alarm",
222
+ "cat",
223
+ "gunshot"
224
+ ],
225
+ "target_channels": [
226
+ 0,
227
+ 2,
228
+ 3,
229
+ 4
230
+ ]
231
+ },
232
+ {
233
+ "user_input": "keep car alarm and gunshot",
234
+ "command_type": "keep_only",
235
+ "target_sources": [
236
+ "speech",
237
+ "car_alarm",
238
+ "cat",
239
+ "gunshot"
240
+ ],
241
+ "target_channels": [
242
+ 0,
243
+ 2,
244
+ 3,
245
+ 4
246
+ ]
247
+ },
248
+ {
249
+ "user_input": "keep cat and gunshot",
250
+ "command_type": "keep_only",
251
+ "target_sources": [
252
+ "speech",
253
+ "car_alarm",
254
+ "cat",
255
+ "gunshot"
256
+ ],
257
+ "target_channels": [
258
+ 0,
259
+ 2,
260
+ 3,
261
+ 4
262
+ ]
263
+ },
264
+ {
265
+ "user_input": "keep car alarm and cat and gunshot",
266
+ "command_type": "keep_only",
267
+ "target_sources": [
268
+ "speech",
269
+ "car_alarm",
270
+ "cat",
271
+ "gunshot"
272
+ ],
273
+ "target_channels": [
274
+ 0,
275
+ 2,
276
+ 3,
277
+ 4
278
+ ]
279
+ },
280
+ {
281
+ "user_input": "keep cat and remove car alarm",
282
+ "command_type": "mixed_commands",
283
+ "target_sources": [
284
+ "speech",
285
+ "cat",
286
+ "gunshot"
287
+ ],
288
+ "target_channels": [
289
+ 0,
290
+ 3,
291
+ 4
292
+ ]
293
+ },
294
+ {
295
+ "user_input": "keep gunshot and remove car alarm",
296
+ "command_type": "mixed_commands",
297
+ "target_sources": [
298
+ "speech",
299
+ "cat",
300
+ "gunshot"
301
+ ],
302
+ "target_channels": [
303
+ 0,
304
+ 3,
305
+ 4
306
+ ]
307
+ },
308
+ {
309
+ "user_input": "remove cat and keep car alarm",
310
+ "command_type": "mixed_commands",
311
+ "target_sources": [
312
+ "speech",
313
+ "car_alarm",
314
+ "gunshot"
315
+ ],
316
+ "target_channels": [
317
+ 0,
318
+ 2,
319
+ 4
320
+ ]
321
+ },
322
+ {
323
+ "user_input": "keep gunshot and remove cat",
324
+ "command_type": "mixed_commands",
325
+ "target_sources": [
326
+ "speech",
327
+ "car_alarm",
328
+ "gunshot"
329
+ ],
330
+ "target_channels": [
331
+ 0,
332
+ 2,
333
+ 4
334
+ ]
335
+ },
336
+ {
337
+ "user_input": "remove gunshot and keep car alarm",
338
+ "command_type": "mixed_commands",
339
+ "target_sources": [
340
+ "speech",
341
+ "car_alarm",
342
+ "cat"
343
+ ],
344
+ "target_channels": [
345
+ 0,
346
+ 2,
347
+ 3
348
+ ]
349
+ },
350
+ {
351
+ "user_input": "remove gunshot and keep cat",
352
+ "command_type": "mixed_commands",
353
+ "target_sources": [
354
+ "speech",
355
+ "car_alarm",
356
+ "cat"
357
+ ],
358
+ "target_channels": [
359
+ 0,
360
+ 2,
361
+ 3
362
+ ]
363
+ },
364
+ {
365
+ "user_input": "remove car alarm and keep cat and gunshot",
366
+ "command_type": "mixed_commands",
367
+ "target_sources": [
368
+ "speech",
369
+ "cat",
370
+ "gunshot"
371
+ ],
372
+ "target_channels": [
373
+ 0,
374
+ 3,
375
+ 4
376
+ ]
377
+ },
378
+ {
379
+ "user_input": "keep car alarm and gunshot and remove cat",
380
+ "command_type": "mixed_commands",
381
+ "target_sources": [
382
+ "speech",
383
+ "car_alarm",
384
+ "gunshot"
385
+ ],
386
+ "target_channels": [
387
+ 0,
388
+ 2,
389
+ 4
390
+ ]
391
+ },
392
+ {
393
+ "user_input": "keep car alarm and cat and remove gunshot",
394
+ "command_type": "mixed_commands",
395
+ "target_sources": [
396
+ "speech",
397
+ "car_alarm",
398
+ "cat"
399
+ ],
400
+ "target_channels": [
401
+ 0,
402
+ 2,
403
+ 3
404
+ ]
405
+ },
406
+ {
407
+ "user_input": "keep gunshot and remove car alarm and cat",
408
+ "command_type": "mixed_commands",
409
+ "target_sources": [
410
+ "speech",
411
+ "gunshot"
412
+ ],
413
+ "target_channels": [
414
+ 0,
415
+ 4
416
+ ]
417
+ },
418
+ {
419
+ "user_input": "remove car alarm and gunshot and keep cat",
420
+ "command_type": "mixed_commands",
421
+ "target_sources": [
422
+ "speech",
423
+ "cat"
424
+ ],
425
+ "target_channels": [
426
+ 0,
427
+ 3
428
+ ]
429
+ },
430
+ {
431
+ "user_input": "remove cat and gunshot and keep car alarm",
432
+ "command_type": "mixed_commands",
433
+ "target_sources": [
434
+ "speech",
435
+ "car_alarm"
436
+ ],
437
+ "target_channels": [
438
+ 0,
439
+ 2
440
+ ]
441
+ }
442
+ ]
443
+ }
data/audio_mixtures_old_both/train/kitchen_1dist_074_rep3.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "kitchen_1dist_074_rep3",
3
+ "scene_name": "Kitchen",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "engine"
7
+ ],
8
+ "audio_file": "kitchen_1dist_074_rep3.wav",
9
+ "split": "train",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/train/p267/p267_307.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 2.7770521541950113,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/Kitchen/asmr_Kitchen_CQAUBlvYdbQ_chunk_009.mp3",
24
+ "origin_start": 54.11571428571428,
25
+ "origin_end": 64.11571428571429,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "engine",
32
+ "display_name": "engine",
33
+ "original_path": "distractors/train/engine/fsd50k_44735.wav",
34
+ "origin_start": 3.693968253968254,
35
+ "origin_end": 6.018503401360544,
36
+ "mixture_start": 2.8302402730516456,
37
+ "mixture_end": 5.154791725451743,
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 engine",
54
+ "command_type": "remove_only",
55
+ "target_sources": [
56
+ "speech"
57
+ ],
58
+ "target_channels": [
59
+ 0
60
+ ]
61
+ },
62
+ {
63
+ "user_input": "keep engine",
64
+ "command_type": "keep_only",
65
+ "target_sources": [
66
+ "speech",
67
+ "engine"
68
+ ],
69
+ "target_channels": [
70
+ 0,
71
+ 2
72
+ ]
73
+ }
74
+ ]
75
+ }
data/audio_mixtures_old_both/train/supermarket_3dist_240_rep1.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "supermarket_3dist_240_rep1",
3
+ "scene_name": "Supermarket",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "drill",
7
+ "fire_alarm",
8
+ "jackhammer"
9
+ ],
10
+ "audio_file": "supermarket_3dist_240_rep1.wav",
11
+ "split": "train",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/train/p263/p263_221.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 4.396621315192744,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Supermarket/asmr_Supermarket_6HPYhhWjv-8_chunk_027.mp3",
26
+ "origin_start": 21.62154195011338,
27
+ "origin_end": 31.62154195011338,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "drill",
34
+ "display_name": "drill",
35
+ "original_path": "distractors/train/drill/fsd50k_386276.wav",
36
+ "origin_start": 0.0,
37
+ "origin_end": 0.5108390022675737,
38
+ "mixture_start": 4.925759301564337,
39
+ "mixture_end": 5.436598303831911,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "fire_alarm",
44
+ "display_name": "fire alarm",
45
+ "original_path": "distractors/val/fire_alarm/fsd50k_270643.wav",
46
+ "origin_start": 1.7429705215419502,
47
+ "origin_end": 5.530317460317461,
48
+ "mixture_start": 1.6576818513695,
49
+ "mixture_end": 5.445035526188983,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "jackhammer",
54
+ "display_name": "jackhammer",
55
+ "original_path": "distractors/train/jackhammer/fsd50k_273697.wav",
56
+ "origin_start": 1.5589569160997732,
57
+ "origin_end": 5.394013605442177,
58
+ "mixture_start": 5.84358669840752,
59
+ "mixture_end": 9.678658205846702,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech",
69
+ "fire_alarm"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 3
74
+ ]
75
+ },
76
+ {
77
+ "user_input": "remove drill",
78
+ "command_type": "remove_only",
79
+ "target_sources": [
80
+ "speech",
81
+ "fire_alarm"
82
+ ],
83
+ "target_channels": [
84
+ 0,
85
+ 3
86
+ ]
87
+ },
88
+ {
89
+ "user_input": "remove fire alarm",
90
+ "command_type": "remove_only",
91
+ "target_sources": [
92
+ "speech"
93
+ ],
94
+ "target_channels": [
95
+ 0
96
+ ]
97
+ },
98
+ {
99
+ "user_input": "remove jackhammer",
100
+ "command_type": "remove_only",
101
+ "target_sources": [
102
+ "speech",
103
+ "fire_alarm"
104
+ ],
105
+ "target_channels": [
106
+ 0,
107
+ 3
108
+ ]
109
+ },
110
+ {
111
+ "user_input": "remove drill and fire alarm",
112
+ "command_type": "remove_only",
113
+ "target_sources": [
114
+ "speech"
115
+ ],
116
+ "target_channels": [
117
+ 0
118
+ ]
119
+ },
120
+ {
121
+ "user_input": "remove drill and jackhammer",
122
+ "command_type": "remove_only",
123
+ "target_sources": [
124
+ "speech",
125
+ "fire_alarm"
126
+ ],
127
+ "target_channels": [
128
+ 0,
129
+ 3
130
+ ]
131
+ },
132
+ {
133
+ "user_input": "remove fire alarm and jackhammer",
134
+ "command_type": "remove_only",
135
+ "target_sources": [
136
+ "speech"
137
+ ],
138
+ "target_channels": [
139
+ 0
140
+ ]
141
+ },
142
+ {
143
+ "user_input": "remove drill and fire alarm 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 drill",
154
+ "command_type": "keep_only",
155
+ "target_sources": [
156
+ "speech",
157
+ "drill",
158
+ "fire_alarm"
159
+ ],
160
+ "target_channels": [
161
+ 0,
162
+ 2,
163
+ 3
164
+ ]
165
+ },
166
+ {
167
+ "user_input": "keep fire alarm",
168
+ "command_type": "keep_only",
169
+ "target_sources": [
170
+ "speech",
171
+ "fire_alarm"
172
+ ],
173
+ "target_channels": [
174
+ 0,
175
+ 3
176
+ ]
177
+ },
178
+ {
179
+ "user_input": "keep jackhammer",
180
+ "command_type": "keep_only",
181
+ "target_sources": [
182
+ "speech",
183
+ "fire_alarm",
184
+ "jackhammer"
185
+ ],
186
+ "target_channels": [
187
+ 0,
188
+ 3,
189
+ 4
190
+ ]
191
+ },
192
+ {
193
+ "user_input": "keep drill and fire alarm",
194
+ "command_type": "keep_only",
195
+ "target_sources": [
196
+ "speech",
197
+ "drill",
198
+ "fire_alarm"
199
+ ],
200
+ "target_channels": [
201
+ 0,
202
+ 2,
203
+ 3
204
+ ]
205
+ },
206
+ {
207
+ "user_input": "keep drill and jackhammer",
208
+ "command_type": "keep_only",
209
+ "target_sources": [
210
+ "speech",
211
+ "drill",
212
+ "fire_alarm",
213
+ "jackhammer"
214
+ ],
215
+ "target_channels": [
216
+ 0,
217
+ 2,
218
+ 3,
219
+ 4
220
+ ]
221
+ },
222
+ {
223
+ "user_input": "keep fire alarm and jackhammer",
224
+ "command_type": "keep_only",
225
+ "target_sources": [
226
+ "speech",
227
+ "fire_alarm",
228
+ "jackhammer"
229
+ ],
230
+ "target_channels": [
231
+ 0,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep drill and fire alarm and jackhammer",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "drill",
242
+ "fire_alarm",
243
+ "jackhammer"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 2,
248
+ 3,
249
+ 4
250
+ ]
251
+ },
252
+ {
253
+ "user_input": "remove drill and keep fire alarm",
254
+ "command_type": "mixed_commands",
255
+ "target_sources": [
256
+ "speech",
257
+ "fire_alarm"
258
+ ],
259
+ "target_channels": [
260
+ 0,
261
+ 3
262
+ ]
263
+ },
264
+ {
265
+ "user_input": "remove drill and keep jackhammer",
266
+ "command_type": "mixed_commands",
267
+ "target_sources": [
268
+ "speech",
269
+ "fire_alarm",
270
+ "jackhammer"
271
+ ],
272
+ "target_channels": [
273
+ 0,
274
+ 3,
275
+ 4
276
+ ]
277
+ },
278
+ {
279
+ "user_input": "keep drill and remove fire alarm",
280
+ "command_type": "mixed_commands",
281
+ "target_sources": [
282
+ "speech",
283
+ "drill"
284
+ ],
285
+ "target_channels": [
286
+ 0,
287
+ 2
288
+ ]
289
+ },
290
+ {
291
+ "user_input": "remove fire alarm and keep jackhammer",
292
+ "command_type": "mixed_commands",
293
+ "target_sources": [
294
+ "speech",
295
+ "jackhammer"
296
+ ],
297
+ "target_channels": [
298
+ 0,
299
+ 4
300
+ ]
301
+ },
302
+ {
303
+ "user_input": "remove jackhammer and keep drill",
304
+ "command_type": "mixed_commands",
305
+ "target_sources": [
306
+ "speech",
307
+ "drill",
308
+ "fire_alarm"
309
+ ],
310
+ "target_channels": [
311
+ 0,
312
+ 2,
313
+ 3
314
+ ]
315
+ },
316
+ {
317
+ "user_input": "keep fire alarm and remove jackhammer",
318
+ "command_type": "mixed_commands",
319
+ "target_sources": [
320
+ "speech",
321
+ "fire_alarm"
322
+ ],
323
+ "target_channels": [
324
+ 0,
325
+ 3
326
+ ]
327
+ },
328
+ {
329
+ "user_input": "remove drill and keep fire alarm and jackhammer",
330
+ "command_type": "mixed_commands",
331
+ "target_sources": [
332
+ "speech",
333
+ "fire_alarm",
334
+ "jackhammer"
335
+ ],
336
+ "target_channels": [
337
+ 0,
338
+ 3,
339
+ 4
340
+ ]
341
+ },
342
+ {
343
+ "user_input": "keep drill and jackhammer and remove fire alarm",
344
+ "command_type": "mixed_commands",
345
+ "target_sources": [
346
+ "speech",
347
+ "drill",
348
+ "jackhammer"
349
+ ],
350
+ "target_channels": [
351
+ 0,
352
+ 2,
353
+ 4
354
+ ]
355
+ },
356
+ {
357
+ "user_input": "remove jackhammer and keep drill and fire alarm",
358
+ "command_type": "mixed_commands",
359
+ "target_sources": [
360
+ "speech",
361
+ "drill",
362
+ "fire_alarm"
363
+ ],
364
+ "target_channels": [
365
+ 0,
366
+ 2,
367
+ 3
368
+ ]
369
+ },
370
+ {
371
+ "user_input": "keep jackhammer and remove drill and fire alarm",
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": "keep fire alarm and remove drill and jackhammer",
384
+ "command_type": "mixed_commands",
385
+ "target_sources": [
386
+ "speech",
387
+ "fire_alarm"
388
+ ],
389
+ "target_channels": [
390
+ 0,
391
+ 3
392
+ ]
393
+ },
394
+ {
395
+ "user_input": "keep drill and remove fire alarm and jackhammer",
396
+ "command_type": "mixed_commands",
397
+ "target_sources": [
398
+ "speech",
399
+ "drill"
400
+ ],
401
+ "target_channels": [
402
+ 0,
403
+ 2
404
+ ]
405
+ }
406
+ ]
407
+ }
data/audio_mixtures_old_both/train/train_1dist_039_rep1.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "train_1dist_039_rep1",
3
+ "scene_name": "Train",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "hammer"
7
+ ],
8
+ "audio_file": "train_1dist_039_rep1.wav",
9
+ "split": "train",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/val/p239/p239_458.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 2.690997732426304,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/Train/asmr_Train_K92rkjZeTng_chunk_002.mp3",
24
+ "origin_start": 58.31426303854875,
25
+ "origin_end": 68.31426303854876,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "hammer",
32
+ "display_name": "hammer",
33
+ "original_path": "distractors/train/hammer/fsd50k_103628.wav",
34
+ "origin_start": 0.0,
35
+ "origin_end": 0.5224489795918368,
36
+ "mixture_start": 0.9110971286439896,
37
+ "mixture_end": 1.4335461082358263,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech"
47
+ ],
48
+ "target_channels": [
49
+ 0
50
+ ]
51
+ },
52
+ {
53
+ "user_input": "remove hammer",
54
+ "command_type": "remove_only",
55
+ "target_sources": [
56
+ "speech"
57
+ ],
58
+ "target_channels": [
59
+ 0
60
+ ]
61
+ },
62
+ {
63
+ "user_input": "keep hammer",
64
+ "command_type": "keep_only",
65
+ "target_sources": [
66
+ "speech",
67
+ "hammer"
68
+ ],
69
+ "target_channels": [
70
+ 0,
71
+ 2
72
+ ]
73
+ }
74
+ ]
75
+ }