UNPKG

el-vis-audio

Version:

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

15 lines (14 loc) 389 B
import { NodeRepr_t } from "@elemaudio/core"; export interface PlayMonoScopeAndGainProps { signal: NodeRepr_t | null; backgroundColor?: string; hoverColor?: string; width?: number; height?: number; playAudio?: boolean; oscilloscope?: boolean; spectrogram?: boolean; gain?: boolean; gainLabel?: boolean; isPlaying?: (playing: boolean) => void; }