A PyTorch implementation of "TasNet: Time-domain Audio Separation Network for Real-time, single-channel speech separation", published in ICASSP2018, by Yi Luo and Nima Mesgarani.
- PyTorch 0.4.1+
- Python3 (Recommend Anaconda)
pip install -r requirements.txt
cd tools; make
See egs/wsj0/run.sh
for example.
This is still a work in progress and any contribution is welcome (dev branch is main development branch).