For an explanation of the algorithm, refer to this presentation.
Project for the course of Sound Analysis, Synthesis and Processing.
Before restoration:
source_Muss.mov
After:
source_Muss_restored.mov
In the results folder you can find other restored sound files.
- Clone the repository
- Open the main.m file in MATLAB
- Change line 6
[input, Fs] = audioread("input.wav");
by replacinginput.wav
with the path of the file you want to restore - The restored version will be written in
restored.wav