Giter Club home page Giter Club logo

clocked's Introduction

clocked

Clocked is a library that provides tools to manage multiple asynchronous streams of audio and sync them together. It also provides tools for intermittent data streams (like midi) It automatically detects and compensates for clock drift in audio streams. It also aligns incoming MIDI to the global clock.

clocked's People

Contributors

smj-edison avatar

Watchers

 avatar

clocked's Issues

QOL improvements

  • Don't keep PID constantly running; assume that drift is incredibly slow and only occasionally needs to be corrected (and then stop PID)
  • Help get the ring at healthy capacity when first starting up (drop samples or hold off reading to hit a sweet spot)
  • Encapsulate the user side of the ring, make sure interleaved ring never gets unaligned on user side of ring
  • Don't cause the thread to sleep if things get unaligned, rather, store how many samples need to be read to re-align and re-align on the next invocation

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.