carankt commited on
Commit
5fee81c
·
verified ·
1 Parent(s): ab526d8

Add files using upload-large-folder tool

Browse files
data/audio_mixtures_old/train/airport_2dist_174_rep4.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "airport_2dist_174_rep4",
3
+ "scene_name": "Airport",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "baby_cry",
7
+ "computer_typing"
8
+ ],
9
+ "audio_file": "airport_2dist_174_rep4.wav",
10
+ "split": "train",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/val/p236/p236_056.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 3.28718820861678,
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_009.mp3",
25
+ "origin_start": 5.614285714285714,
26
+ "origin_end": 15.614285714285714,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "baby_cry",
33
+ "display_name": "baby cry",
34
+ "original_path": "distractors/train/baby_cry/fsd50k_102431.wav",
35
+ "origin_start": 9.864739229024943,
36
+ "origin_end": 13.384852607709751,
37
+ "mixture_start": 2.9376543189725277,
38
+ "mixture_end": 6.457783758936379,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "computer_typing",
43
+ "display_name": "computer typing",
44
+ "original_path": "distractors/val/computer_typing/fsd50k_54829.wav",
45
+ "origin_start": 3.9438548752834466,
46
+ "origin_end": 6.240952380952381,
47
+ "mixture_start": 7.011727585471715,
48
+ "mixture_end": 9.30882670502147,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech"
58
+ ],
59
+ "target_channels": [
60
+ 0
61
+ ]
62
+ },
63
+ {
64
+ "user_input": "remove baby cry",
65
+ "command_type": "remove_only",
66
+ "target_sources": [
67
+ "speech"
68
+ ],
69
+ "target_channels": [
70
+ 0
71
+ ]
72
+ },
73
+ {
74
+ "user_input": "remove computer typing",
75
+ "command_type": "remove_only",
76
+ "target_sources": [
77
+ "speech"
78
+ ],
79
+ "target_channels": [
80
+ 0
81
+ ]
82
+ },
83
+ {
84
+ "user_input": "remove baby cry and computer typing",
85
+ "command_type": "remove_only",
86
+ "target_sources": [
87
+ "speech"
88
+ ],
89
+ "target_channels": [
90
+ 0
91
+ ]
92
+ },
93
+ {
94
+ "user_input": "keep baby cry",
95
+ "command_type": "keep_only",
96
+ "target_sources": [
97
+ "speech",
98
+ "baby_cry"
99
+ ],
100
+ "target_channels": [
101
+ 0,
102
+ 2
103
+ ]
104
+ },
105
+ {
106
+ "user_input": "keep computer typing",
107
+ "command_type": "keep_only",
108
+ "target_sources": [
109
+ "speech",
110
+ "computer_typing"
111
+ ],
112
+ "target_channels": [
113
+ 0,
114
+ 3
115
+ ]
116
+ },
117
+ {
118
+ "user_input": "keep baby cry and computer typing",
119
+ "command_type": "keep_only",
120
+ "target_sources": [
121
+ "speech",
122
+ "baby_cry",
123
+ "computer_typing"
124
+ ],
125
+ "target_channels": [
126
+ 0,
127
+ 2,
128
+ 3
129
+ ]
130
+ },
131
+ {
132
+ "user_input": "keep computer typing and remove baby cry",
133
+ "command_type": "mixed_commands",
134
+ "target_sources": [
135
+ "speech",
136
+ "computer_typing"
137
+ ],
138
+ "target_channels": [
139
+ 0,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "remove computer typing and keep baby cry",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "baby_cry"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 2
153
+ ]
154
+ }
155
+ ]
156
+ }
data/audio_mixtures_old/train/airport_2dist_186_rep4.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "airport_2dist_186_rep4",
3
+ "scene_name": "Airport",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "cough",
7
+ "alarm_clock"
8
+ ],
9
+ "audio_file": "airport_2dist_186_rep4.wav",
10
+ "split": "train",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/val/p238/p238_211.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 3.3306802721088435,
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_026.mp3",
25
+ "origin_start": 27.8862358276644,
26
+ "origin_end": 37.8862358276644,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "cough",
33
+ "display_name": "cough",
34
+ "original_path": "distractors/train/cough/fsd50k_395199.wav",
35
+ "origin_start": 1.4006122448979592,
36
+ "origin_end": 4.5895918367346935,
37
+ "mixture_start": 6.286173739595836,
38
+ "mixture_end": 9.475163427001712,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "alarm_clock",
43
+ "display_name": "alarm clock",
44
+ "original_path": "distractors/val/alarm_clock/esc-50_4-151242-A-37.wav",
45
+ "origin_start": 0.6011791383219954,
46
+ "origin_end": 4.462675736961451,
47
+ "mixture_start": 1.0819690628435126,
48
+ "mixture_end": 4.94347700328568,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech"
58
+ ],
59
+ "target_channels": [
60
+ 0
61
+ ]
62
+ },
63
+ {
64
+ "user_input": "remove cough",
65
+ "command_type": "remove_only",
66
+ "target_sources": [
67
+ "speech"
68
+ ],
69
+ "target_channels": [
70
+ 0
71
+ ]
72
+ },
73
+ {
74
+ "user_input": "remove alarm clock",
75
+ "command_type": "remove_only",
76
+ "target_sources": [
77
+ "speech"
78
+ ],
79
+ "target_channels": [
80
+ 0
81
+ ]
82
+ },
83
+ {
84
+ "user_input": "remove cough and alarm clock",
85
+ "command_type": "remove_only",
86
+ "target_sources": [
87
+ "speech"
88
+ ],
89
+ "target_channels": [
90
+ 0
91
+ ]
92
+ },
93
+ {
94
+ "user_input": "keep cough",
95
+ "command_type": "keep_only",
96
+ "target_sources": [
97
+ "speech",
98
+ "cough"
99
+ ],
100
+ "target_channels": [
101
+ 0,
102
+ 2
103
+ ]
104
+ },
105
+ {
106
+ "user_input": "keep alarm clock",
107
+ "command_type": "keep_only",
108
+ "target_sources": [
109
+ "speech",
110
+ "alarm_clock"
111
+ ],
112
+ "target_channels": [
113
+ 0,
114
+ 3
115
+ ]
116
+ },
117
+ {
118
+ "user_input": "keep cough and alarm clock",
119
+ "command_type": "keep_only",
120
+ "target_sources": [
121
+ "speech",
122
+ "cough",
123
+ "alarm_clock"
124
+ ],
125
+ "target_channels": [
126
+ 0,
127
+ 2,
128
+ 3
129
+ ]
130
+ },
131
+ {
132
+ "user_input": "keep alarm clock and remove cough",
133
+ "command_type": "mixed_commands",
134
+ "target_sources": [
135
+ "speech",
136
+ "alarm_clock"
137
+ ],
138
+ "target_channels": [
139
+ 0,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "remove alarm clock and keep cough",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "cough"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 2
153
+ ]
154
+ }
155
+ ]
156
+ }
data/audio_mixtures_old/train/beach_1dist_059_rep3.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "beach_1dist_059_rep3",
3
+ "scene_name": "Beach",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "cricket"
7
+ ],
8
+ "audio_file": "beach_1dist_059_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/p278/p278_007.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 7.257709750566893,
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_016.mp3",
24
+ "origin_start": 246.0801133786848,
25
+ "origin_end": 256.0801133786848,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "cricket",
32
+ "display_name": "cricket",
33
+ "original_path": "distractors/train/cricket/fsd50k_32171.wav",
34
+ "origin_start": 1.8637868480725623,
35
+ "origin_end": 4.162993197278912,
36
+ "mixture_start": 5.009014933387849,
37
+ "mixture_end": 7.308243890041114,
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 cricket",
54
+ "command_type": "remove_only",
55
+ "target_sources": [
56
+ "speech"
57
+ ],
58
+ "target_channels": [
59
+ 0
60
+ ]
61
+ },
62
+ {
63
+ "user_input": "keep cricket",
64
+ "command_type": "keep_only",
65
+ "target_sources": [
66
+ "speech",
67
+ "cricket"
68
+ ],
69
+ "target_channels": [
70
+ 0,
71
+ 2
72
+ ]
73
+ }
74
+ ]
75
+ }
data/audio_mixtures_old/train/bus_1dist_036_rep2.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "bus_1dist_036_rep2",
3
+ "scene_name": "Bus",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "fireworks"
7
+ ],
8
+ "audio_file": "bus_1dist_036_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/p272/p272_387.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 3.1582539682539683,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/Bus/asmr_Bus_r38kWRF-FSg_chunk_004.mp3",
24
+ "origin_start": 213.47657596371883,
25
+ "origin_end": 223.47657596371883,
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_376662.wav",
34
+ "origin_start": 1.310045351473923,
35
+ "origin_end": 4.646167800453514,
36
+ "mixture_start": 1.9738268945563624,
37
+ "mixture_end": 5.309958533022874,
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/train/bus_2dist_155_rep2.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "bus_2dist_155_rep2",
3
+ "scene_name": "Bus",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "hammer",
7
+ "slam"
8
+ ],
9
+ "audio_file": "bus_2dist_155_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/p277/p277_229.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 2.3909977324263036,
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_004.mp3",
25
+ "origin_start": 153.19337868480724,
26
+ "origin_end": 163.19337868480724,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "hammer",
33
+ "display_name": "hammer",
34
+ "original_path": "distractors/train/hammer/fsd50k_273975.wav",
35
+ "origin_start": 1.3832879818594104,
36
+ "origin_end": 5.059750566893424,
37
+ "mixture_start": 4.342504439544952,
38
+ "mixture_end": 8.01896990008945,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "slam",
43
+ "display_name": "slam",
44
+ "original_path": "distractors/train/slam/fsd50k_406197.wav",
45
+ "origin_start": 0.0,
46
+ "origin_end": 1.5905668934240362,
47
+ "mixture_start": 2.675030413897547,
48
+ "mixture_end": 4.265597307321583,
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 hammer",
65
+ "command_type": "remove_only",
66
+ "target_sources": [
67
+ "speech"
68
+ ],
69
+ "target_channels": [
70
+ 0
71
+ ]
72
+ },
73
+ {
74
+ "user_input": "remove slam",
75
+ "command_type": "remove_only",
76
+ "target_sources": [
77
+ "speech"
78
+ ],
79
+ "target_channels": [
80
+ 0
81
+ ]
82
+ },
83
+ {
84
+ "user_input": "remove hammer and slam",
85
+ "command_type": "remove_only",
86
+ "target_sources": [
87
+ "speech"
88
+ ],
89
+ "target_channels": [
90
+ 0
91
+ ]
92
+ },
93
+ {
94
+ "user_input": "keep hammer",
95
+ "command_type": "keep_only",
96
+ "target_sources": [
97
+ "speech",
98
+ "hammer"
99
+ ],
100
+ "target_channels": [
101
+ 0,
102
+ 2
103
+ ]
104
+ },
105
+ {
106
+ "user_input": "keep slam",
107
+ "command_type": "keep_only",
108
+ "target_sources": [
109
+ "speech",
110
+ "slam"
111
+ ],
112
+ "target_channels": [
113
+ 0,
114
+ 3
115
+ ]
116
+ },
117
+ {
118
+ "user_input": "keep hammer and slam",
119
+ "command_type": "keep_only",
120
+ "target_sources": [
121
+ "speech",
122
+ "hammer",
123
+ "slam"
124
+ ],
125
+ "target_channels": [
126
+ 0,
127
+ 2,
128
+ 3
129
+ ]
130
+ },
131
+ {
132
+ "user_input": "remove hammer and keep slam",
133
+ "command_type": "mixed_commands",
134
+ "target_sources": [
135
+ "speech",
136
+ "slam"
137
+ ],
138
+ "target_channels": [
139
+ 0,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "keep hammer and remove slam",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "hammer"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 2
153
+ ]
154
+ }
155
+ ]
156
+ }
data/audio_mixtures_old/train/city_1dist_071_rep4.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "city_1dist_071_rep4",
3
+ "scene_name": "City",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "car_alarm"
7
+ ],
8
+ "audio_file": "city_1dist_071_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/val/p227/p227_065.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 4.737709750566894,
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_106.mp3",
24
+ "origin_start": 185.6632426303855,
25
+ "origin_end": 195.6632426303855,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "car_alarm",
32
+ "display_name": "car alarm",
33
+ "original_path": "distractors/train/car_alarm/fsd50k_217989.wav",
34
+ "origin_start": 0.0,
35
+ "origin_end": 0.9366213151927437,
36
+ "mixture_start": 0.3302026063967441,
37
+ "mixture_end": 1.2668239215894879,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech",
47
+ "car_alarm"
48
+ ],
49
+ "target_channels": [
50
+ 0,
51
+ 2
52
+ ]
53
+ },
54
+ {
55
+ "user_input": "remove car alarm",
56
+ "command_type": "remove_only",
57
+ "target_sources": [
58
+ "speech"
59
+ ],
60
+ "target_channels": [
61
+ 0
62
+ ]
63
+ },
64
+ {
65
+ "user_input": "keep car alarm",
66
+ "command_type": "keep_only",
67
+ "target_sources": [
68
+ "speech",
69
+ "car_alarm"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 2
74
+ ]
75
+ }
76
+ ]
77
+ }
data/audio_mixtures_old/train/city_1dist_084_rep1.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "city_1dist_084_rep1",
3
+ "scene_name": "City",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "hammer"
7
+ ],
8
+ "audio_file": "city_1dist_084_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/train/p276/p276_324.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 1.8351473922902495,
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_062.mp3",
24
+ "origin_start": 10.782857142857143,
25
+ "origin_end": 20.782857142857143,
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_408763.wav",
34
+ "origin_start": 0.7195011337868481,
35
+ "origin_end": 3.369750566893424,
36
+ "mixture_start": 6.1151131103502765,
37
+ "mixture_end": 8.765371567279534,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech"
47
+ ],
48
+ "target_channels": [
49
+ 0
50
+ ]
51
+ },
52
+ {
53
+ "user_input": "remove hammer",
54
+ "command_type": "remove_only",
55
+ "target_sources": [
56
+ "speech"
57
+ ],
58
+ "target_channels": [
59
+ 0
60
+ ]
61
+ },
62
+ {
63
+ "user_input": "keep hammer",
64
+ "command_type": "keep_only",
65
+ "target_sources": [
66
+ "speech",
67
+ "hammer"
68
+ ],
69
+ "target_channels": [
70
+ 0,
71
+ 2
72
+ ]
73
+ }
74
+ ]
75
+ }
data/audio_mixtures_old/train/city_3dist_206_rep2.json ADDED
@@ -0,0 +1,389 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "city_3dist_206_rep2",
3
+ "scene_name": "City",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "cough",
7
+ "helicopter",
8
+ "baby_cry"
9
+ ],
10
+ "audio_file": "city_3dist_206_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/p287/p287_220.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 3.286734693877551,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/val/City/asmr_City_sXJLT3kYdhk_chunk_004.mp3",
26
+ "origin_start": 25.283809523809524,
27
+ "origin_end": 35.28380952380952,
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/esc-50_2-87799-A-24.wav",
36
+ "origin_start": 0.37954648526077095,
37
+ "origin_end": 2.720952380952381,
38
+ "mixture_start": 0.8759938727206117,
39
+ "mixture_end": 3.2174074349862503,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "helicopter",
44
+ "display_name": "helicopter",
45
+ "original_path": "distractors/train/helicopter/esc-50_1-172649-F-40.wav",
46
+ "origin_start": 2.0541043083900226,
47
+ "origin_end": 4.7811337868480726,
48
+ "mixture_start": 3.0968554289589734,
49
+ "mixture_end": 5.8238867779823735,
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_1-22694-A-20.wav",
56
+ "origin_start": 0.2932879818594104,
57
+ "origin_end": 2.5880725623582768,
58
+ "mixture_start": 7.6011436480782075,
59
+ "mixture_end": 9.89593205192402,
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 helicopter",
86
+ "command_type": "remove_only",
87
+ "target_sources": [
88
+ "speech"
89
+ ],
90
+ "target_channels": [
91
+ 0
92
+ ]
93
+ },
94
+ {
95
+ "user_input": "remove baby cry",
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 helicopter",
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 baby cry",
116
+ "command_type": "remove_only",
117
+ "target_sources": [
118
+ "speech"
119
+ ],
120
+ "target_channels": [
121
+ 0
122
+ ]
123
+ },
124
+ {
125
+ "user_input": "remove helicopter and baby cry",
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 helicopter and baby cry",
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 helicopter",
158
+ "command_type": "keep_only",
159
+ "target_sources": [
160
+ "speech",
161
+ "helicopter"
162
+ ],
163
+ "target_channels": [
164
+ 0,
165
+ 3
166
+ ]
167
+ },
168
+ {
169
+ "user_input": "keep baby cry",
170
+ "command_type": "keep_only",
171
+ "target_sources": [
172
+ "speech",
173
+ "baby_cry"
174
+ ],
175
+ "target_channels": [
176
+ 0,
177
+ 4
178
+ ]
179
+ },
180
+ {
181
+ "user_input": "keep cough and helicopter",
182
+ "command_type": "keep_only",
183
+ "target_sources": [
184
+ "speech",
185
+ "cough",
186
+ "helicopter"
187
+ ],
188
+ "target_channels": [
189
+ 0,
190
+ 2,
191
+ 3
192
+ ]
193
+ },
194
+ {
195
+ "user_input": "keep cough and baby cry",
196
+ "command_type": "keep_only",
197
+ "target_sources": [
198
+ "speech",
199
+ "cough",
200
+ "baby_cry"
201
+ ],
202
+ "target_channels": [
203
+ 0,
204
+ 2,
205
+ 4
206
+ ]
207
+ },
208
+ {
209
+ "user_input": "keep helicopter and baby cry",
210
+ "command_type": "keep_only",
211
+ "target_sources": [
212
+ "speech",
213
+ "helicopter",
214
+ "baby_cry"
215
+ ],
216
+ "target_channels": [
217
+ 0,
218
+ 3,
219
+ 4
220
+ ]
221
+ },
222
+ {
223
+ "user_input": "keep cough and helicopter and baby cry",
224
+ "command_type": "keep_only",
225
+ "target_sources": [
226
+ "speech",
227
+ "cough",
228
+ "helicopter",
229
+ "baby_cry"
230
+ ],
231
+ "target_channels": [
232
+ 0,
233
+ 2,
234
+ 3,
235
+ 4
236
+ ]
237
+ },
238
+ {
239
+ "user_input": "remove cough and keep helicopter",
240
+ "command_type": "mixed_commands",
241
+ "target_sources": [
242
+ "speech",
243
+ "helicopter"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 3
248
+ ]
249
+ },
250
+ {
251
+ "user_input": "remove cough and keep baby cry",
252
+ "command_type": "mixed_commands",
253
+ "target_sources": [
254
+ "speech",
255
+ "baby_cry"
256
+ ],
257
+ "target_channels": [
258
+ 0,
259
+ 4
260
+ ]
261
+ },
262
+ {
263
+ "user_input": "keep cough and remove helicopter",
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": "remove helicopter and keep baby cry",
276
+ "command_type": "mixed_commands",
277
+ "target_sources": [
278
+ "speech",
279
+ "baby_cry"
280
+ ],
281
+ "target_channels": [
282
+ 0,
283
+ 4
284
+ ]
285
+ },
286
+ {
287
+ "user_input": "keep cough and remove baby cry",
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": "keep helicopter and remove baby cry",
300
+ "command_type": "mixed_commands",
301
+ "target_sources": [
302
+ "speech",
303
+ "helicopter"
304
+ ],
305
+ "target_channels": [
306
+ 0,
307
+ 3
308
+ ]
309
+ },
310
+ {
311
+ "user_input": "remove cough and keep helicopter and baby cry",
312
+ "command_type": "mixed_commands",
313
+ "target_sources": [
314
+ "speech",
315
+ "helicopter",
316
+ "baby_cry"
317
+ ],
318
+ "target_channels": [
319
+ 0,
320
+ 3,
321
+ 4
322
+ ]
323
+ },
324
+ {
325
+ "user_input": "remove helicopter and keep cough and baby cry",
326
+ "command_type": "mixed_commands",
327
+ "target_sources": [
328
+ "speech",
329
+ "cough",
330
+ "baby_cry"
331
+ ],
332
+ "target_channels": [
333
+ 0,
334
+ 2,
335
+ 4
336
+ ]
337
+ },
338
+ {
339
+ "user_input": "keep cough and helicopter and remove baby cry",
340
+ "command_type": "mixed_commands",
341
+ "target_sources": [
342
+ "speech",
343
+ "cough",
344
+ "helicopter"
345
+ ],
346
+ "target_channels": [
347
+ 0,
348
+ 2,
349
+ 3
350
+ ]
351
+ },
352
+ {
353
+ "user_input": "keep baby cry and remove cough and helicopter",
354
+ "command_type": "mixed_commands",
355
+ "target_sources": [
356
+ "speech",
357
+ "baby_cry"
358
+ ],
359
+ "target_channels": [
360
+ 0,
361
+ 4
362
+ ]
363
+ },
364
+ {
365
+ "user_input": "remove cough and baby cry and keep helicopter",
366
+ "command_type": "mixed_commands",
367
+ "target_sources": [
368
+ "speech",
369
+ "helicopter"
370
+ ],
371
+ "target_channels": [
372
+ 0,
373
+ 3
374
+ ]
375
+ },
376
+ {
377
+ "user_input": "keep cough and remove helicopter and baby cry",
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/train/forest_2dist_122_rep4.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "forest_2dist_122_rep4",
3
+ "scene_name": "Forest",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "applause",
7
+ "sneeze"
8
+ ],
9
+ "audio_file": "forest_2dist_122_rep4.wav",
10
+ "split": "train",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/train/p264/p264_466.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 4.013514739229025,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Forest/asmr_Forest_29XymHesxa0_chunk_038.mp3",
25
+ "origin_start": 142.39380952380952,
26
+ "origin_end": 152.39380952380952,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "applause",
33
+ "display_name": "applause",
34
+ "original_path": "distractors/train/applause/fsd50k_30036.wav",
35
+ "origin_start": 1.707732426303855,
36
+ "origin_end": 4.84702947845805,
37
+ "mixture_start": 3.2080094942041373,
38
+ "mixture_end": 6.34732581077739,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "sneeze",
43
+ "display_name": "sneeze",
44
+ "original_path": "distractors/train/sneeze/fsd50k_368801.wav",
45
+ "origin_start": 0.0,
46
+ "origin_end": 0.9171882086167801,
47
+ "mixture_start": 2.0567705628039006,
48
+ "mixture_end": 2.9739587714206808,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech"
58
+ ],
59
+ "target_channels": [
60
+ 0
61
+ ]
62
+ },
63
+ {
64
+ "user_input": "remove applause",
65
+ "command_type": "remove_only",
66
+ "target_sources": [
67
+ "speech"
68
+ ],
69
+ "target_channels": [
70
+ 0
71
+ ]
72
+ },
73
+ {
74
+ "user_input": "remove sneeze",
75
+ "command_type": "remove_only",
76
+ "target_sources": [
77
+ "speech"
78
+ ],
79
+ "target_channels": [
80
+ 0
81
+ ]
82
+ },
83
+ {
84
+ "user_input": "remove applause and sneeze",
85
+ "command_type": "remove_only",
86
+ "target_sources": [
87
+ "speech"
88
+ ],
89
+ "target_channels": [
90
+ 0
91
+ ]
92
+ },
93
+ {
94
+ "user_input": "keep applause",
95
+ "command_type": "keep_only",
96
+ "target_sources": [
97
+ "speech",
98
+ "applause"
99
+ ],
100
+ "target_channels": [
101
+ 0,
102
+ 2
103
+ ]
104
+ },
105
+ {
106
+ "user_input": "keep sneeze",
107
+ "command_type": "keep_only",
108
+ "target_sources": [
109
+ "speech",
110
+ "sneeze"
111
+ ],
112
+ "target_channels": [
113
+ 0,
114
+ 3
115
+ ]
116
+ },
117
+ {
118
+ "user_input": "keep applause and sneeze",
119
+ "command_type": "keep_only",
120
+ "target_sources": [
121
+ "speech",
122
+ "applause",
123
+ "sneeze"
124
+ ],
125
+ "target_channels": [
126
+ 0,
127
+ 2,
128
+ 3
129
+ ]
130
+ },
131
+ {
132
+ "user_input": "keep sneeze and remove applause",
133
+ "command_type": "mixed_commands",
134
+ "target_sources": [
135
+ "speech",
136
+ "sneeze"
137
+ ],
138
+ "target_channels": [
139
+ 0,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "remove sneeze and keep applause",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "applause"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 2
153
+ ]
154
+ }
155
+ ]
156
+ }
data/audio_mixtures_old/train/forest_3dist_256_rep1.json ADDED
@@ -0,0 +1,443 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "forest_3dist_256_rep1",
3
+ "scene_name": "Forest",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "cellphone_buzz_vibrating_alert",
7
+ "car_horn",
8
+ "dog"
9
+ ],
10
+ "audio_file": "forest_3dist_256_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/p271/p271_438.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 2.0529931972789117,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Forest/asmr_Forest_xNN7iTA57jM_chunk_012.mp3",
26
+ "origin_start": 154.33290249433108,
27
+ "origin_end": 164.33290249433108,
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_326252.wav",
36
+ "origin_start": 4.317324263038548,
37
+ "origin_end": 7.111292517006802,
38
+ "mixture_start": 5.755298288676091,
39
+ "mixture_end": 8.549274322137569,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "car_horn",
44
+ "display_name": "car horn",
45
+ "original_path": "distractors/train/car_horn/fsd50k_399254.wav",
46
+ "origin_start": 0.0509297052154195,
47
+ "origin_end": 2.1883219954648525,
48
+ "mixture_start": 1.0063625595818375,
49
+ "mixture_end": 3.1437713777158645,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "dog",
54
+ "display_name": "dog",
55
+ "original_path": "distractors/val/dog/esc-50_4-194754-A-0.wav",
56
+ "origin_start": 0.8905668934240363,
57
+ "origin_end": 3.6590249433106576,
58
+ "mixture_start": 3.815652428378699,
59
+ "mixture_end": 6.5841215669151145,
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
+ "car_horn",
71
+ "dog"
72
+ ],
73
+ "target_channels": [
74
+ 0,
75
+ 2,
76
+ 3,
77
+ 4
78
+ ]
79
+ },
80
+ {
81
+ "user_input": "remove cellphone buzz vibrating alert",
82
+ "command_type": "remove_only",
83
+ "target_sources": [
84
+ "speech",
85
+ "car_horn",
86
+ "dog"
87
+ ],
88
+ "target_channels": [
89
+ 0,
90
+ 3,
91
+ 4
92
+ ]
93
+ },
94
+ {
95
+ "user_input": "remove car horn",
96
+ "command_type": "remove_only",
97
+ "target_sources": [
98
+ "speech",
99
+ "cellphone_buzz_vibrating_alert",
100
+ "dog"
101
+ ],
102
+ "target_channels": [
103
+ 0,
104
+ 2,
105
+ 4
106
+ ]
107
+ },
108
+ {
109
+ "user_input": "remove dog",
110
+ "command_type": "remove_only",
111
+ "target_sources": [
112
+ "speech",
113
+ "cellphone_buzz_vibrating_alert",
114
+ "car_horn"
115
+ ],
116
+ "target_channels": [
117
+ 0,
118
+ 2,
119
+ 3
120
+ ]
121
+ },
122
+ {
123
+ "user_input": "remove cellphone buzz vibrating alert and car horn",
124
+ "command_type": "remove_only",
125
+ "target_sources": [
126
+ "speech",
127
+ "dog"
128
+ ],
129
+ "target_channels": [
130
+ 0,
131
+ 4
132
+ ]
133
+ },
134
+ {
135
+ "user_input": "remove cellphone buzz vibrating alert and dog",
136
+ "command_type": "remove_only",
137
+ "target_sources": [
138
+ "speech",
139
+ "car_horn"
140
+ ],
141
+ "target_channels": [
142
+ 0,
143
+ 3
144
+ ]
145
+ },
146
+ {
147
+ "user_input": "remove car horn and dog",
148
+ "command_type": "remove_only",
149
+ "target_sources": [
150
+ "speech",
151
+ "cellphone_buzz_vibrating_alert"
152
+ ],
153
+ "target_channels": [
154
+ 0,
155
+ 2
156
+ ]
157
+ },
158
+ {
159
+ "user_input": "remove cellphone buzz vibrating alert and car horn and dog",
160
+ "command_type": "remove_only",
161
+ "target_sources": [
162
+ "speech"
163
+ ],
164
+ "target_channels": [
165
+ 0
166
+ ]
167
+ },
168
+ {
169
+ "user_input": "keep cellphone buzz vibrating alert",
170
+ "command_type": "keep_only",
171
+ "target_sources": [
172
+ "speech",
173
+ "cellphone_buzz_vibrating_alert",
174
+ "car_horn",
175
+ "dog"
176
+ ],
177
+ "target_channels": [
178
+ 0,
179
+ 2,
180
+ 3,
181
+ 4
182
+ ]
183
+ },
184
+ {
185
+ "user_input": "keep car horn",
186
+ "command_type": "keep_only",
187
+ "target_sources": [
188
+ "speech",
189
+ "cellphone_buzz_vibrating_alert",
190
+ "car_horn",
191
+ "dog"
192
+ ],
193
+ "target_channels": [
194
+ 0,
195
+ 2,
196
+ 3,
197
+ 4
198
+ ]
199
+ },
200
+ {
201
+ "user_input": "keep dog",
202
+ "command_type": "keep_only",
203
+ "target_sources": [
204
+ "speech",
205
+ "cellphone_buzz_vibrating_alert",
206
+ "car_horn",
207
+ "dog"
208
+ ],
209
+ "target_channels": [
210
+ 0,
211
+ 2,
212
+ 3,
213
+ 4
214
+ ]
215
+ },
216
+ {
217
+ "user_input": "keep cellphone buzz vibrating alert and car horn",
218
+ "command_type": "keep_only",
219
+ "target_sources": [
220
+ "speech",
221
+ "cellphone_buzz_vibrating_alert",
222
+ "car_horn",
223
+ "dog"
224
+ ],
225
+ "target_channels": [
226
+ 0,
227
+ 2,
228
+ 3,
229
+ 4
230
+ ]
231
+ },
232
+ {
233
+ "user_input": "keep cellphone buzz vibrating alert and dog",
234
+ "command_type": "keep_only",
235
+ "target_sources": [
236
+ "speech",
237
+ "cellphone_buzz_vibrating_alert",
238
+ "car_horn",
239
+ "dog"
240
+ ],
241
+ "target_channels": [
242
+ 0,
243
+ 2,
244
+ 3,
245
+ 4
246
+ ]
247
+ },
248
+ {
249
+ "user_input": "keep car horn and dog",
250
+ "command_type": "keep_only",
251
+ "target_sources": [
252
+ "speech",
253
+ "cellphone_buzz_vibrating_alert",
254
+ "car_horn",
255
+ "dog"
256
+ ],
257
+ "target_channels": [
258
+ 0,
259
+ 2,
260
+ 3,
261
+ 4
262
+ ]
263
+ },
264
+ {
265
+ "user_input": "keep cellphone buzz vibrating alert and car horn and dog",
266
+ "command_type": "keep_only",
267
+ "target_sources": [
268
+ "speech",
269
+ "cellphone_buzz_vibrating_alert",
270
+ "car_horn",
271
+ "dog"
272
+ ],
273
+ "target_channels": [
274
+ 0,
275
+ 2,
276
+ 3,
277
+ 4
278
+ ]
279
+ },
280
+ {
281
+ "user_input": "remove cellphone buzz vibrating alert and keep car horn",
282
+ "command_type": "mixed_commands",
283
+ "target_sources": [
284
+ "speech",
285
+ "car_horn",
286
+ "dog"
287
+ ],
288
+ "target_channels": [
289
+ 0,
290
+ 3,
291
+ 4
292
+ ]
293
+ },
294
+ {
295
+ "user_input": "remove cellphone buzz vibrating alert and keep dog",
296
+ "command_type": "mixed_commands",
297
+ "target_sources": [
298
+ "speech",
299
+ "car_horn",
300
+ "dog"
301
+ ],
302
+ "target_channels": [
303
+ 0,
304
+ 3,
305
+ 4
306
+ ]
307
+ },
308
+ {
309
+ "user_input": "keep cellphone buzz vibrating alert and remove car horn",
310
+ "command_type": "mixed_commands",
311
+ "target_sources": [
312
+ "speech",
313
+ "cellphone_buzz_vibrating_alert",
314
+ "dog"
315
+ ],
316
+ "target_channels": [
317
+ 0,
318
+ 2,
319
+ 4
320
+ ]
321
+ },
322
+ {
323
+ "user_input": "remove car horn and keep dog",
324
+ "command_type": "mixed_commands",
325
+ "target_sources": [
326
+ "speech",
327
+ "cellphone_buzz_vibrating_alert",
328
+ "dog"
329
+ ],
330
+ "target_channels": [
331
+ 0,
332
+ 2,
333
+ 4
334
+ ]
335
+ },
336
+ {
337
+ "user_input": "remove dog and keep cellphone buzz vibrating alert",
338
+ "command_type": "mixed_commands",
339
+ "target_sources": [
340
+ "speech",
341
+ "cellphone_buzz_vibrating_alert",
342
+ "car_horn"
343
+ ],
344
+ "target_channels": [
345
+ 0,
346
+ 2,
347
+ 3
348
+ ]
349
+ },
350
+ {
351
+ "user_input": "keep car horn and remove dog",
352
+ "command_type": "mixed_commands",
353
+ "target_sources": [
354
+ "speech",
355
+ "cellphone_buzz_vibrating_alert",
356
+ "car_horn"
357
+ ],
358
+ "target_channels": [
359
+ 0,
360
+ 2,
361
+ 3
362
+ ]
363
+ },
364
+ {
365
+ "user_input": "keep car horn and dog and remove cellphone buzz vibrating alert",
366
+ "command_type": "mixed_commands",
367
+ "target_sources": [
368
+ "speech",
369
+ "car_horn",
370
+ "dog"
371
+ ],
372
+ "target_channels": [
373
+ 0,
374
+ 3,
375
+ 4
376
+ ]
377
+ },
378
+ {
379
+ "user_input": "keep cellphone buzz vibrating alert and dog and remove car horn",
380
+ "command_type": "mixed_commands",
381
+ "target_sources": [
382
+ "speech",
383
+ "cellphone_buzz_vibrating_alert",
384
+ "dog"
385
+ ],
386
+ "target_channels": [
387
+ 0,
388
+ 2,
389
+ 4
390
+ ]
391
+ },
392
+ {
393
+ "user_input": "remove dog and keep cellphone buzz vibrating alert and car horn",
394
+ "command_type": "mixed_commands",
395
+ "target_sources": [
396
+ "speech",
397
+ "cellphone_buzz_vibrating_alert",
398
+ "car_horn"
399
+ ],
400
+ "target_channels": [
401
+ 0,
402
+ 2,
403
+ 3
404
+ ]
405
+ },
406
+ {
407
+ "user_input": "remove cellphone buzz vibrating alert and car horn and keep dog",
408
+ "command_type": "mixed_commands",
409
+ "target_sources": [
410
+ "speech",
411
+ "dog"
412
+ ],
413
+ "target_channels": [
414
+ 0,
415
+ 4
416
+ ]
417
+ },
418
+ {
419
+ "user_input": "keep car horn and remove cellphone buzz vibrating alert and dog",
420
+ "command_type": "mixed_commands",
421
+ "target_sources": [
422
+ "speech",
423
+ "car_horn"
424
+ ],
425
+ "target_channels": [
426
+ 0,
427
+ 3
428
+ ]
429
+ },
430
+ {
431
+ "user_input": "keep cellphone buzz vibrating alert and remove car horn and dog",
432
+ "command_type": "mixed_commands",
433
+ "target_sources": [
434
+ "speech",
435
+ "cellphone_buzz_vibrating_alert"
436
+ ],
437
+ "target_channels": [
438
+ 0,
439
+ 2
440
+ ]
441
+ }
442
+ ]
443
+ }
data/audio_mixtures_old/train/home_1dist_047_rep3.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "home_1dist_047_rep3",
3
+ "scene_name": "Home",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "cricket"
7
+ ],
8
+ "audio_file": "home_1dist_047_rep3.wav",
9
+ "split": "train",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/val/p225/p225_036.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 4.011541950113378,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/val/Home/asmr_Home_GSxEQTqSFR8_chunk_010.mp3",
24
+ "origin_start": 41.0681179138322,
25
+ "origin_end": 51.0681179138322,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "cricket",
32
+ "display_name": "cricket",
33
+ "original_path": "distractors/train/cricket/fsd50k_58337.wav",
34
+ "origin_start": 1.5287301587301587,
35
+ "origin_end": 4.643582766439909,
36
+ "mixture_start": 3.812921209821613,
37
+ "mixture_end": 6.927775954703065,
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 cricket",
54
+ "command_type": "remove_only",
55
+ "target_sources": [
56
+ "speech"
57
+ ],
58
+ "target_channels": [
59
+ 0
60
+ ]
61
+ },
62
+ {
63
+ "user_input": "keep cricket",
64
+ "command_type": "keep_only",
65
+ "target_sources": [
66
+ "speech",
67
+ "cricket"
68
+ ],
69
+ "target_channels": [
70
+ 0,
71
+ 2
72
+ ]
73
+ }
74
+ ]
75
+ }
data/audio_mixtures_old/train/home_1dist_096_rep3.json ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "home_1dist_096_rep3",
3
+ "scene_name": "Home",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "alarm_clock"
7
+ ],
8
+ "audio_file": "home_1dist_096_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/p257/p257_061.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 2.1378684807256234,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/val/Home/asmr_Home_J1l8RMR-qXM_chunk_000.mp3",
24
+ "origin_start": 29.70580498866213,
25
+ "origin_end": 39.70580498866213,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "alarm_clock",
32
+ "display_name": "alarm clock",
33
+ "original_path": "distractors/train/alarm_clock/esc-50_3-117883-A-37.wav",
34
+ "origin_start": 1.373469387755102,
35
+ "origin_end": 4.2921768707483,
36
+ "mixture_start": 6.288887314238466,
37
+ "mixture_end": 9.20761325076615,
38
+ "channel": 2
39
+ }
40
+ },
41
+ "command_variants": [
42
+ {
43
+ "user_input": null,
44
+ "command_type": "no_input",
45
+ "target_sources": [
46
+ "speech",
47
+ "alarm_clock"
48
+ ],
49
+ "target_channels": [
50
+ 0,
51
+ 2
52
+ ]
53
+ },
54
+ {
55
+ "user_input": "remove alarm clock",
56
+ "command_type": "remove_only",
57
+ "target_sources": [
58
+ "speech"
59
+ ],
60
+ "target_channels": [
61
+ 0
62
+ ]
63
+ },
64
+ {
65
+ "user_input": "keep alarm clock",
66
+ "command_type": "keep_only",
67
+ "target_sources": [
68
+ "speech",
69
+ "alarm_clock"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 2
74
+ ]
75
+ }
76
+ ]
77
+ }
data/audio_mixtures_old/train/home_2dist_115_rep1.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "home_2dist_115_rep1",
3
+ "scene_name": "Home",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "cricket",
7
+ "footsteps"
8
+ ],
9
+ "audio_file": "home_2dist_115_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/p233/p233_199.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 3.160408163265306,
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_007.mp3",
25
+ "origin_start": 5.453446712018141,
26
+ "origin_end": 15.45344671201814,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "cricket",
33
+ "display_name": "cricket",
34
+ "original_path": "distractors/train/cricket/fsd50k_100886.wav",
35
+ "origin_start": 0.042607709750566894,
36
+ "origin_end": 3.962222222222222,
37
+ "mixture_start": 0.23059375603053747,
38
+ "mixture_end": 4.150228334453017,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "footsteps",
43
+ "display_name": "footsteps",
44
+ "original_path": "distractors/train/footsteps/fsd50k_195457.wav",
45
+ "origin_start": 2.676689342403628,
46
+ "origin_end": 6.497482993197279,
47
+ "mixture_start": 5.6777387117033,
48
+ "mixture_end": 9.498535217219521,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech",
58
+ "footsteps"
59
+ ],
60
+ "target_channels": [
61
+ 0,
62
+ 3
63
+ ]
64
+ },
65
+ {
66
+ "user_input": "remove cricket",
67
+ "command_type": "remove_only",
68
+ "target_sources": [
69
+ "speech",
70
+ "footsteps"
71
+ ],
72
+ "target_channels": [
73
+ 0,
74
+ 3
75
+ ]
76
+ },
77
+ {
78
+ "user_input": "remove footsteps",
79
+ "command_type": "remove_only",
80
+ "target_sources": [
81
+ "speech"
82
+ ],
83
+ "target_channels": [
84
+ 0
85
+ ]
86
+ },
87
+ {
88
+ "user_input": "remove cricket and footsteps",
89
+ "command_type": "remove_only",
90
+ "target_sources": [
91
+ "speech"
92
+ ],
93
+ "target_channels": [
94
+ 0
95
+ ]
96
+ },
97
+ {
98
+ "user_input": "keep cricket",
99
+ "command_type": "keep_only",
100
+ "target_sources": [
101
+ "speech",
102
+ "cricket",
103
+ "footsteps"
104
+ ],
105
+ "target_channels": [
106
+ 0,
107
+ 2,
108
+ 3
109
+ ]
110
+ },
111
+ {
112
+ "user_input": "keep footsteps",
113
+ "command_type": "keep_only",
114
+ "target_sources": [
115
+ "speech",
116
+ "footsteps"
117
+ ],
118
+ "target_channels": [
119
+ 0,
120
+ 3
121
+ ]
122
+ },
123
+ {
124
+ "user_input": "keep cricket and footsteps",
125
+ "command_type": "keep_only",
126
+ "target_sources": [
127
+ "speech",
128
+ "cricket",
129
+ "footsteps"
130
+ ],
131
+ "target_channels": [
132
+ 0,
133
+ 2,
134
+ 3
135
+ ]
136
+ },
137
+ {
138
+ "user_input": "keep footsteps and remove cricket",
139
+ "command_type": "mixed_commands",
140
+ "target_sources": [
141
+ "speech",
142
+ "footsteps"
143
+ ],
144
+ "target_channels": [
145
+ 0,
146
+ 3
147
+ ]
148
+ },
149
+ {
150
+ "user_input": "remove footsteps and keep cricket",
151
+ "command_type": "mixed_commands",
152
+ "target_sources": [
153
+ "speech",
154
+ "cricket"
155
+ ],
156
+ "target_channels": [
157
+ 0,
158
+ 2
159
+ ]
160
+ }
161
+ ]
162
+ }
data/audio_mixtures_old/train/home_3dist_224_rep1.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "home_3dist_224_rep1",
3
+ "scene_name": "Home",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "cough",
7
+ "fireworks",
8
+ "dog"
9
+ ],
10
+ "audio_file": "home_3dist_224_rep1.wav",
11
+ "split": "train",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/val/p245/p245_317.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 5.548321995464852,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Home/asmr_Home_sFVZPpcCUcA_chunk_006.mp3",
26
+ "origin_start": 211.67256235827665,
27
+ "origin_end": 221.67256235827665,
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_262017.wav",
36
+ "origin_start": 0.0,
37
+ "origin_end": 1.1493877551020408,
38
+ "mixture_start": 6.92051867126151,
39
+ "mixture_end": 8.06990642636355,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "fireworks",
44
+ "display_name": "fireworks",
45
+ "original_path": "distractors/train/fireworks/fsd50k_75155.wav",
46
+ "origin_start": 1.567981859410431,
47
+ "origin_end": 4.467845804988662,
48
+ "mixture_start": 2.339356115597031,
49
+ "mixture_end": 5.239232989685015,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "dog",
54
+ "display_name": "dog",
55
+ "original_path": "distractors/val/dog/fsd50k_236229.wav",
56
+ "origin_start": 0.0,
57
+ "origin_end": 1.3119274376417234,
58
+ "mixture_start": 4.268992355834323,
59
+ "mixture_end": 5.580919793476046,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech",
69
+ "dog"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 4
74
+ ]
75
+ },
76
+ {
77
+ "user_input": "remove cough",
78
+ "command_type": "remove_only",
79
+ "target_sources": [
80
+ "speech",
81
+ "dog"
82
+ ],
83
+ "target_channels": [
84
+ 0,
85
+ 4
86
+ ]
87
+ },
88
+ {
89
+ "user_input": "remove fireworks",
90
+ "command_type": "remove_only",
91
+ "target_sources": [
92
+ "speech",
93
+ "dog"
94
+ ],
95
+ "target_channels": [
96
+ 0,
97
+ 4
98
+ ]
99
+ },
100
+ {
101
+ "user_input": "remove dog",
102
+ "command_type": "remove_only",
103
+ "target_sources": [
104
+ "speech"
105
+ ],
106
+ "target_channels": [
107
+ 0
108
+ ]
109
+ },
110
+ {
111
+ "user_input": "remove cough and fireworks",
112
+ "command_type": "remove_only",
113
+ "target_sources": [
114
+ "speech",
115
+ "dog"
116
+ ],
117
+ "target_channels": [
118
+ 0,
119
+ 4
120
+ ]
121
+ },
122
+ {
123
+ "user_input": "remove cough and dog",
124
+ "command_type": "remove_only",
125
+ "target_sources": [
126
+ "speech"
127
+ ],
128
+ "target_channels": [
129
+ 0
130
+ ]
131
+ },
132
+ {
133
+ "user_input": "remove fireworks and dog",
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 fireworks and dog",
144
+ "command_type": "remove_only",
145
+ "target_sources": [
146
+ "speech"
147
+ ],
148
+ "target_channels": [
149
+ 0
150
+ ]
151
+ },
152
+ {
153
+ "user_input": "keep cough",
154
+ "command_type": "keep_only",
155
+ "target_sources": [
156
+ "speech",
157
+ "cough",
158
+ "dog"
159
+ ],
160
+ "target_channels": [
161
+ 0,
162
+ 2,
163
+ 4
164
+ ]
165
+ },
166
+ {
167
+ "user_input": "keep fireworks",
168
+ "command_type": "keep_only",
169
+ "target_sources": [
170
+ "speech",
171
+ "fireworks",
172
+ "dog"
173
+ ],
174
+ "target_channels": [
175
+ 0,
176
+ 3,
177
+ 4
178
+ ]
179
+ },
180
+ {
181
+ "user_input": "keep dog",
182
+ "command_type": "keep_only",
183
+ "target_sources": [
184
+ "speech",
185
+ "dog"
186
+ ],
187
+ "target_channels": [
188
+ 0,
189
+ 4
190
+ ]
191
+ },
192
+ {
193
+ "user_input": "keep cough and fireworks",
194
+ "command_type": "keep_only",
195
+ "target_sources": [
196
+ "speech",
197
+ "cough",
198
+ "fireworks",
199
+ "dog"
200
+ ],
201
+ "target_channels": [
202
+ 0,
203
+ 2,
204
+ 3,
205
+ 4
206
+ ]
207
+ },
208
+ {
209
+ "user_input": "keep cough and dog",
210
+ "command_type": "keep_only",
211
+ "target_sources": [
212
+ "speech",
213
+ "cough",
214
+ "dog"
215
+ ],
216
+ "target_channels": [
217
+ 0,
218
+ 2,
219
+ 4
220
+ ]
221
+ },
222
+ {
223
+ "user_input": "keep fireworks and dog",
224
+ "command_type": "keep_only",
225
+ "target_sources": [
226
+ "speech",
227
+ "fireworks",
228
+ "dog"
229
+ ],
230
+ "target_channels": [
231
+ 0,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep cough and fireworks and dog",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "cough",
242
+ "fireworks",
243
+ "dog"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 2,
248
+ 3,
249
+ 4
250
+ ]
251
+ },
252
+ {
253
+ "user_input": "keep fireworks and remove cough",
254
+ "command_type": "mixed_commands",
255
+ "target_sources": [
256
+ "speech",
257
+ "fireworks",
258
+ "dog"
259
+ ],
260
+ "target_channels": [
261
+ 0,
262
+ 3,
263
+ 4
264
+ ]
265
+ },
266
+ {
267
+ "user_input": "remove cough and keep dog",
268
+ "command_type": "mixed_commands",
269
+ "target_sources": [
270
+ "speech",
271
+ "dog"
272
+ ],
273
+ "target_channels": [
274
+ 0,
275
+ 4
276
+ ]
277
+ },
278
+ {
279
+ "user_input": "keep cough and remove fireworks",
280
+ "command_type": "mixed_commands",
281
+ "target_sources": [
282
+ "speech",
283
+ "cough",
284
+ "dog"
285
+ ],
286
+ "target_channels": [
287
+ 0,
288
+ 2,
289
+ 4
290
+ ]
291
+ },
292
+ {
293
+ "user_input": "remove fireworks and keep dog",
294
+ "command_type": "mixed_commands",
295
+ "target_sources": [
296
+ "speech",
297
+ "dog"
298
+ ],
299
+ "target_channels": [
300
+ 0,
301
+ 4
302
+ ]
303
+ },
304
+ {
305
+ "user_input": "remove dog and keep cough",
306
+ "command_type": "mixed_commands",
307
+ "target_sources": [
308
+ "speech",
309
+ "cough"
310
+ ],
311
+ "target_channels": [
312
+ 0,
313
+ 2
314
+ ]
315
+ },
316
+ {
317
+ "user_input": "keep fireworks and remove dog",
318
+ "command_type": "mixed_commands",
319
+ "target_sources": [
320
+ "speech",
321
+ "fireworks"
322
+ ],
323
+ "target_channels": [
324
+ 0,
325
+ 3
326
+ ]
327
+ },
328
+ {
329
+ "user_input": "keep fireworks and dog and remove cough",
330
+ "command_type": "mixed_commands",
331
+ "target_sources": [
332
+ "speech",
333
+ "fireworks",
334
+ "dog"
335
+ ],
336
+ "target_channels": [
337
+ 0,
338
+ 3,
339
+ 4
340
+ ]
341
+ },
342
+ {
343
+ "user_input": "remove fireworks and keep cough and dog",
344
+ "command_type": "mixed_commands",
345
+ "target_sources": [
346
+ "speech",
347
+ "cough",
348
+ "dog"
349
+ ],
350
+ "target_channels": [
351
+ 0,
352
+ 2,
353
+ 4
354
+ ]
355
+ },
356
+ {
357
+ "user_input": "remove dog and keep cough and fireworks",
358
+ "command_type": "mixed_commands",
359
+ "target_sources": [
360
+ "speech",
361
+ "cough",
362
+ "fireworks"
363
+ ],
364
+ "target_channels": [
365
+ 0,
366
+ 2,
367
+ 3
368
+ ]
369
+ },
370
+ {
371
+ "user_input": "keep dog and remove cough and fireworks",
372
+ "command_type": "mixed_commands",
373
+ "target_sources": [
374
+ "speech",
375
+ "dog"
376
+ ],
377
+ "target_channels": [
378
+ 0,
379
+ 4
380
+ ]
381
+ },
382
+ {
383
+ "user_input": "keep fireworks and remove cough and dog",
384
+ "command_type": "mixed_commands",
385
+ "target_sources": [
386
+ "speech",
387
+ "fireworks"
388
+ ],
389
+ "target_channels": [
390
+ 0,
391
+ 3
392
+ ]
393
+ },
394
+ {
395
+ "user_input": "remove fireworks and dog and keep cough",
396
+ "command_type": "mixed_commands",
397
+ "target_sources": [
398
+ "speech",
399
+ "cough"
400
+ ],
401
+ "target_channels": [
402
+ 0,
403
+ 2
404
+ ]
405
+ }
406
+ ]
407
+ }
data/audio_mixtures_old/train/kitchen_2dist_199_rep3.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "kitchen_2dist_199_rep3",
3
+ "scene_name": "Kitchen",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "drill",
7
+ "jackhammer"
8
+ ],
9
+ "audio_file": "kitchen_2dist_199_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/p277/p277_382.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 3.0736281179138323,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Kitchen/asmr_Kitchen_CQAUBlvYdbQ_chunk_054.mp3",
25
+ "origin_start": 33.84814058956916,
26
+ "origin_end": 43.84814058956916,
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_50416.wav",
35
+ "origin_start": 1.7476643990929706,
36
+ "origin_end": 3.7959410430839,
37
+ "mixture_start": 3.266342853197514,
38
+ "mixture_end": 5.314629264698437,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "jackhammer",
43
+ "display_name": "jackhammer",
44
+ "original_path": "distractors/train/jackhammer/fsd50k_273697.wav",
45
+ "origin_start": 2.261156462585034,
46
+ "origin_end": 4.397482993197279,
47
+ "mixture_start": 1.4031582096364663,
48
+ "mixture_end": 3.5394863813434276,
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 drill",
65
+ "command_type": "remove_only",
66
+ "target_sources": [
67
+ "speech"
68
+ ],
69
+ "target_channels": [
70
+ 0
71
+ ]
72
+ },
73
+ {
74
+ "user_input": "remove jackhammer",
75
+ "command_type": "remove_only",
76
+ "target_sources": [
77
+ "speech"
78
+ ],
79
+ "target_channels": [
80
+ 0
81
+ ]
82
+ },
83
+ {
84
+ "user_input": "remove drill and jackhammer",
85
+ "command_type": "remove_only",
86
+ "target_sources": [
87
+ "speech"
88
+ ],
89
+ "target_channels": [
90
+ 0
91
+ ]
92
+ },
93
+ {
94
+ "user_input": "keep drill",
95
+ "command_type": "keep_only",
96
+ "target_sources": [
97
+ "speech",
98
+ "drill"
99
+ ],
100
+ "target_channels": [
101
+ 0,
102
+ 2
103
+ ]
104
+ },
105
+ {
106
+ "user_input": "keep jackhammer",
107
+ "command_type": "keep_only",
108
+ "target_sources": [
109
+ "speech",
110
+ "jackhammer"
111
+ ],
112
+ "target_channels": [
113
+ 0,
114
+ 3
115
+ ]
116
+ },
117
+ {
118
+ "user_input": "keep drill and jackhammer",
119
+ "command_type": "keep_only",
120
+ "target_sources": [
121
+ "speech",
122
+ "drill",
123
+ "jackhammer"
124
+ ],
125
+ "target_channels": [
126
+ 0,
127
+ 2,
128
+ 3
129
+ ]
130
+ },
131
+ {
132
+ "user_input": "remove drill and keep jackhammer",
133
+ "command_type": "mixed_commands",
134
+ "target_sources": [
135
+ "speech",
136
+ "jackhammer"
137
+ ],
138
+ "target_channels": [
139
+ 0,
140
+ 3
141
+ ]
142
+ },
143
+ {
144
+ "user_input": "keep drill and remove jackhammer",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "drill"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 2
153
+ ]
154
+ }
155
+ ]
156
+ }
data/audio_mixtures_old/train/restaurant_2dist_109_rep1.json ADDED
@@ -0,0 +1,156 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "restaurant_2dist_109_rep1",
3
+ "scene_name": "Restaurant",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "alarm_clock",
7
+ "hammer"
8
+ ],
9
+ "audio_file": "restaurant_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/val/p238/p238_118.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 3.0298185941043085,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Restaurant/asmr_Restaurant_LvB-6uM2tik_chunk_074.mp3",
25
+ "origin_start": 91.99074829931973,
26
+ "origin_end": 101.99074829931973,
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/esc-50_2-78562-B-37.wav",
35
+ "origin_start": 0.4104988662131519,
36
+ "origin_end": 4.06344671201814,
37
+ "mixture_start": 3.9367454967867435,
38
+ "mixture_end": 7.589696916359902,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "hammer",
43
+ "display_name": "hammer",
44
+ "original_path": "distractors/train/hammer/fsd50k_150162.wav",
45
+ "origin_start": 11.304172335600907,
46
+ "origin_end": 13.644104308390023,
47
+ "mixture_start": 7.169469484850103,
48
+ "mixture_end": 9.509406782320353,
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 alarm clock",
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 alarm clock 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 alarm clock",
95
+ "command_type": "keep_only",
96
+ "target_sources": [
97
+ "speech",
98
+ "alarm_clock"
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 alarm clock and hammer",
119
+ "command_type": "keep_only",
120
+ "target_sources": [
121
+ "speech",
122
+ "alarm_clock",
123
+ "hammer"
124
+ ],
125
+ "target_channels": [
126
+ 0,
127
+ 2,
128
+ 3
129
+ ]
130
+ },
131
+ {
132
+ "user_input": "remove alarm clock 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 alarm clock and remove hammer",
145
+ "command_type": "mixed_commands",
146
+ "target_sources": [
147
+ "speech",
148
+ "alarm_clock"
149
+ ],
150
+ "target_channels": [
151
+ 0,
152
+ 2
153
+ ]
154
+ }
155
+ ]
156
+ }
data/audio_mixtures_old/train/restaurant_2dist_195_rep4.json ADDED
@@ -0,0 +1,162 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "restaurant_2dist_195_rep4",
3
+ "scene_name": "Restaurant",
4
+ "distractor_count": 2,
5
+ "distractors": [
6
+ "cellphone_buzz_vibrating_alert",
7
+ "fireworks"
8
+ ],
9
+ "audio_file": "restaurant_2dist_195_rep4.wav",
10
+ "split": "train",
11
+ "audio_metadata": {
12
+ "duration": 10.0,
13
+ "sample_rate": 44100,
14
+ "channels": 5,
15
+ "speech": {
16
+ "original_path": "speech/train/p266/p266_111.wav",
17
+ "origin_start": 0.0,
18
+ "origin_end": 1.8790249433106576,
19
+ "mixture_start": 0.0,
20
+ "mixture_end": 10.0,
21
+ "channel": 0
22
+ },
23
+ "background": {
24
+ "original_path": "background/train/Restaurant/asmr_Restaurant_FWHhmNPhRmM_chunk_029.mp3",
25
+ "origin_start": 33.129886621315194,
26
+ "origin_end": 43.129886621315194,
27
+ "mixture_start": 0.0,
28
+ "mixture_end": 10.0,
29
+ "channel": 1
30
+ },
31
+ "distractor_1": {
32
+ "name": "cellphone_buzz_vibrating_alert",
33
+ "display_name": "cellphone buzz vibrating alert",
34
+ "original_path": "distractors/train/cellphone_buzz_vibrating_alert/fsd50k_87604.wav",
35
+ "origin_start": 2.1084807256235827,
36
+ "origin_end": 5.085034013605442,
37
+ "mixture_start": 7.01236871753251,
38
+ "mixture_end": 9.988927412059235,
39
+ "channel": 2
40
+ },
41
+ "distractor_2": {
42
+ "name": "fireworks",
43
+ "display_name": "fireworks",
44
+ "original_path": "distractors/train/fireworks/fsd50k_404434.wav",
45
+ "origin_start": 6.523696145124717,
46
+ "origin_end": 9.13514739229025,
47
+ "mixture_start": 1.8166248271224763,
48
+ "mixture_end": 4.428092448472702,
49
+ "channel": 3
50
+ }
51
+ },
52
+ "command_variants": [
53
+ {
54
+ "user_input": null,
55
+ "command_type": "no_input",
56
+ "target_sources": [
57
+ "speech",
58
+ "cellphone_buzz_vibrating_alert"
59
+ ],
60
+ "target_channels": [
61
+ 0,
62
+ 2
63
+ ]
64
+ },
65
+ {
66
+ "user_input": "remove cellphone buzz vibrating alert",
67
+ "command_type": "remove_only",
68
+ "target_sources": [
69
+ "speech"
70
+ ],
71
+ "target_channels": [
72
+ 0
73
+ ]
74
+ },
75
+ {
76
+ "user_input": "remove fireworks",
77
+ "command_type": "remove_only",
78
+ "target_sources": [
79
+ "speech",
80
+ "cellphone_buzz_vibrating_alert"
81
+ ],
82
+ "target_channels": [
83
+ 0,
84
+ 2
85
+ ]
86
+ },
87
+ {
88
+ "user_input": "remove cellphone buzz vibrating alert and fireworks",
89
+ "command_type": "remove_only",
90
+ "target_sources": [
91
+ "speech"
92
+ ],
93
+ "target_channels": [
94
+ 0
95
+ ]
96
+ },
97
+ {
98
+ "user_input": "keep cellphone buzz vibrating alert",
99
+ "command_type": "keep_only",
100
+ "target_sources": [
101
+ "speech",
102
+ "cellphone_buzz_vibrating_alert"
103
+ ],
104
+ "target_channels": [
105
+ 0,
106
+ 2
107
+ ]
108
+ },
109
+ {
110
+ "user_input": "keep fireworks",
111
+ "command_type": "keep_only",
112
+ "target_sources": [
113
+ "speech",
114
+ "cellphone_buzz_vibrating_alert",
115
+ "fireworks"
116
+ ],
117
+ "target_channels": [
118
+ 0,
119
+ 2,
120
+ 3
121
+ ]
122
+ },
123
+ {
124
+ "user_input": "keep cellphone buzz vibrating alert and fireworks",
125
+ "command_type": "keep_only",
126
+ "target_sources": [
127
+ "speech",
128
+ "cellphone_buzz_vibrating_alert",
129
+ "fireworks"
130
+ ],
131
+ "target_channels": [
132
+ 0,
133
+ 2,
134
+ 3
135
+ ]
136
+ },
137
+ {
138
+ "user_input": "remove cellphone buzz vibrating alert and keep fireworks",
139
+ "command_type": "mixed_commands",
140
+ "target_sources": [
141
+ "speech",
142
+ "fireworks"
143
+ ],
144
+ "target_channels": [
145
+ 0,
146
+ 3
147
+ ]
148
+ },
149
+ {
150
+ "user_input": "keep cellphone buzz vibrating alert and remove fireworks",
151
+ "command_type": "mixed_commands",
152
+ "target_sources": [
153
+ "speech",
154
+ "cellphone_buzz_vibrating_alert"
155
+ ],
156
+ "target_channels": [
157
+ 0,
158
+ 2
159
+ ]
160
+ }
161
+ ]
162
+ }
data/audio_mixtures_old/train/restaurant_3dist_278_rep3.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "restaurant_3dist_278_rep3",
3
+ "scene_name": "Restaurant",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "sneeze",
7
+ "car_horn",
8
+ "fire_alarm"
9
+ ],
10
+ "audio_file": "restaurant_3dist_278_rep3.wav",
11
+ "split": "train",
12
+ "audio_metadata": {
13
+ "duration": 10.0,
14
+ "sample_rate": 44100,
15
+ "channels": 5,
16
+ "speech": {
17
+ "original_path": "speech/train/p268/p268_013.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 5.376575963718821,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Restaurant/asmr_Restaurant_FWHhmNPhRmM_chunk_014.mp3",
26
+ "origin_start": 104.08297052154195,
27
+ "origin_end": 114.08297052154195,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "sneeze",
34
+ "display_name": "sneeze",
35
+ "original_path": "distractors/val/sneeze/esc-50_4-167642-A-21.wav",
36
+ "origin_start": 0.0,
37
+ "origin_end": 0.6385487528344671,
38
+ "mixture_start": 0.9056501853816679,
39
+ "mixture_end": 1.544198938216135,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "car_horn",
44
+ "display_name": "car horn",
45
+ "original_path": "distractors/val/car_horn/fsd50k_178402.wav",
46
+ "origin_start": 0.0,
47
+ "origin_end": 1.811156462585034,
48
+ "mixture_start": 6.433405817197186,
49
+ "mixture_end": 8.24456227978222,
50
+ "channel": 3
51
+ },
52
+ "distractor_3": {
53
+ "name": "fire_alarm",
54
+ "display_name": "fire alarm",
55
+ "original_path": "distractors/train/fire_alarm/fsd50k_55031.wav",
56
+ "origin_start": 8.599637188208616,
57
+ "origin_end": 11.671451247165534,
58
+ "mixture_start": 3.1983474167824752,
59
+ "mixture_end": 6.27018300158684,
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
+ 4
74
+ ]
75
+ },
76
+ {
77
+ "user_input": "remove sneeze",
78
+ "command_type": "remove_only",
79
+ "target_sources": [
80
+ "speech",
81
+ "fire_alarm"
82
+ ],
83
+ "target_channels": [
84
+ 0,
85
+ 4
86
+ ]
87
+ },
88
+ {
89
+ "user_input": "remove car horn",
90
+ "command_type": "remove_only",
91
+ "target_sources": [
92
+ "speech",
93
+ "fire_alarm"
94
+ ],
95
+ "target_channels": [
96
+ 0,
97
+ 4
98
+ ]
99
+ },
100
+ {
101
+ "user_input": "remove fire alarm",
102
+ "command_type": "remove_only",
103
+ "target_sources": [
104
+ "speech"
105
+ ],
106
+ "target_channels": [
107
+ 0
108
+ ]
109
+ },
110
+ {
111
+ "user_input": "remove sneeze and car horn",
112
+ "command_type": "remove_only",
113
+ "target_sources": [
114
+ "speech",
115
+ "fire_alarm"
116
+ ],
117
+ "target_channels": [
118
+ 0,
119
+ 4
120
+ ]
121
+ },
122
+ {
123
+ "user_input": "remove sneeze and fire alarm",
124
+ "command_type": "remove_only",
125
+ "target_sources": [
126
+ "speech"
127
+ ],
128
+ "target_channels": [
129
+ 0
130
+ ]
131
+ },
132
+ {
133
+ "user_input": "remove car horn and fire alarm",
134
+ "command_type": "remove_only",
135
+ "target_sources": [
136
+ "speech"
137
+ ],
138
+ "target_channels": [
139
+ 0
140
+ ]
141
+ },
142
+ {
143
+ "user_input": "remove sneeze and car horn and fire alarm",
144
+ "command_type": "remove_only",
145
+ "target_sources": [
146
+ "speech"
147
+ ],
148
+ "target_channels": [
149
+ 0
150
+ ]
151
+ },
152
+ {
153
+ "user_input": "keep sneeze",
154
+ "command_type": "keep_only",
155
+ "target_sources": [
156
+ "speech",
157
+ "sneeze",
158
+ "fire_alarm"
159
+ ],
160
+ "target_channels": [
161
+ 0,
162
+ 2,
163
+ 4
164
+ ]
165
+ },
166
+ {
167
+ "user_input": "keep car horn",
168
+ "command_type": "keep_only",
169
+ "target_sources": [
170
+ "speech",
171
+ "car_horn",
172
+ "fire_alarm"
173
+ ],
174
+ "target_channels": [
175
+ 0,
176
+ 3,
177
+ 4
178
+ ]
179
+ },
180
+ {
181
+ "user_input": "keep fire alarm",
182
+ "command_type": "keep_only",
183
+ "target_sources": [
184
+ "speech",
185
+ "fire_alarm"
186
+ ],
187
+ "target_channels": [
188
+ 0,
189
+ 4
190
+ ]
191
+ },
192
+ {
193
+ "user_input": "keep sneeze and car horn",
194
+ "command_type": "keep_only",
195
+ "target_sources": [
196
+ "speech",
197
+ "sneeze",
198
+ "car_horn",
199
+ "fire_alarm"
200
+ ],
201
+ "target_channels": [
202
+ 0,
203
+ 2,
204
+ 3,
205
+ 4
206
+ ]
207
+ },
208
+ {
209
+ "user_input": "keep sneeze and fire alarm",
210
+ "command_type": "keep_only",
211
+ "target_sources": [
212
+ "speech",
213
+ "sneeze",
214
+ "fire_alarm"
215
+ ],
216
+ "target_channels": [
217
+ 0,
218
+ 2,
219
+ 4
220
+ ]
221
+ },
222
+ {
223
+ "user_input": "keep car horn and fire alarm",
224
+ "command_type": "keep_only",
225
+ "target_sources": [
226
+ "speech",
227
+ "car_horn",
228
+ "fire_alarm"
229
+ ],
230
+ "target_channels": [
231
+ 0,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep sneeze and car horn and fire alarm",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "sneeze",
242
+ "car_horn",
243
+ "fire_alarm"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 2,
248
+ 3,
249
+ 4
250
+ ]
251
+ },
252
+ {
253
+ "user_input": "keep car horn and remove sneeze",
254
+ "command_type": "mixed_commands",
255
+ "target_sources": [
256
+ "speech",
257
+ "car_horn",
258
+ "fire_alarm"
259
+ ],
260
+ "target_channels": [
261
+ 0,
262
+ 3,
263
+ 4
264
+ ]
265
+ },
266
+ {
267
+ "user_input": "remove sneeze and keep fire alarm",
268
+ "command_type": "mixed_commands",
269
+ "target_sources": [
270
+ "speech",
271
+ "fire_alarm"
272
+ ],
273
+ "target_channels": [
274
+ 0,
275
+ 4
276
+ ]
277
+ },
278
+ {
279
+ "user_input": "keep sneeze and remove car horn",
280
+ "command_type": "mixed_commands",
281
+ "target_sources": [
282
+ "speech",
283
+ "sneeze",
284
+ "fire_alarm"
285
+ ],
286
+ "target_channels": [
287
+ 0,
288
+ 2,
289
+ 4
290
+ ]
291
+ },
292
+ {
293
+ "user_input": "remove car horn and keep fire alarm",
294
+ "command_type": "mixed_commands",
295
+ "target_sources": [
296
+ "speech",
297
+ "fire_alarm"
298
+ ],
299
+ "target_channels": [
300
+ 0,
301
+ 4
302
+ ]
303
+ },
304
+ {
305
+ "user_input": "remove fire alarm and keep sneeze",
306
+ "command_type": "mixed_commands",
307
+ "target_sources": [
308
+ "speech",
309
+ "sneeze"
310
+ ],
311
+ "target_channels": [
312
+ 0,
313
+ 2
314
+ ]
315
+ },
316
+ {
317
+ "user_input": "keep car horn and remove fire alarm",
318
+ "command_type": "mixed_commands",
319
+ "target_sources": [
320
+ "speech",
321
+ "car_horn"
322
+ ],
323
+ "target_channels": [
324
+ 0,
325
+ 3
326
+ ]
327
+ },
328
+ {
329
+ "user_input": "remove sneeze and keep car horn and fire alarm",
330
+ "command_type": "mixed_commands",
331
+ "target_sources": [
332
+ "speech",
333
+ "car_horn",
334
+ "fire_alarm"
335
+ ],
336
+ "target_channels": [
337
+ 0,
338
+ 3,
339
+ 4
340
+ ]
341
+ },
342
+ {
343
+ "user_input": "remove car horn and keep sneeze and fire alarm",
344
+ "command_type": "mixed_commands",
345
+ "target_sources": [
346
+ "speech",
347
+ "sneeze",
348
+ "fire_alarm"
349
+ ],
350
+ "target_channels": [
351
+ 0,
352
+ 2,
353
+ 4
354
+ ]
355
+ },
356
+ {
357
+ "user_input": "keep sneeze and car horn and remove fire alarm",
358
+ "command_type": "mixed_commands",
359
+ "target_sources": [
360
+ "speech",
361
+ "sneeze",
362
+ "car_horn"
363
+ ],
364
+ "target_channels": [
365
+ 0,
366
+ 2,
367
+ 3
368
+ ]
369
+ },
370
+ {
371
+ "user_input": "remove sneeze and car horn and keep fire alarm",
372
+ "command_type": "mixed_commands",
373
+ "target_sources": [
374
+ "speech",
375
+ "fire_alarm"
376
+ ],
377
+ "target_channels": [
378
+ 0,
379
+ 4
380
+ ]
381
+ },
382
+ {
383
+ "user_input": "keep car horn and remove sneeze and fire alarm",
384
+ "command_type": "mixed_commands",
385
+ "target_sources": [
386
+ "speech",
387
+ "car_horn"
388
+ ],
389
+ "target_channels": [
390
+ 0,
391
+ 3
392
+ ]
393
+ },
394
+ {
395
+ "user_input": "keep sneeze and remove car horn and fire alarm",
396
+ "command_type": "mixed_commands",
397
+ "target_sources": [
398
+ "speech",
399
+ "sneeze"
400
+ ],
401
+ "target_channels": [
402
+ 0,
403
+ 2
404
+ ]
405
+ }
406
+ ]
407
+ }
data/audio_mixtures_old/train/supermarket_1dist_079_rep2.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "supermarket_1dist_079_rep2",
3
+ "scene_name": "Supermarket",
4
+ "distractor_count": 1,
5
+ "distractors": [
6
+ "jackhammer"
7
+ ],
8
+ "audio_file": "supermarket_1dist_079_rep2.wav",
9
+ "split": "train",
10
+ "audio_metadata": {
11
+ "duration": 10.0,
12
+ "sample_rate": 44100,
13
+ "channels": 5,
14
+ "speech": {
15
+ "original_path": "speech/val/p243/p243_149.wav",
16
+ "origin_start": 0.0,
17
+ "origin_end": 2.7753514739229024,
18
+ "mixture_start": 0.0,
19
+ "mixture_end": 10.0,
20
+ "channel": 0
21
+ },
22
+ "background": {
23
+ "original_path": "background/train/Supermarket/asmr_Supermarket_R98aJqCQqdQ_chunk_015.mp3",
24
+ "origin_start": 112.73927437641723,
25
+ "origin_end": 122.73927437641723,
26
+ "mixture_start": 0.0,
27
+ "mixture_end": 10.0,
28
+ "channel": 1
29
+ },
30
+ "distractor_1": {
31
+ "name": "jackhammer",
32
+ "display_name": "jackhammer",
33
+ "original_path": "distractors/train/jackhammer/fsd50k_273697.wav",
34
+ "origin_start": 4.455328798185941,
35
+ "origin_end": 6.596575963718821,
36
+ "mixture_start": 3.1020550046213473,
37
+ "mixture_end": 5.243314289675697,
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 jackhammer",
54
+ "command_type": "remove_only",
55
+ "target_sources": [
56
+ "speech"
57
+ ],
58
+ "target_channels": [
59
+ 0
60
+ ]
61
+ },
62
+ {
63
+ "user_input": "keep jackhammer",
64
+ "command_type": "keep_only",
65
+ "target_sources": [
66
+ "speech",
67
+ "jackhammer"
68
+ ],
69
+ "target_channels": [
70
+ 0,
71
+ 2
72
+ ]
73
+ }
74
+ ]
75
+ }
data/audio_mixtures_old/train/supermarket_3dist_261_rep1.json ADDED
@@ -0,0 +1,407 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "mixture_id": "supermarket_3dist_261_rep1",
3
+ "scene_name": "Supermarket",
4
+ "distractor_count": 3,
5
+ "distractors": [
6
+ "baby_cry",
7
+ "glass_breaking",
8
+ "jackhammer"
9
+ ],
10
+ "audio_file": "supermarket_3dist_261_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/p269/p269_155.wav",
18
+ "origin_start": 0.0,
19
+ "origin_end": 3.20281179138322,
20
+ "mixture_start": 0.0,
21
+ "mixture_end": 10.0,
22
+ "channel": 0
23
+ },
24
+ "background": {
25
+ "original_path": "background/train/Supermarket/asmr_Supermarket_Dp9yBndP-1A_chunk_012.mp3",
26
+ "origin_start": 47.87714285714286,
27
+ "origin_end": 57.87714285714286,
28
+ "mixture_start": 0.0,
29
+ "mixture_end": 10.0,
30
+ "channel": 1
31
+ },
32
+ "distractor_1": {
33
+ "name": "baby_cry",
34
+ "display_name": "baby cry",
35
+ "original_path": "distractors/train/baby_cry/esc-50_3-151080-A-20.wav",
36
+ "origin_start": 0.9563718820861677,
37
+ "origin_end": 4.616031746031746,
38
+ "mixture_start": 1.4356061779535314,
39
+ "mixture_end": 5.095285636851717,
40
+ "channel": 2
41
+ },
42
+ "distractor_2": {
43
+ "name": "glass_breaking",
44
+ "display_name": "glass breaking",
45
+ "original_path": "distractors/train/glass_breaking/fsd50k_260433.wav",
46
+ "origin_start": 0.0,
47
+ "origin_end": 0.603718820861678,
48
+ "mixture_start": 3.279559152053388,
49
+ "mixture_end": 3.883277972915066,
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": 0.1347845804988662,
57
+ "origin_end": 2.9617233560090703,
58
+ "mixture_start": 5.099423076438053,
59
+ "mixture_end": 7.9263721357707455,
60
+ "channel": 4
61
+ }
62
+ },
63
+ "command_variants": [
64
+ {
65
+ "user_input": null,
66
+ "command_type": "no_input",
67
+ "target_sources": [
68
+ "speech",
69
+ "glass_breaking"
70
+ ],
71
+ "target_channels": [
72
+ 0,
73
+ 3
74
+ ]
75
+ },
76
+ {
77
+ "user_input": "remove baby cry",
78
+ "command_type": "remove_only",
79
+ "target_sources": [
80
+ "speech",
81
+ "glass_breaking"
82
+ ],
83
+ "target_channels": [
84
+ 0,
85
+ 3
86
+ ]
87
+ },
88
+ {
89
+ "user_input": "remove glass breaking",
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
+ "glass_breaking"
104
+ ],
105
+ "target_channels": [
106
+ 0,
107
+ 3
108
+ ]
109
+ },
110
+ {
111
+ "user_input": "remove baby cry and glass breaking",
112
+ "command_type": "remove_only",
113
+ "target_sources": [
114
+ "speech"
115
+ ],
116
+ "target_channels": [
117
+ 0
118
+ ]
119
+ },
120
+ {
121
+ "user_input": "remove baby cry and jackhammer",
122
+ "command_type": "remove_only",
123
+ "target_sources": [
124
+ "speech",
125
+ "glass_breaking"
126
+ ],
127
+ "target_channels": [
128
+ 0,
129
+ 3
130
+ ]
131
+ },
132
+ {
133
+ "user_input": "remove glass breaking 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 baby cry and glass breaking 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 baby cry",
154
+ "command_type": "keep_only",
155
+ "target_sources": [
156
+ "speech",
157
+ "baby_cry",
158
+ "glass_breaking"
159
+ ],
160
+ "target_channels": [
161
+ 0,
162
+ 2,
163
+ 3
164
+ ]
165
+ },
166
+ {
167
+ "user_input": "keep glass breaking",
168
+ "command_type": "keep_only",
169
+ "target_sources": [
170
+ "speech",
171
+ "glass_breaking"
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
+ "glass_breaking",
184
+ "jackhammer"
185
+ ],
186
+ "target_channels": [
187
+ 0,
188
+ 3,
189
+ 4
190
+ ]
191
+ },
192
+ {
193
+ "user_input": "keep baby cry and glass breaking",
194
+ "command_type": "keep_only",
195
+ "target_sources": [
196
+ "speech",
197
+ "baby_cry",
198
+ "glass_breaking"
199
+ ],
200
+ "target_channels": [
201
+ 0,
202
+ 2,
203
+ 3
204
+ ]
205
+ },
206
+ {
207
+ "user_input": "keep baby cry and jackhammer",
208
+ "command_type": "keep_only",
209
+ "target_sources": [
210
+ "speech",
211
+ "baby_cry",
212
+ "glass_breaking",
213
+ "jackhammer"
214
+ ],
215
+ "target_channels": [
216
+ 0,
217
+ 2,
218
+ 3,
219
+ 4
220
+ ]
221
+ },
222
+ {
223
+ "user_input": "keep glass breaking and jackhammer",
224
+ "command_type": "keep_only",
225
+ "target_sources": [
226
+ "speech",
227
+ "glass_breaking",
228
+ "jackhammer"
229
+ ],
230
+ "target_channels": [
231
+ 0,
232
+ 3,
233
+ 4
234
+ ]
235
+ },
236
+ {
237
+ "user_input": "keep baby cry and glass breaking and jackhammer",
238
+ "command_type": "keep_only",
239
+ "target_sources": [
240
+ "speech",
241
+ "baby_cry",
242
+ "glass_breaking",
243
+ "jackhammer"
244
+ ],
245
+ "target_channels": [
246
+ 0,
247
+ 2,
248
+ 3,
249
+ 4
250
+ ]
251
+ },
252
+ {
253
+ "user_input": "keep glass breaking and remove baby cry",
254
+ "command_type": "mixed_commands",
255
+ "target_sources": [
256
+ "speech",
257
+ "glass_breaking"
258
+ ],
259
+ "target_channels": [
260
+ 0,
261
+ 3
262
+ ]
263
+ },
264
+ {
265
+ "user_input": "remove baby cry and keep jackhammer",
266
+ "command_type": "mixed_commands",
267
+ "target_sources": [
268
+ "speech",
269
+ "glass_breaking",
270
+ "jackhammer"
271
+ ],
272
+ "target_channels": [
273
+ 0,
274
+ 3,
275
+ 4
276
+ ]
277
+ },
278
+ {
279
+ "user_input": "keep baby cry and remove glass breaking",
280
+ "command_type": "mixed_commands",
281
+ "target_sources": [
282
+ "speech",
283
+ "baby_cry"
284
+ ],
285
+ "target_channels": [
286
+ 0,
287
+ 2
288
+ ]
289
+ },
290
+ {
291
+ "user_input": "keep jackhammer and remove glass breaking",
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 baby cry",
304
+ "command_type": "mixed_commands",
305
+ "target_sources": [
306
+ "speech",
307
+ "baby_cry",
308
+ "glass_breaking"
309
+ ],
310
+ "target_channels": [
311
+ 0,
312
+ 2,
313
+ 3
314
+ ]
315
+ },
316
+ {
317
+ "user_input": "keep glass breaking and remove jackhammer",
318
+ "command_type": "mixed_commands",
319
+ "target_sources": [
320
+ "speech",
321
+ "glass_breaking"
322
+ ],
323
+ "target_channels": [
324
+ 0,
325
+ 3
326
+ ]
327
+ },
328
+ {
329
+ "user_input": "keep glass breaking and jackhammer and remove baby cry",
330
+ "command_type": "mixed_commands",
331
+ "target_sources": [
332
+ "speech",
333
+ "glass_breaking",
334
+ "jackhammer"
335
+ ],
336
+ "target_channels": [
337
+ 0,
338
+ 3,
339
+ 4
340
+ ]
341
+ },
342
+ {
343
+ "user_input": "keep baby cry and jackhammer and remove glass breaking",
344
+ "command_type": "mixed_commands",
345
+ "target_sources": [
346
+ "speech",
347
+ "baby_cry",
348
+ "jackhammer"
349
+ ],
350
+ "target_channels": [
351
+ 0,
352
+ 2,
353
+ 4
354
+ ]
355
+ },
356
+ {
357
+ "user_input": "remove jackhammer and keep baby cry and glass breaking",
358
+ "command_type": "mixed_commands",
359
+ "target_sources": [
360
+ "speech",
361
+ "baby_cry",
362
+ "glass_breaking"
363
+ ],
364
+ "target_channels": [
365
+ 0,
366
+ 2,
367
+ 3
368
+ ]
369
+ },
370
+ {
371
+ "user_input": "remove baby cry and glass breaking and keep jackhammer",
372
+ "command_type": "mixed_commands",
373
+ "target_sources": [
374
+ "speech",
375
+ "jackhammer"
376
+ ],
377
+ "target_channels": [
378
+ 0,
379
+ 4
380
+ ]
381
+ },
382
+ {
383
+ "user_input": "remove baby cry and jackhammer and keep glass breaking",
384
+ "command_type": "mixed_commands",
385
+ "target_sources": [
386
+ "speech",
387
+ "glass_breaking"
388
+ ],
389
+ "target_channels": [
390
+ 0,
391
+ 3
392
+ ]
393
+ },
394
+ {
395
+ "user_input": "remove glass breaking and jackhammer and keep baby cry",
396
+ "command_type": "mixed_commands",
397
+ "target_sources": [
398
+ "speech",
399
+ "baby_cry"
400
+ ],
401
+ "target_channels": [
402
+ 0,
403
+ 2
404
+ ]
405
+ }
406
+ ]
407
+ }