openwakeword-js 0.1.21 → 0.1.27

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.
package/dist/index.d.ts CHANGED
@@ -36,6 +36,7 @@ declare class Model {
36
36
  private embeddingSession;
37
37
  private vadSession;
38
38
  private customSessions;
39
+ private embeddingWindowSizes;
39
40
  private melBuffer;
40
41
  private embeddingBuffers;
41
42
  private predictionBuffers;
@@ -53,6 +54,7 @@ declare class Model {
53
54
  private readonly MAX_MEL_FRAMES;
54
55
  private readonly INITIAL_FRAMES_SUPPRESS;
55
56
  private readonly PREDICTION_BUFFER_MAX;
57
+ private readonly GLOBAL_MAX_EMBEDDING_WINDOW;
56
58
  private vadStateH;
57
59
  private vadStateC;
58
60
  private isLoaded;