Datasets:

Modalities:
Audio
Text
Formats:
parquet
Languages:
Catalan
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
martillopartbsc commited on
Commit
2717e9d
1 Parent(s): 8b00926

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -52,9 +52,8 @@ We processed the data of the Catalan Festcat with the following recipe:
52
  - [py-webrtcvad](https://pypi.org/project/webrtcvad/) -> Python interface to the Voice Activity Detector (VAD) developed by Google for the WebRTC.
53
  - **Resampling:** From 48000 Hz to 22050 Hz, which is the most common sampling rate for training TTS models
54
  - Resampler from [CoquiTTS](https://github.com/coqui-ai/TTS/tree/dev) framework
55
- - **De-noising:** Although base quality of the audios is high, we could remove some background noise and small artifcats thanks to the CleanUNet denoiser developed by NVIDIA.
56
- - [CleanUNet](https://github.com/NVIDIA/CleanUNet)
57
- - [paper](https://arxiv.org/abs/2202.07790)
58
 
59
  We kept the same number of wave files, also the original anonymized file names and transcriptions.
60
 
 
52
  - [py-webrtcvad](https://pypi.org/project/webrtcvad/) -> Python interface to the Voice Activity Detector (VAD) developed by Google for the WebRTC.
53
  - **Resampling:** From 48000 Hz to 22050 Hz, which is the most common sampling rate for training TTS models
54
  - Resampler from [CoquiTTS](https://github.com/coqui-ai/TTS/tree/dev) framework
55
+ - **Denoising:** Although base quality of the audios is high, we could remove some background noise and small artifcats thanks to the CleanUNet denoiser developed by NVIDIA.
56
+ - [CleanUNet](https://github.com/NVIDIA/CleanUNet) - [arXiv](https://arxiv.org/abs/2202.07790)
 
57
 
58
  We kept the same number of wave files, also the original anonymized file names and transcriptions.
59