From 6384915e1742f15a02c002737fbe0a5bdc63015d Mon Sep 17 00:00:00 2001 From: shahules786 Date: Tue, 8 Nov 2022 16:48:20 +0530 Subject: [PATCH] recipes --- recipes/DNS/DNS-2020/README.md | 15 +++++++++++++++ recipes/Valentini-dataset/README.md | 12 ++++++++++++ 2 files changed, 27 insertions(+) create mode 100644 recipes/DNS/DNS-2020/README.md create mode 100644 recipes/Valentini-dataset/README.md diff --git a/recipes/DNS/DNS-2020/README.md b/recipes/DNS/DNS-2020/README.md new file mode 100644 index 0000000..ae58816 --- /dev/null +++ b/recipes/DNS/DNS-2020/README.md @@ -0,0 +1,15 @@ +### DNS Challenge's dataset + +The Deep Noise Suppression (DNS) Challenge is a single-channel speech enhancement +challenge organized by Microsoft, with a focus on real-time applications. +More info can be found on the [official page](https://dns-challenge.azurewebsites.net/). + +**References** +The challenge paper, [here](https://arxiv.org/abs/2001.08662). +```BibTex +@misc{DNSChallenge2020, +title={The INTERSPEECH 2020 Deep Noise Suppression Challenge: Datasets, Subjective Speech Quality and Testing Framework}, +author={Chandan K. A. Reddy and Ebrahim Beyrami and Harishchandra Dubey and Vishak Gopal and Roger Cheng and Ross Cutler and Sergiy Matusevych and Robert Aichner and Ashkan Aazami and Sebastian Braun and Puneet Rana and Sriram Srinivasan and Johannes Gehrke}, year={2020}, +doi=https://doi.org/10.48550/arXiv.2001.08662, +} +``` diff --git a/recipes/Valentini-dataset/README.md b/recipes/Valentini-dataset/README.md new file mode 100644 index 0000000..941a6a5 --- /dev/null +++ b/recipes/Valentini-dataset/README.md @@ -0,0 +1,12 @@ +## Valentini dataset + +Clean and noisy parallel speech database. The database was designed to train and test speech enhancement methods that operate at 48kHz. A more detailed description can be found in the papers associated with the database.[official page](https://datashare.ed.ac.uk/handle/10283/2791) + +**References** +```BibTex +@misc{DNSChallenge2020, +title={Noisy speech database for training speech enhancement algorithms and TTS models}, +author={Valentini-Botinhao, Cassia}, year={2017}, +doi=https://doi.org/10.7488/ds/2117, +} +```