@mediapipe/tasks-audio 0.1.0-alpha-12 → 0.1.0-alpha-13

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/README.md CHANGED
@@ -13,7 +13,7 @@ const audio = await FilesetResolver.forAudioTasks(
13
13
  const audioClassifier = await AudioClassifier.createFromModelPath(audio,
14
14
  "https://storage.googleapis.com/mediapipe-tasks/audio_classifier/yamnet_audio_classifier_with_metadata.tflite"
15
15
  );
16
- const classifications = audioClassifier.classifiy(audioData);
16
+ const classifications = audioClassifier.classify(audioData);
17
17
  ```
18
18
 
19
19
  ## Audio Embedding
package/audio.d.ts CHANGED
@@ -158,7 +158,7 @@ declare abstract class AudioTaskRunner<T> extends TaskRunner {
158
158
  }
159
159
 
160
160
  /**
161
- * Copyright 2022 The MediaPipe Authors. All Rights Reserved.
161
+ * Copyright 2022 The MediaPipe Authors.
162
162
  *
163
163
  * Licensed under the Apache License, Version 2.0 (the "License");
164
164
  * you may not use this file except in compliance with the License.
@@ -189,7 +189,7 @@ declare interface BaseOptions_2 {
189
189
  }
190
190
 
191
191
  /**
192
- * Copyright 2022 The MediaPipe Authors. All Rights Reserved.
192
+ * Copyright 2022 The MediaPipe Authors.
193
193
  *
194
194
  * Licensed under the Apache License, Version 2.0 (the "License");
195
195
  * you may not use this file except in compliance with the License.
@@ -243,7 +243,7 @@ export declare interface Classifications {
243
243
  }
244
244
 
245
245
  /**
246
- * Copyright 2022 The MediaPipe Authors. All Rights Reserved.
246
+ * Copyright 2022 The MediaPipe Authors.
247
247
  *
248
248
  * Licensed under the Apache License, Version 2.0 (the "License");
249
249
  * you may not use this file except in compliance with the License.
@@ -286,7 +286,7 @@ declare interface ClassifierOptions {
286
286
  }
287
287
 
288
288
  /**
289
- * Copyright 2022 The MediaPipe Authors. All Rights Reserved.
289
+ * Copyright 2022 The MediaPipe Authors.
290
290
  *
291
291
  * Licensed under the Apache License, Version 2.0 (the "License");
292
292
  * you may not use this file except in compliance with the License.
@@ -319,7 +319,7 @@ declare interface EmbedderOptions {
319
319
  }
320
320
 
321
321
  /**
322
- * Copyright 2022 The MediaPipe Authors. All Rights Reserved.
322
+ * Copyright 2022 The MediaPipe Authors.
323
323
  *
324
324
  * Licensed under the Apache License, Version 2.0 (the "License");
325
325
  * you may not use this file except in compliance with the License.
@@ -429,7 +429,7 @@ declare interface TaskRunnerOptions {
429
429
  }
430
430
 
431
431
  /**
432
- * Copyright 2022 The MediaPipe Authors. All Rights Reserved.
432
+ * Copyright 2022 The MediaPipe Authors.
433
433
  *
434
434
  * Licensed under the Apache License, Version 2.0 (the "License");
435
435
  * you may not use this file except in compliance with the License.