Re: [Interest] Simple code to remove backgruund noise from audio sample

2012-05-30 Thread Sven Anderson
On 26.05.2012 08:52, Arun Kumar wrote: > 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 sam

Re: [Interest] Simple code to remove backgruund noise from audio sample

2012-05-30 Thread Till Oliver Knoll
2012/5/29 Atlant Schmidt : > Arun: > > > >   Bo’s correct – this topic isn’t specific to Qt. Just by chance I stumbled across this article: http://www.heise.de/developer/artikel/Parallelprogrammierung-mit-C-und-Qt-Teil-3-Plattformunabhaengige-Audioprogrammierung-1576739.html It is in german (

Re: [Interest] Simple code to remove backgruund noise from audio sample

2012-05-29 Thread Atlant Schmidt
ogling. Atlant From: interest-bounces+aschmidt=dekaresearch@qt-project.org [mailto:interest-bounces+aschmidt=dekaresearch@qt-project.org] On Behalf Of Arun Kumar Sent: Saturday, May 26, 2012 02:52 To: interest@qt-project.org Subject: [Interest] Simple code to remove

Re: [Interest] Simple code to remove backgruund noise from audio sample

2012-05-26 Thread Bo Thorsen
Hi Arun, Den 26-05-2012 08:52, Arun Kumar skrev: > 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

[Interest] Simple code to remove backgruund noise from audio sample

2012-05-25 Thread Arun Kumar
Hello, 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 belo