This is a Containerised ClearerVoice Denoiser.
(https://github.com/modelscope/ClearerVoice-Studio/tree/main/clearvoice)
Model used here is only MossFormer2_SE_48K. Models:
- 'MossFormer2_SE_48K' (https://huggingface.co/alibabasglab/MossFormer2_SE_48K)
Checkpoint for this model can be downloaded from
(https://drive.google.com/drive/u/1/folders/1-7bFEDMfrKkRyx0alzyumhYvexPBBczE (If you are part of ASR-FAMILY) or https://huggingface.co/alibabasglab/MossFormer2_SE_48K/tree/main)
and should be placed into /clearvoice/checkpoints as a /MossFormer2_SE_48K folder
- Build the Docker Container
docker-compose build clearervoice
-
Put one or more audio clips to be denoised in /data/noisy
-
Run the docker container:
docker-compose run clearervoice
- Run clearvoice/denoising.py:
python3 denoising.py
- Denoised audio clips can be found in /data/clean