Git Product home page Git Product logo

Comments (3)

drammock avatar drammock commented on August 15, 2024 1

The praat function you linked to does base its noise reduction on a sample of noise. That's what the noise time range parameter selects. And the bandpass filtering is under user control too.

from parselmouth.

YannickJadoul avatar YannickJadoul commented on August 15, 2024 1

I don't think there's a Python API for this yet (not sure why; I thought the Sound interface was pretty complete), but just like in #25, you can access Praat functionality through parselmouth.praat.call. So, something like parselmouth.praat.call(sound, "Remove noise", 0.0, 0.0, 0.025, 80.0, 10000.0, 40.0, "Spectral subtraction") should work. These are Praat's default parameters, so you might want to change them.

Apart from that, as @drammock mentions (thanks, @drammock!), the Praat functionality is indeed documented on the Praat web page you link to. I don't really know more about the internals of this function, but that seems to be a nice explanation? There's also some explanation on how Praat can automatically guess where the noise is. Otherwise, you could probably concatenate a fragment of noise to the front/back, use it in this function, and remove it later.

I'm going to close this as not really being a Parselmouth issue, but more related to standard Praat functionality and usage. Feel free to more informally discuss or bounce ideas on Gitter, though.

from parselmouth.

qo4on avatar qo4on commented on August 15, 2024

The problem is that I don't know the location of the noise without signal in audio files. It differs from file to file. I have a file with just noise and I'd like to use it for all the files.

from parselmouth.

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.