Coder Social home page Coder Social logo

Noise removal about cscore HOT 2 CLOSED

postacik avatar postacik commented on July 21, 2024
Noise removal

from cscore.

Comments (2)

mvkalsbeek avatar mvkalsbeek commented on July 21, 2024

I suspect this 'noise removal' is a VST plugin. So implementation of this would include being able to load any VST with CSCore. If this is within the scope of the project is up to @filoe . Maybe this could be implemented as a DMO or DSP 'effect'.

I came up with a few ways to tackle this problem though:

  1. There are libraries for C# like VST.Net which allow you to develop your own VST plugins (might become very interesting in combination with CSCore), or creating your own VST host (for loading plugins). This might enable you to 'load' the desired noise removal/reduction plugin and integrate it into your source chain (never tried it though).
  2. Another way is using a commandline tool to do the desired operation. sox is one of these tools, and it's noise removal algorithm should be similar to the one in Audacity, as explained in this StackExchange answer. Passing the audio file as an argument with System.Diagnostics.Process.Start is relatively easy to implement. This might be the simplest way.
  3. Lastly, and maybe the cleanest (certainly the coolest) way might be to search the web for noise removal algorithms and implementing them on your own, or forking CSCore and add it to the project. In this Audacity wiki is explained how the noise reductions works. The technique boils down to 'spectral noise gating'.

I don't have much experience with CSCore, but I'm trying to understand and work with it for some personal projects, so I might look into this tonight.

from cscore.

postacik avatar postacik commented on July 21, 2024

Thanks...

from cscore.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.