Giter VIP home page Giter VIP logo

acoustic_profiler's People

Contributors

goodhoko avatar pablomansanet avatar skywhale avatar strohel avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

acoustic_profiler's Issues

Add event timestamping

Follow-up to #11 (comment)

I got and idea for an empirical test to see how important would proper event timestamping be: extend #12 just a little to produce the click event at a steady and very high rate (e.g. 250 Hz, once every 4 ms), and then run it over long network like Tokyo -> Prague.

This may even turn out to be useful "hear the network jitter" probe on its own (which would depend on absence of timestamping as a twist).

Sketch out probe <-> server interface

  • Event abstraction (Probe abstraction - or maybe a probe is just a binary talking the same IPC/wire protocol)
    • What a probe should report? How much a probe should know about the systhesis, and vise versa?
    • Jen: They should be relatively indepedent of each other. Imagining each event as a tuple (quality, timestamp)
  • Network abstraction? (and/or make the sound synthesis a kinda β€œserver”)
    • It might make sense to have this already, because probe may need to be run on a separate machine than where we want to play sound. Probe may need sudo to run, too.
    • Bincode-serialized events (or alike) over UDP?

Fix IPv6 / IPv4 dichotomy

When creating the ComposerClient it binds to localhost which may resolve to either IPv6 or v4 address. Then, when it tries to send data to the server and the server address is not the same IP version, it fails.

We want to bind the client to whatever address will work with the given server address.

Probe: actor system

Explore implementing a probe into the actor framework.

idea: add USDT (dtrace) probes into actor framework and then use dtrace for the actual runtime tracing

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.