English 中文(简体)
Filtering constant noise out of a sound stream
原标题:

After watching the first game of the FIFA worldcup I was very annoyed by the sound of the Vuvuzelas. A theoretical question came up about filtering that noise out of the sound stream.

What algorithms are needed to remove such a "constant" noise and is it possible to keep the quality of other background sounds?

最佳回答

Well, you could do it very easily if you had a live secondary microphone only/mostly picking up the vuvuzelas (i.e. how noise-canceling headphones work). Or, you could identify the frequency signature of the vuvuzelas from a sample, you could loop and counter that with destructive interference. It would not be as effective as the live version, of course.

问题回答

暂无回答




相关问题
Playing a Sound With Monotouch

No matter what I try (build -> content, NSUrl, filename) I get a null exception : file not found when I try to play a .caf sound file in monotouch. //var path = NSBundle.MainBundle.PathForResource("...

将音频Clips从Peter改为服务器

我不禁要问,那里是否有任何实例表明从Peit向服务器发送音响。 I m不关心电话或SIP风格的解决办法,只是一个简单的袖珍流程......

Play sound in iPhone web app with Javascript?

I m currently creating an iPhone web application for piano chords, and I wanted to add an option that would let the user press a Play button and play the selected chord. However, I m not sure how to ...

热门标签