Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio
  4. Naudio without sound inteference

Naudio without sound inteference

Scheduled Pinned Locked Moved Visual Studio
tutorialquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • U Offline
    U Offline
    User 10239265
    wrote on last edited by
    #1

    how to eliminate background noise? I´m using NAudio

    B 1 Reply Last reply
    0
    • U User 10239265

      how to eliminate background noise? I´m using NAudio

      B Offline
      B Offline
      Bernhard Hiller
      wrote on last edited by
      #2

      I do that the hard way: I have some sound data which contain "noise" only. The noise is anaylzed with a Fast Fourier Transformation (FFT), thus I get frequencies and signal strength. Next, the audio sample to be filtered is also analysed with the FFT. If the signal strength at a frequency is less than the signal strength in the noise at that frequency, that strength is farther reduced (down to 0). Then the FFT is applied again to get the clean sound signal. I do not know which classes NAudio provides for that purpose. But I am pretty sure they'll do it in a such a way too.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups