0.3.3 • Published 5 years ago

auto-dj v0.3.3

Weekly downloads
4
License
ISC
Repository
github
Last release
5 years ago

auto-dj

Automatic DJing node module for the browser. Uses decision processes based on automatic audio analysis to make nice transitions between songs.

Install using

$ npm install auto-dj

Initialize using

const dj = new AutoDJ();
await dj.isReady();

Transition to a song using

dj.transitionToTrack('https://path-to-audio');

Synchronize anything to the beat with

const beats = dj.getBeatObservable();

The constructor of AutoDj can be given a custom FeatureService, a decision type in (Default, Random, DecisionTree, FiftyFifty), a custom decision tree of type JsonTree, and a default transition type in TransitionType.

0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

6 years ago

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.0

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.1

6 years ago