@apocaliss92/nodelink-js 0.5.1-beta.3 → 0.5.1-beta.5

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.cjs CHANGED
@@ -41424,8 +41424,8 @@ function encodeImaAdpcm(pcm, blockSizeBytes) {
41424
41424
  }
41425
41425
 
41426
41426
  // src/reolink/baichuan/utils/audioMulaw.ts
41427
- var import_alawmulaw = __toESM(require("alawmulaw"), 1);
41428
- var { mulaw, alaw } = import_alawmulaw.default;
41427
+ var alawmulaw = __toESM(require("alawmulaw"), 1);
41428
+ var { mulaw, alaw } = alawmulaw;
41429
41429
  function mulawToPcm16(bytes) {
41430
41430
  if (bytes.length === 0) return new Int16Array(0);
41431
41431
  return mulaw.decode(bytes);