Click here to Skip to main content
15,891,204 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am developing one simple audio processing application in C++ using Qt.It can record audio from microphone. When I play the recorded sound there is lots background noise in it. Is there any simple code I can remove the background noise from audio sample

I tried to replace zero to the below audio sound but the recording coming through choppy and I searched in net for noise reduction methods found some algorithms that all are very difficult to understand and implement in my code


Any code sample will very helpful to me
Posted
Updated 25-May-12 20:23pm
v3
Comments
nv3 26-May-12 4:36am    
Unfortunately, all good noise reduction algorithms are in one way or the other complicated. The two simplest approaches I know of are a low-pass filter and a median filter. More advanced approaches use more complex digital filters and make the filtering process itself dependent on the spectral distribution and amplitude of the signal.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900