Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 844 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 844 Bytes

LSAR-click-removal

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.

How to use

  • Clone the repository
  • Open the main.m file in MATLAB
  • Change line 6 [input, Fs] = audioread("input.wav"); by replacing input.wav with the path of the file you want to restore
  • The restored version will be written in restored.wav