From 0a30804e1336ff19053872ad4cc5005a5f53a9d5 Mon Sep 17 00:00:00 2001 From: alpacachen Date: Wed, 20 Apr 2022 11:38:12 +0800 Subject: [PATCH 1/2] Update index.d.ts MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 类型文件新增 getWAV --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 15a7f95..fc36bfb 100644 --- a/index.d.ts +++ b/index.d.ts @@ -79,6 +79,7 @@ declare class Recorder { getRecordAnalyseData(): any; getPlayAnalyseData(): any; getPCMBlob(): any; + getWAV(): any; downloadPCM(name: string): void; getWAVBlob(): any; downloadWAV(name: string): void; From 1562e28b85d8bcb432706c89eae82b0828dd42a9 Mon Sep 17 00:00:00 2001 From: alpacachen Date: Wed, 20 Apr 2022 11:45:31 +0800 Subject: [PATCH 2/2] Update index.d.ts --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index fc36bfb..06b6f1e 100644 --- a/index.d.ts +++ b/index.d.ts @@ -80,6 +80,7 @@ declare class Recorder { getPlayAnalyseData(): any; getPCMBlob(): any; getWAV(): any; + getChannelData(): any; downloadPCM(name: string): void; getWAVBlob(): any; downloadWAV(name: string): void;