Code Monkey home page Code Monkey logo

noisekit's People

Contributors

ggueret avatar

Watchers

 avatar

noisekit's Issues

Swarms!

  • Be able to connect many input and output over the network.
  • Add swarm(s) configuration and mapping policies.

Add a record command

  • write noisy samples to audio file(s)
  • exposing environment metrics to graphite to have an history

Supersede argparse by Click for the CLI entrypoint

I've used Click for many project and he always brought me much more satisfaction than argparse.
Click allows to a better code structure, he is lightweight, popular, actively maintained and used in big OSS projects.

Implementing Click is a good opportunity to review the entire codebase and to refactor, which is perfectly in line with targets of the v1.

Mitigator: Capture the full noisy sample

Currently, the consumer will read the input from PyAudio as chunks. Every of theses chunks are analysed to find the RMS amplitude and the major frequency.

Then, an action is taken, to respond (or not) with a specific sound regarding the amplitude.
So, this behavior do not actually analyse the noisy sample from start to end, it just reflect a period of it.

If a noisy sample is longer then the chunk size, and start with a low level of amplitude but became higher on the next chunked sample, the mitigator will response for low too precocious when it may be higher to really reflect the nature of noise.

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.