UNPKG

@pedroloch/tuner

Version:

A javascript library to create a chromatic tuner that uses the ml5 pitch detection algorithm.

7 lines (6 loc) 109 B
export interface TunerData { frequency: number; pitch: number; note: string; diff: number; }