Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 498 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 498 Bytes

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".