export interface OscilloscopeProps {
    audioVizData: Array<number>;
    color: string;
    height: number;
    width: number;
}
