UNPKG

pixeltone.js

Version:

An auditory creation tool that turns your images into sounds.

21 lines (20 loc) 457 B
declare const DEFAULT_RGB_FREQUENCY_RANGES: { r: { min: number; max: number; offset: number; }; g: { min: number; max: number; offset: number; }; b: { min: number; max: number; offset: number; }; }; declare const DEFAULT_SAMPLE_RATE = 44100; declare const DEFAULT_DURATION = 0.01; export { DEFAULT_RGB_FREQUENCY_RANGES, DEFAULT_SAMPLE_RATE, DEFAULT_DURATION };