UNPKG

el-vis-audio

Version:

audio/visual design system for [elementary.audio](https:/elementary.audio)

14 lines (13 loc) 349 B
import { NodeRepr_t } from "@elemaudio/core"; export interface PlayMonoGainScopeOverlayProps { signal: NodeRepr_t | null; backgroundColor?: string; hoverColor?: string; width?: number; height?: number; playAudio?: boolean; oscilloscope?: boolean; spectrogram?: boolean; gain?: boolean; gainLabel?: boolean; }