Datasets:
Upload README
Browse files
README
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
This data includes all the room impulse responses (RIRs) and noises
|
| 2 |
+
we used in our paper "A Study on Data Augmentation of Reverberant Speech for Robust Speech Recognition"
|
| 3 |
+
submitted to ICASSP 2017.
|
| 4 |
+
The RIRs and noises in this data are all in 16k sampling rate and 16-bit precision.
|
| 5 |
+
|
| 6 |
+
Here are the descriptions for each folder in this data:
|
| 7 |
+
|
| 8 |
+
pointsource_noises:
|
| 9 |
+
|
| 10 |
+
The point-source noises
|
| 11 |
+
are sampled from the Freesound portion of the MUSAN corpus.
|
| 12 |
+
This portion of the corpus contains 843 noise
|
| 13 |
+
recordings and each of them is manually classified as either
|
| 14 |
+
a foreground or a background noise.
|
| 15 |
+
The MUSAN corpus can be downloaded by
|
| 16 |
+
wget http://www.openslr.org/resources/17/musan.tar.gz
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
real_rirs_isotropic_noises:
|
| 20 |
+
|
| 21 |
+
The set of real RIRs is composed of three databases:
|
| 22 |
+
the RWCP sound scene database, the 2014 REVERB challenge
|
| 23 |
+
database and the Aachen impulse response database (AIR).
|
| 24 |
+
Overall there are 325 real RIRs.
|
| 25 |
+
The isotropic noises available in the real RIR databases are
|
| 26 |
+
used along with the associated RIRs.
|
| 27 |
+
Here are the links to download the individual databases:
|
| 28 |
+
AIR,
|
| 29 |
+
wget http://www.openslr.org/resources/20/air_database_release_1_4.zip
|
| 30 |
+
RWCP,
|
| 31 |
+
wget http://www.openslr.org/resources/13/RWCP.tar.gz
|
| 32 |
+
2014 REVERB challenge,
|
| 33 |
+
wget http://reverb2014.dereverberation.com/tools/reverb_tools_for_Generate_mcTrainData.tgz || exit 1;
|
| 34 |
+
wget http://reverb2014.dereverberation.com/tools/reverb_tools_for_Generate_SimData.tgz || exit 1;
|
| 35 |
+
|
| 36 |
+
|
| 37 |
+
simulated_rirs
|
| 38 |
+
|
| 39 |
+
This folder contains the simulated RIRs.
|
| 40 |
+
Please go to simulated_rirs/README for the details of the data.
|
| 41 |
+
This simulated RIR data set can also be downloaded from
|
| 42 |
+
wget http://www.openslr.org/resources/26/sim_rir.zip
|