@formant/data-sdk 0.0.102 → 0.0.104

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,11 +4,10 @@ export declare class AudioPlayer {
4
4
  private device;
5
5
  private stream;
6
6
  private muted;
7
- pause(): Promise<void>;
8
7
  play(): Promise<void>;
8
+ pause(): Promise<void>;
9
9
  private hasReceivedData;
10
10
  private audioContext;
11
- private source;
12
11
  private chunks;
13
12
  private isPlaying;
14
13
  private startTime;
@@ -8,6 +8,7 @@ export * from "./Manipulator";
8
8
  export * from "./RequestDataChannel";
9
9
  export * from "./App";
10
10
  export * from "./KeyValue";
11
+ export * from "./AudioPlayer";
11
12
  export * from "./model/accessLevels";
12
13
  export * from "./model/AccessLevel";
13
14
  export * from "./model/aggregateLevels";
package/package.json CHANGED
@@ -18,7 +18,7 @@
18
18
  "require": "./dist/data-sdk.umd.js"
19
19
  }
20
20
  },
21
- "version": "0.0.102",
21
+ "version": "0.0.104",
22
22
  "scripts": {
23
23
  "dev": "vite --port 9146",
24
24
  "build": "tsc && vite build",