@exode-team/react-recorder 1.1.10 → 1.1.12

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.
@@ -1 +1 @@
1
- {"version":3,"file":"audio-analyzer-adapter.d.ts","sourceRoot":"","sources":["../../src/platform/audio-analyzer-adapter.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAKH,MAAM,WAAW,cAAc;IAC3B,OAAO,EAAE,YAAY,CAAC;IACtB,QAAQ,EAAE,YAAY,CAAC;CAC1B;AAED,eAAO,MAAM,oBAAoB,GAAI,QAAQ,WAAW,KAAG,cAS1D,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,UAAU,YAAY,EAAE,WAAU,MAAyB,KAAG,MAAM,EAevG,CAAC;AAEF,eAAO,MAAM,iBAAiB,GAC1B,MAAM,IAAI,EACV,WAAU,MAAyB,KACpC,OAAO,CAAC,MAAM,EAAE,CAkClB,CAAC"}
1
+ {"version":3,"file":"audio-analyzer-adapter.d.ts","sourceRoot":"","sources":["../../src/platform/audio-analyzer-adapter.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAOH,MAAM,WAAW,cAAc;IAC3B,OAAO,EAAE,YAAY,CAAC;IACtB,QAAQ,EAAE,YAAY,CAAC;CAC1B;AAED,eAAO,MAAM,oBAAoB,GAAI,QAAQ,WAAW,KAAG,cAS1D,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,UAAU,YAAY,EAAE,WAAU,MAAyB,KAAG,MAAM,EAevG,CAAC;AAkBF,eAAO,MAAM,iBAAiB,GAC1B,MAAM,IAAI,EACV,WAAU,MAAyB,KACpC,OAAO,CAAC,MAAM,EAAE,CAmClB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"audio-blob-fetcher.d.ts","sourceRoot":"","sources":["../../src/platform/audio-blob-fetcher.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,eAAO,MAAM,cAAc,GACvB,KAAK,MAAM,EACX,SAAS,WAAW,KACrB,OAAO,CAAC,IAAI,CAQd,CAAC"}
1
+ {"version":3,"file":"audio-blob-fetcher.d.ts","sourceRoot":"","sources":["../../src/platform/audio-blob-fetcher.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAGH,eAAO,MAAM,cAAc,GACvB,KAAK,MAAM,EACX,SAAS,WAAW,KACrB,OAAO,CAAC,IAAI,CAYd,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * MPEG frame scanner
3
+ *
4
+ * @author: exode <hello@exode.ru>
5
+ */
6
+ /**
7
+ * Some mp3 (e.g. converted from wma) keep junk between the ID3 tag and the
8
+ * first MPEG frame: media elements skip it, the WebAudio decoder does not.
9
+ * Returns the offset of the first real frame, or 0 when there is none.
10
+ */
11
+ export declare const findFirstFrameOffset: (bytes: Uint8Array) => number;
12
+ //# sourceMappingURL=mpeg-frame.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mpeg-frame.d.ts","sourceRoot":"","sources":["../../src/platform/mpeg-frame.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAsCH;;;;GAIG;AACH,eAAO,MAAM,oBAAoB,GAAI,OAAO,UAAU,KAAG,MAuBxD,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exode-team/react-recorder",
3
- "version": "1.1.10",
3
+ "version": "1.1.12",
4
4
  "description": "Accessible audio recorder UI kit for React applications",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.js",