@mediapipe/tasks-audio 0.10.2 → 0.10.3

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/audio.d.ts CHANGED
@@ -451,6 +451,8 @@ declare interface WasmFileset {
451
451
  wasmLoaderPath: string;
452
452
  /** The path to the Wasm binary. */
453
453
  wasmBinaryPath: string;
454
+ /** The optional path to the asset loader script. */
455
+ assetLoaderPath?: string;
454
456
  }
455
457
 
456
458
  export { }