UNPKG

@pedroloch/tuner

Version:

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

4 lines (3 loc) 171 B
import { TunerData } from './interfaces'; export declare const on: (callback: (event: TunerData) => any) => void; export declare const trigger: (rest: TunerData) => void;