UNPKG

bluesharp-pitch-detection

Version:

High-accuracy pitch detection algorithms for musical applications

6 lines (5 loc) 229 B
// BlueSharp Pitch Detection - Main Entry Point export * from './pitch-detectors.js'; export * from './utils.js'; export * from './chord-detection.js'; // Note: audio-worklet requires separate import due to browser-specific APIs