Skip to content

Debapriya-Tula/Speech_Dereverberation

Repository files navigation

Speech_Dereverberation

Speech Dereverberation using weighted prediction error

. ├── code │   ├── pycache │   │   └── stft.cpython-36.pyc │   ├── stft.py │   └── wpe.py

Run the wpe.py file using the command: cd Speech_Dereverberation/code/ ; python3 wpe.py ../rev_added/Rec01_rev.wav -o wav_out/Rec01_out.wav -p 200

You can try this using your own samples. You can add reverb to your samples using a software known as "Audacity".

About

Speech Dereverberation using weighted prediction error

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages