wangpy1204 / tcnse

TCN-based Speech Enhancement

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TCN-based Speech Enhancement

Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 United States License.

This repository is based on funcwj's repository and naplab's repository.

Requirements

Tested in Python 3.7. Please see requirements.txt for other dependensies.

Data preparation

Place the DNS-Challenge folder (or its symbolic link) into data folder. e.g.,

$ cd data
$ ln -s [your path to DNS-Challenge] DNS-Challenge

Then execute make_filelist_testset.sh

$ ./make_filelist_testset.sh

Inference

  • configure separate.sh

  • run separate.sh

$ ./separate.sh

About

TCN-based Speech Enhancement


Languages

Language:Python 95.8%Language:Shell 4.2%