Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/meandavejustice/audio-clock
- Owner: meandavejustice
- License: mit
- Created: 2014-09-21T02:41:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-04-15T23:27:19.000Z (over 9 years ago)
- Last Synced: 2024-09-19T01:29:36.096Z (about 2 months ago)
- Language: JavaScript
- Homepage:
- Size: 140 KB
- Stars: 13
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)