UNPKG

bluesharp-pitch-detection

Version:

High-accuracy pitch detection algorithms for musical applications

4 lines (3 loc) 277 B
// BlueSharp Pitch Detection - Chord Detection export { default as ChordDetector } from '../../webapp/src/main/resources/static/scripts/ChordDetector.js'; export { default as ChordDetectionResult } from '../../webapp/src/main/resources/static/scripts/ChordDetectionResult.js';