Skip to content
forked from huyanxin/phasen

A unofficial Pytorch implementation of Microsoft's PHASEN

Notifications You must be signed in to change notification settings

yan-zhaoyu/phasen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 93.6%
  • Shell 6.4%