UNPKG

audio2wave

Version:

draw wave in canvas from audio element source

6 lines (5 loc) 130 B
import { IBase } from "./IBase"; export interface IDrawer extends IBase { beforeDraw: () => void; waveData: Uint8Array; }