How to remove noise from wav file? [duplicate]

2019-02-15 19:01发布

This question already has an answer here:

I am actually mixing two wav files using the simple equation (a+b)/2 where a and b are the samples from the two wav files.This is fine and I am able to listen the audio from both files at the same time. But the problem is there is a lot of hssss noise (similar like the radio) playing in the background,how can I get rid of this white noise/noise.

1条回答
再贱就再见
2楼-- · 2019-02-15 19:55

You can create a low pass filter to remove the noise.

How to implement low pass filter using java

Please look into this link too http://www.dsprelated.com/showcode/256.php

查看更多
登录 后发表回答