Skip to content

yongxuUSTC/DNN-SpeechEnhancement

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

DNN-SpeechEnhancement using Tensorflow

Use TensorFlow to realize a DNN-based speech enhancement system, which refers to the paper below:

[1] Xu Y, Du J, Dai L R, et al. A regression approach to speech enhancement based on deep neural networks[J]. IEEE/ACM Transactions on Audio Speech & Language Processing, 2015, 23(1):7-19.

Only the traning script is provided here.

Procedure:

1 Prepare you data in the form of mat format.

2 Use this script to train NN. The result will be saved in mat format.

3 In enhancement stage, just do what [1] did.

About

DNN-based speech enhancement using Tensorflow by Haoyu Li (Tokyo univ.)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%