UNPKG
audio2wave
Version:
latest (1.1.7)
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.0.1
1.0.0
draw wave in canvas from audio element source
github.com/kvsur/audio2wave
kvsur/audio2wave
audio2wave
/
lib
/
interface
/
IDataProcesser.js
9 lines
•
235 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
var
IEvent =
/**
@class
*/
(function () { function IEvent(eventName,
data
) {
this
.eventName = eventName;
this
.
data
=
data
; }
return
IEvent; }()); export { IEvent };
//# sourceMappingURL=IDataProcesser.js.map