提交 6fd2041c 编写于 作者: M Mugen87

Audio: Update TS file

上级 1bb6d198
......@@ -12,6 +12,7 @@ export class Audio extends Object3D {
gain: GainNode;
autoplay: boolean;
buffer: null | Audio;
detune: number;
loop: boolean;
startTime: number;
offset: number;
......@@ -32,6 +33,8 @@ export class Audio extends Object3D {
stop(): this;
connect(): this;
disconnect(): this;
setDetune(value: number): this;
getDetune(): number;
getFilters(): any[];
setFilter(value: any[]): this;
getFilter(): any;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册