Code Monkey home page Code Monkey logo

roomtone's Issues

Delay Calculations can be simplified

currently there is a config parameter: baseDelayInterval
This is multiplied by each channel's interval which is then multiplied by the randomly generated base delay.

This could be made easier by having the interval parameter just set a division (1/interval) of the randomly generated base delay. This way, the base delay parameters (baseDelayMin and baseDelayMax) can be used to directly set the range (without an intermediate multiplication).

new Rust config.yaml format

serde-yaml is used to automatically handle the conversion of a YAML file to a Rust struct. However, this does mean that the formatting for the YAML file should match how Rust expect variables, for example:

overloadThresh: <some value> -> overload_thresh: <some value>

additionally, the way "channels" were being handled in the YAML is weird because YAML allows for arrays. This should lead to the ability to remove the "global" (and actually roomtone) headers...

finally, once this stuff is done, all previous YAML files should be pulled from the git history, placed in a new directory and converted to match the new config style.

Cutoff Measurement Should be RMS

Currently, the instantaneous peak is used for the cutoff. This is problematic because when people clap, shout, or make any sound with a sharp transient, it can cause the installation to stop prematurely.

Level meter should be changed to RMS with a long attack time.

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.