nieshaoshuai / phasen

A unofficial Pytorch implementation of Microsoft's PHASEN

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHASEN


Unofficial PyTorch implementation of MSRA's: PHASEN: A Phase-and-Harmonics-Aware Speech Enhancement Network.


My resutls on real-world test

Noisy enh

Maybe there is something different with the paper, but it worked not bad.


how to use it?

  1. install dependency:
pip install -r requirements.txt
  1. download datasets if you don't have WSJ0, you can follow this use aishell-1 by following this se-cldnn-torch

  2. run. before you run it, please set the correct params in ./run_phasen.sh

bash run_phasen.sh

Reference:

funcwj's voice-filter

wangkenpu's Conv-Tasnet

pseeth's torch-stft

About

A unofficial Pytorch implementation of Microsoft's PHASEN


Languages

Language:Python 93.6%Language:Shell 6.4%