TaterTotterson commited on
Commit
3b6d091
·
verified ·
1 Parent(s): 03c9e21

Update license and citation metadata

Browse files
Files changed (1) hide show
  1. README.md +24 -5
README.md CHANGED
@@ -1,18 +1,37 @@
1
  ---
2
- license: unknown
3
  task_categories:
4
  - audio-classification
5
  - automatic-speech-recognition
6
  size_categories:
7
  - n<1K
 
8
  ---
9
 
10
- MIT Environmental Impulse Response Dataset
11
 
12
  The audio recordings in this dataset are originally created by the Computational Audition Lab at MIT. The source of the data can be found at: [https://mcdermottlab.mit.edu/Reverb/IR_Survey.html](https://mcdermottlab.mit.edu/Reverb/IR_Survey.html).
13
 
14
- The audio files in the dataset have been resampled to a sampling rate of 16 kHz. This resampling was done to reduce the size of the dataset while making it more suitable for various tasks, including data augmentation.
15
 
16
- The dataset consists of 271 audio files, each in WAV format. These files collectively provide a diverse range of environmental impulse response data.
17
 
18
- The license for this dataset is unknown. Please refer to the dataset source for any licensing information or usage restrictions, and cite appropriately.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: cc-by-4.0
3
  task_categories:
4
  - audio-classification
5
  - automatic-speech-recognition
6
  size_categories:
7
  - n<1K
8
+ pretty_name: MIT Environmental Impulse Response Dataset
9
  ---
10
 
11
+ # MIT Environmental Impulse Response Dataset
12
 
13
  The audio recordings in this dataset are originally created by the Computational Audition Lab at MIT. The source of the data can be found at: [https://mcdermottlab.mit.edu/Reverb/IR_Survey.html](https://mcdermottlab.mit.edu/Reverb/IR_Survey.html).
14
 
15
+ This mirror provides the 16 kHz WAV files used for wake-word training augmentation in the Tater Totterson trainer projects. The files were resampled to 16 kHz to keep the dataset small and convenient for machine-learning audio pipelines.
16
 
17
+ ## License
18
 
19
+ The original authors clarified that this impulse-response dataset is released under the [Creative Commons Attribution 4.0 International license](https://creativecommons.org/licenses/by/4.0/).
20
+
21
+ ## Attribution
22
+
23
+ Please cite the original paper when using this dataset:
24
+
25
+ ```bibtex
26
+ @article{traer2016naturalreverberation,
27
+ doi = {10.1073/pnas.1612524113},
28
+ author = {Traer, James and McDermott, Josh H.},
29
+ title = {Statistics of natural reverberation enable perceptual separation of sound and space},
30
+ journal = {Proceedings of the National Academy of Sciences},
31
+ volume = {113},
32
+ number = {48},
33
+ pages = {E7856-E7865},
34
+ year = {2016},
35
+ url = {https://www.pnas.org/doi/abs/10.1073/pnas.1612524113}
36
+ }
37
+ ```