@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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +12065 -12517
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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
|
|
41428
|
-
var { mulaw, alaw } =
|
|
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);
|