Datasets:
Update license and citation metadata
Browse files
README.md
CHANGED
|
@@ -1,18 +1,37 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
| 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 |
-
|
| 15 |
|
| 16 |
-
|
| 17 |
|
| 18 |
-
The
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
```
|