PyTorch implementation of Wave-U-Net for speech enhancement with additional CSV file with rotor rps time series.
librosa, numpy, torch, scipy, tqdm, soundpy, json5, pesq, pystoi, torchmetrics, soundfile
git clone https://github.com/gullogullo/Rotors-informed-Wave-U-Net-for-Speech-Enhancement.git
There are the SEGAN model, the Wave-U-Net model, and the rotor-informed Wave-U-Net model
- Entry file for training Wave-U-Net models:
train.py
- Entry file for enhance noisy speech with Wave-U-Net models:
enhancement.py
andenhancement_rotors.py
- Entry file for training SEGAN model:
segan_main.py
- Entry file for enhance noisy speech with SEGAN model:
segan_enhancement.py