How to remove noise from wav file? [duplicate]

不羁的心 提交于 2019-12-06 11:41:57

问题


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:


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



来源:https://stackoverflow.com/questions/15783032/how-to-remove-noise-from-wav-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!