Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 596 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 596 Bytes

Power Spectral Subtraction

Power Spectral Subtraction implemented in Python for removal of additive background noise.

Usage

  • Replace SoundPlusNoise.wav with the wav file from which the noise is to be removed.(Containing sound of interest + noise)
  • Replace Noise.wav with the wav file for which contains only the additive background noise.
  • Set and fine tune scaling factor α and spectral floor β parameters for given sound of interest and background noise.
  • Execution of the script would result in generation of Output.wav file containing only the sound of interest.