UNPKG

poly-peach

Version:

A targeted pitch-detection library for node in the browser

9 lines (8 loc) 272 B
import { PolyPeachDetector } from './polypeach'; import { Chromagram } from './chromagram'; export { PolyPeachDetector, Chromagram }; declare const _default: { PolyPeachDetector: typeof PolyPeachDetector; Chromagram: typeof Chromagram; }; export default _default;