DetectTone
DetectTone detects notes and possible chords in real time.
DetectTone({ audioContext: AudioContext }): { async initialize({ source: AudioBufferSourceNode | MediaElementAudioSourceNode | MediaStreamAudioSourceNode }): void; tick(): { change: boolean; label: string; guess: { chord: Chord; key: string; presence: number; }; notes: DetectToneChordTracking[]; } }