UNPKG

@magenta/music

Version:

Make music with machine learning, in the browser.

8 lines (7 loc) 307 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;