GithubHelp home page GithubHelp logo

Comments (4)

GrayHatter avatar GrayHatter commented on August 15, 2024

I'm sure you could write something that would do this. I don't know of any that already exist.

IIRC filter audio works by filtering out the frequencies of sound that most human voices don't use. It can also do echo cancellation if you can get good timings out of your sound system.

That said, buying a cheap 10$ external mic is likely to be the best all around solution if it's an option.

from filter_audio.

UralZima avatar UralZima commented on August 15, 2024

Thanks for answer.
You know, I tried so many things to get clear sound. I bought external mic and used with my laptop internal card. Then I bought external Creative Play USB sound card. Then a logitech headset with built-in sound card. Very big noise in all cases. Only disconnecting laptop from AC and running on battery finally removed the noise :)

from filter_audio.

UralZima avatar UralZima commented on August 15, 2024

And finally, if anybody will want to do this, SOX helped me.
Write 1.5sec of noise from test.mp3, create profile
$ sox test.mp3 -t null /dev/null trim 0 1.5 noiseprof ~/noiseprofile
$ play test.mp3 noisered ~/noiseprofile
Sox can do pipes and delete noise in real time.

from filter_audio.

GrayHatter avatar GrayHatter commented on August 15, 2024

@UralZima you're awesome for coming back to close this issue with a well explained solution!

Thanks mate!

from filter_audio.

Related Issues (13)

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.