Skip to content

SpectrogramProps

type SpectrogramProps = UseSpectrogramOptions & object;

Props for the Spectrogram component.

optional canvasProps?: HTMLAttributes<HTMLCanvasElement>;
optional className?: string;
optional height?: number | string;
optional playheadClassName?: string;
optional playheadStyle?: CSSProperties;
optional showAudioControls?: boolean;
optional showPlayhead?: boolean;
optional style?: CSSProperties;
optional width?: number | string;