voice-biomarkers commited on
Commit
956315e
·
verified ·
1 Parent(s): effcad7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -2
README.md CHANGED
@@ -7,13 +7,42 @@ dataset_info:
7
  dtype: string
8
  splits:
9
  - name: train
10
- num_bytes: 10905776838.0
11
  num_examples: 560
12
  download_size: 10446419041
13
- dataset_size: 10905776838.0
14
  configs:
15
  - config_name: default
16
  data_files:
17
  - split: train
18
  path: data/train-*
 
 
 
 
 
 
 
 
 
 
19
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  dtype: string
8
  splits:
9
  - name: train
10
+ num_bytes: 10905776838
11
  num_examples: 560
12
  download_size: 10446419041
13
+ dataset_size: 10905776838
14
  configs:
15
  - config_name: default
16
  data_files:
17
  - split: train
18
  path: data/train-*
19
+ license: cc-by-4.0
20
+ task_categories:
21
+ - audio-classification
22
+ tags:
23
+ - demand
24
+ - acoustic
25
+ - noise
26
+ - audio
27
+ size_categories:
28
+ - 1K<n<10K
29
  ---
30
+
31
+ About Dataset
32
+ A database of 16-channel environmental noise recordings
33
+
34
+ Source: https://www.kaggle.com/datasets/chrisfilo/demand
35
+ License: CC-BY-4.0
36
+
37
+ Introduction
38
+ Microphone arrays, a (typically regular) arrangement of several microphones, allow for a number of interesting signal processing techniques. The correlation of audio signals from microphones that are located in close proximity with each other can, for example, be used to determine the spatial location of sound source relative to the array, or to isolate or enhance a signal based on the direction from which the sound reaches the array.
39
+
40
+ Typically, experiments with microphone arrays that consider acoustic background noise use controlled environments or simulated environments. Such artificial setups will in general be sparse in terms of noise sources. Other pre-existing real-world noise databases (e.g. the AURORA-2 corpus, the CHiME background noise data, or the NOISEX-92 database) tend to provide only a very limited variety of environments and are limited to at most 2 channels.
41
+
42
+ The DEMAND (Diverse Environments Multichannel Acoustic Noise Database) presented here provides a set of recordings that allow testing of algorithms using real-world noise in a variety of settings. This version provides 15 recordings. All recordings are made with a 16-channel array, with the smallest distance between microphones being 5 cm and the largest being 21.8 cm.
43
+
44
+ The data
45
+ A description of the data and the recording equipment is provided in the file DEMAND.pdf. All recordings are available as 16 single-channel WAV files in one directory at both 48 kHz and 16 kHz sampling rates. All files are compressed into "zip" files.
46
+
47
+ The Authors
48
+ This work was created by Joachim Thiemann (IRISA-CNRS), Nobutaka Ito (University of Tokyo), and Emmanuel Vincent (Inria Rennes - Bretagne Atlantique). It was supported by Inria under the Associate Team Program VERSAMUS.