beepody
Version:
Beep melody utilities.
17 lines • 454 B
TypeScript
/**
* Default beep frequency in hertz.
*/
export declare const DEFAULT_FREQUENCY = 440;
/**
* Default beep length in milliseconds.
*/
export declare const DEFAULT_LENGTH = 200;
/**
* Character to separate notes in beep sequence URL hash.
*/
export declare const NOTE_DELIMITER = "|";
/**
* Character to separate parameters in notes in beep sequence URL hash.
*/
export declare const PARAMETER_DELIMITER = "^";
//# sourceMappingURL=config.d.ts.map