UNPKG

museaikit

Version:

A powerful music-focused AI toolkit

8 lines (7 loc) 314 B
export declare const SAMPLE_RATE = 16000; export declare const SPEC_HOP_LENGTH = 512; export declare const FRAME_LENGTH_SECONDS: number; export declare const MEL_SPEC_BINS = 229; export declare const MIN_MIDI_PITCH = 21; export declare const MAX_MIDI_PITCH = 108; export declare const MIDI_PITCHES: number;