Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/meandavejustice/audio-clock

Keep time in browser for audio applications
https://github.com/meandavejustice/audio-clock

Last synced: 7 days ago
JSON representation

Keep time in browser for audio applications

Awesome Lists containing this project

README

        

# Audio Clock

[![NPM](https://nodei.co/npm/audio-clock.png?downloads=true)](https://npmjs.org/package/audio-clock)

Keep time in the browser for audio applications.

setTimeout/setInterval can not be depended on when running in a browser's single threaded environment.
Therefor we need to push them into a webworker and communicate with them that way.

Adapted from [metronome](https://github.com/cwilso/metronome)