UNPKG

@pedroloch/tuner

Version:

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

6 lines (5 loc) 112 B
export declare function getNote(frequency: number): { pitch: number; note: string; diff: number; };