webamp
Version:
Winamp 2 implemented in HTML5 and JavaScript
7 lines (6 loc) • 402 B
TypeScript
import { Slider } from "./types";
export declare const getBalanceText: (balance: number) => string;
export declare const getVolumeText: (volume: number) => string;
export declare const getPositionText: (duration: number, seekToPercent: number) => string;
export declare const getDoubleSizeModeText: (enabled: boolean) => string;
export declare const getEqText: (band: Slider, level: number) => string;