File size: 12,553 Bytes
b3c0e3a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
{
  "0": "Speech",
  "1": "Male speech, man speaking",
  "2": "Female speech, woman speaking",
  "3": "Child speech, kid speaking",
  "4": "Conversation",
  "5": "Narration, monologue",
  "6": "Babbling",
  "7": "Speech synthesizer",
  "8": "Shout",
  "9": "Bellow",
  "10": "Whoop",
  "11": "Yell",
  "12": "Battle cry",
  "13": "Children shouting",
  "14": "Screaming",
  "15": "Whispering",
  "16": "Laughter",
  "17": "Baby laughter",
  "18": "Giggle",
  "19": "Snicker",
  "20": "Belly laugh",
  "21": "Chuckle, chortle",
  "22": "Crying, sobbing",
  "23": "Baby cry, infant cry",
  "24": "Whimper",
  "25": "Wail, moan",
  "26": "Sigh",
  "27": "Singing",
  "28": "Choir",
  "29": "Yodeling",
  "30": "Chant",
  "31": "Mantra",
  "32": "Male singing",
  "33": "Female singing",
  "34": "Child singing",
  "35": "Synthetic singing",
  "36": "Rapping",
  "37": "Humming",
  "38": "Groan",
  "39": "Grunt",
  "40": "Whistling",
  "41": "Breathing",
  "42": "Wheeze",
  "43": "Snoring",
  "44": "Gasp",
  "45": "Pant",
  "46": "Snort",
  "47": "Cough",
  "48": "Throat clearing",
  "49": "Sneeze",
  "50": "Sniff",
  "51": "Run",
  "52": "Shuffle",
  "53": "Walk, footsteps",
  "54": "Chewing, mastication",
  "55": "Biting",
  "56": "Gargling",
  "57": "Stomach rumble",
  "58": "Burping, eructation",
  "59": "Hiccup",
  "60": "Fart",
  "61": "Hands",
  "62": "Finger snapping",
  "63": "Clapping",
  "64": "Heart sounds, heartbeat",
  "65": "Heart murmur",
  "66": "Cheering",
  "67": "Applause",
  "68": "Chatter",
  "69": "Crowd",
  "70": "Hubbub, speech noise, speech babble",
  "71": "Children playing",
  "72": "Animal",
  "73": "Domestic animals, pets",
  "74": "Dog",
  "75": "Bark",
  "76": "Yip",
  "77": "Howl",
  "78": "Bow-wow",
  "79": "Growling",
  "80": "Whimper (dog)",
  "81": "Cat",
  "82": "Purr",
  "83": "Meow",
  "84": "Hiss",
  "85": "Caterwaul",
  "86": "Livestock, farm animals, working animals",
  "87": "Horse",
  "88": "Clip-clop",
  "89": "Neigh, whinny",
  "90": "Cattle, bovinae",
  "91": "Moo",
  "92": "Cowbell",
  "93": "Pig",
  "94": "Oink",
  "95": "Goat",
  "96": "Bleat",
  "97": "Sheep",
  "98": "Fowl",
  "99": "Chicken, rooster",
  "100": "Cluck",
  "101": "Crowing, cock-a-doodle-doo",
  "102": "Turkey",
  "103": "Gobble",
  "104": "Duck",
  "105": "Quack",
  "106": "Goose",
  "107": "Honk",
  "108": "Wild animals",
  "109": "Roaring cats (lions, tigers)",
  "110": "Roar",
  "111": "Bird",
  "112": "Bird vocalization, bird call, bird song",
  "113": "Chirp, tweet",
  "114": "Squawk",
  "115": "Pigeon, dove",
  "116": "Coo",
  "117": "Crow",
  "118": "Caw",
  "119": "Owl",
  "120": "Hoot",
  "121": "Bird flight, flapping wings",
  "122": "Canidae, dogs, wolves",
  "123": "Rodents, rats, mice",
  "124": "Mouse",
  "125": "Patter",
  "126": "Insect",
  "127": "Cricket",
  "128": "Mosquito",
  "129": "Fly, housefly",
  "130": "Buzz",
  "131": "Bee, wasp, etc.",
  "132": "Frog",
  "133": "Croak",
  "134": "Snake",
  "135": "Rattle",
  "136": "Whale vocalization",
  "137": "Music",
  "138": "Musical instrument",
  "139": "Plucked string instrument",
  "140": "Guitar",
  "141": "Electric guitar",
  "142": "Bass guitar",
  "143": "Acoustic guitar",
  "144": "Steel guitar, slide guitar",
  "145": "Tapping (guitar technique)",
  "146": "Strum",
  "147": "Banjo",
  "148": "Sitar",
  "149": "Mandolin",
  "150": "Zither",
  "151": "Ukulele",
  "152": "Keyboard (musical)",
  "153": "Piano",
  "154": "Electric piano",
  "155": "Organ",
  "156": "Electronic organ",
  "157": "Hammond organ",
  "158": "Synthesizer",
  "159": "Sampler",
  "160": "Harpsichord",
  "161": "Percussion",
  "162": "Drum kit",
  "163": "Drum machine",
  "164": "Drum",
  "165": "Snare drum",
  "166": "Rimshot",
  "167": "Drum roll",
  "168": "Bass drum",
  "169": "Timpani",
  "170": "Tabla",
  "171": "Cymbal",
  "172": "Hi-hat",
  "173": "Wood block",
  "174": "Tambourine",
  "175": "Rattle (instrument)",
  "176": "Maraca",
  "177": "Gong",
  "178": "Tubular bells",
  "179": "Mallet percussion",
  "180": "Marimba, xylophone",
  "181": "Glockenspiel",
  "182": "Vibraphone",
  "183": "Steelpan",
  "184": "Orchestra",
  "185": "Brass instrument",
  "186": "French horn",
  "187": "Trumpet",
  "188": "Trombone",
  "189": "Bowed string instrument",
  "190": "String section",
  "191": "Violin, fiddle",
  "192": "Pizzicato",
  "193": "Cello",
  "194": "Double bass",
  "195": "Wind instrument, woodwind instrument",
  "196": "Flute",
  "197": "Saxophone",
  "198": "Clarinet",
  "199": "Harp",
  "200": "Bell",
  "201": "Church bell",
  "202": "Jingle bell",
  "203": "Bicycle bell",
  "204": "Tuning fork",
  "205": "Chime",
  "206": "Wind chime",
  "207": "Change ringing (campanology)",
  "208": "Harmonica",
  "209": "Accordion",
  "210": "Bagpipes",
  "211": "Didgeridoo",
  "212": "Shofar",
  "213": "Theremin",
  "214": "Singing bowl",
  "215": "Scratching (performance technique)",
  "216": "Pop music",
  "217": "Hip hop music",
  "218": "Beatboxing",
  "219": "Rock music",
  "220": "Heavy metal",
  "221": "Punk rock",
  "222": "Grunge",
  "223": "Progressive rock",
  "224": "Rock and roll",
  "225": "Psychedelic rock",
  "226": "Rhythm and blues",
  "227": "Soul music",
  "228": "Reggae",
  "229": "Country",
  "230": "Swing music",
  "231": "Bluegrass",
  "232": "Funk",
  "233": "Folk music",
  "234": "Middle Eastern music",
  "235": "Jazz",
  "236": "Disco",
  "237": "Classical music",
  "238": "Opera",
  "239": "Electronic music",
  "240": "House music",
  "241": "Techno",
  "242": "Dubstep",
  "243": "Drum and bass",
  "244": "Electronica",
  "245": "Electronic dance music",
  "246": "Ambient music",
  "247": "Trance music",
  "248": "Music of Latin America",
  "249": "Salsa music",
  "250": "Flamenco",
  "251": "Blues",
  "252": "Music for children",
  "253": "New-age music",
  "254": "Vocal music",
  "255": "A capella",
  "256": "Music of Africa",
  "257": "Afrobeat",
  "258": "Christian music",
  "259": "Gospel music",
  "260": "Music of Asia",
  "261": "Carnatic music",
  "262": "Music of Bollywood",
  "263": "Ska",
  "264": "Traditional music",
  "265": "Independent music",
  "266": "Song",
  "267": "Background music",
  "268": "Theme music",
  "269": "Jingle (music)",
  "270": "Soundtrack music",
  "271": "Lullaby",
  "272": "Video game music",
  "273": "Christmas music",
  "274": "Dance music",
  "275": "Wedding music",
  "276": "Happy music",
  "277": "Funny music",
  "278": "Sad music",
  "279": "Tender music",
  "280": "Exciting music",
  "281": "Angry music",
  "282": "Scary music",
  "283": "Wind",
  "284": "Rustling leaves",
  "285": "Wind noise (microphone)",
  "286": "Thunderstorm",
  "287": "Thunder",
  "288": "Water",
  "289": "Rain",
  "290": "Raindrop",
  "291": "Rain on surface",
  "292": "Stream",
  "293": "Waterfall",
  "294": "Ocean",
  "295": "Waves, surf",
  "296": "Steam",
  "297": "Gurgling",
  "298": "Fire",
  "299": "Crackle",
  "300": "Vehicle",
  "301": "Boat, Water vehicle",
  "302": "Sailboat, sailing ship",
  "303": "Rowboat, canoe, kayak",
  "304": "Motorboat, speedboat",
  "305": "Ship",
  "306": "Motor vehicle (road)",
  "307": "Car",
  "308": "Vehicle horn, car horn, honking",
  "309": "Toot",
  "310": "Car alarm",
  "311": "Power windows, electric windows",
  "312": "Skidding",
  "313": "Tire squeal",
  "314": "Car passing by",
  "315": "Race car, auto racing",
  "316": "Truck",
  "317": "Air brake",
  "318": "Air horn, truck horn",
  "319": "Reversing beeps",
  "320": "Ice cream truck, ice cream van",
  "321": "Bus",
  "322": "Emergency vehicle",
  "323": "Police car (siren)",
  "324": "Ambulance (siren)",
  "325": "Fire engine, fire truck (siren)",
  "326": "Motorcycle",
  "327": "Traffic noise, roadway noise",
  "328": "Rail transport",
  "329": "Train",
  "330": "Train whistle",
  "331": "Train horn",
  "332": "Railroad car, train wagon",
  "333": "Train wheels squealing",
  "334": "Subway, metro, underground",
  "335": "Aircraft",
  "336": "Aircraft engine",
  "337": "Jet engine",
  "338": "Propeller, airscrew",
  "339": "Helicopter",
  "340": "Fixed-wing aircraft, airplane",
  "341": "Bicycle",
  "342": "Skateboard",
  "343": "Engine",
  "344": "Light engine (high frequency)",
  "345": "Dental drill, dentist's drill",
  "346": "Lawn mower",
  "347": "Chainsaw",
  "348": "Medium engine (mid frequency)",
  "349": "Heavy engine (low frequency)",
  "350": "Engine knocking",
  "351": "Engine starting",
  "352": "Idling",
  "353": "Accelerating, revving, vroom",
  "354": "Door",
  "355": "Doorbell",
  "356": "Ding-dong",
  "357": "Sliding door",
  "358": "Slam",
  "359": "Knock",
  "360": "Tap",
  "361": "Squeak",
  "362": "Cupboard open or close",
  "363": "Drawer open or close",
  "364": "Dishes, pots, and pans",
  "365": "Cutlery, silverware",
  "366": "Chopping (food)",
  "367": "Frying (food)",
  "368": "Microwave oven",
  "369": "Blender",
  "370": "Water tap, faucet",
  "371": "Sink (filling or washing)",
  "372": "Bathtub (filling or washing)",
  "373": "Hair dryer",
  "374": "Toilet flush",
  "375": "Toothbrush",
  "376": "Electric toothbrush",
  "377": "Vacuum cleaner",
  "378": "Zipper (clothing)",
  "379": "Keys jangling",
  "380": "Coin (dropping)",
  "381": "Scissors",
  "382": "Electric shaver, electric razor",
  "383": "Shuffling cards",
  "384": "Typing",
  "385": "Typewriter",
  "386": "Computer keyboard",
  "387": "Writing",
  "388": "Alarm",
  "389": "Telephone",
  "390": "Telephone bell ringing",
  "391": "Ringtone",
  "392": "Telephone dialing, DTMF",
  "393": "Dial tone",
  "394": "Busy signal",
  "395": "Alarm clock",
  "396": "Siren",
  "397": "Civil defense siren",
  "398": "Buzzer",
  "399": "Smoke detector, smoke alarm",
  "400": "Fire alarm",
  "401": "Foghorn",
  "402": "Whistle",
  "403": "Steam whistle",
  "404": "Mechanisms",
  "405": "Ratchet, pawl",
  "406": "Clock",
  "407": "Tick",
  "408": "Tick-tock",
  "409": "Gears",
  "410": "Pulleys",
  "411": "Sewing machine",
  "412": "Mechanical fan",
  "413": "Air conditioning",
  "414": "Cash register",
  "415": "Printer",
  "416": "Camera",
  "417": "Single-lens reflex camera",
  "418": "Tools",
  "419": "Hammer",
  "420": "Jackhammer",
  "421": "Sawing",
  "422": "Filing (rasp)",
  "423": "Sanding",
  "424": "Power tool",
  "425": "Drill",
  "426": "Explosion",
  "427": "Gunshot, gunfire",
  "428": "Machine gun",
  "429": "Fusillade",
  "430": "Artillery fire",
  "431": "Cap gun",
  "432": "Fireworks",
  "433": "Firecracker",
  "434": "Burst, pop",
  "435": "Eruption",
  "436": "Boom",
  "437": "Wood",
  "438": "Chop",
  "439": "Splinter",
  "440": "Crack",
  "441": "Glass",
  "442": "Chink, clink",
  "443": "Shatter",
  "444": "Liquid",
  "445": "Splash, splatter",
  "446": "Slosh",
  "447": "Squish",
  "448": "Drip",
  "449": "Pour",
  "450": "Trickle, dribble",
  "451": "Gush",
  "452": "Fill (with liquid)",
  "453": "Spray",
  "454": "Pump (liquid)",
  "455": "Stir",
  "456": "Boiling",
  "457": "Sonar",
  "458": "Arrow",
  "459": "Whoosh, swoosh, swish",
  "460": "Thump, thud",
  "461": "Thunk",
  "462": "Electronic tuner",
  "463": "Effects unit",
  "464": "Chorus effect",
  "465": "Basketball bounce",
  "466": "Bang",
  "467": "Slap, smack",
  "468": "Whack, thwack",
  "469": "Smash, crash",
  "470": "Breaking",
  "471": "Bouncing",
  "472": "Whip",
  "473": "Flap",
  "474": "Scratch",
  "475": "Scrape",
  "476": "Rub",
  "477": "Roll",
  "478": "Crushing",
  "479": "Crumpling, crinkling",
  "480": "Tearing",
  "481": "Beep, bleep",
  "482": "Ping",
  "483": "Ding",
  "484": "Clang",
  "485": "Squeal",
  "486": "Creak",
  "487": "Rustle",
  "488": "Whir",
  "489": "Clatter",
  "490": "Sizzle",
  "491": "Clicking",
  "492": "Clickety-clack",
  "493": "Rumble",
  "494": "Plop",
  "495": "Jingle, tinkle",
  "496": "Hum",
  "497": "Zing",
  "498": "Boing",
  "499": "Crunch",
  "500": "Silence",
  "501": "Sine wave",
  "502": "Harmonic",
  "503": "Chirp tone",
  "504": "Sound effect",
  "505": "Pulse",
  "506": "Inside, small room",
  "507": "Inside, large room or hall",
  "508": "Inside, public space",
  "509": "Outside, urban or manmade",
  "510": "Outside, rural or natural",
  "511": "Reverberation",
  "512": "Echo",
  "513": "Noise",
  "514": "Environmental noise",
  "515": "Static",
  "516": "Mains hum",
  "517": "Distortion",
  "518": "Sidetone",
  "519": "Cacophony",
  "520": "White noise",
  "521": "Pink noise",
  "522": "Throbbing",
  "523": "Vibration",
  "524": "Television",
  "525": "Radio",
  "526": "Field recording"
}