├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── download_blind_testset.py ├── download_ears.py ├── speaker_statistics.json └── transcripts.json /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/ears_dataset/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/ears_dataset/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/ears_dataset/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/ears_dataset/HEAD/README.md -------------------------------------------------------------------------------- /download_blind_testset.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/ears_dataset/HEAD/download_blind_testset.py -------------------------------------------------------------------------------- /download_ears.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/ears_dataset/HEAD/download_ears.py -------------------------------------------------------------------------------- /speaker_statistics.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/ears_dataset/HEAD/speaker_statistics.json -------------------------------------------------------------------------------- /transcripts.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/facebookresearch/ears_dataset/HEAD/transcripts.json --------------------------------------------------------------------------------