UNPKG

audio2wave

Version:

draw wave in canvas from audio element source

9 lines 235 B
var IEvent = /** @class */ (function () { function IEvent(eventName, data) { this.eventName = eventName; this.data = data; } return IEvent; }()); export { IEvent }; //# sourceMappingURL=IDataProcesser.js.map