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
/
IBase.d.ts
6 lines
(5 loc)
•
109 B
TypeScript
View Raw
1
2
3
4
5
6
export
interface
IBase
{
start
():
Promise
<
any
>;
stop
():
Promise
<
any
>;
destroy
():
Promise
<
any
>; }