Skip to content

Commit 71a76f0

Browse files
Version Packages (#499)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 362c715 commit 71a76f0

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.changeset/mp3-frame-sync-detection.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# c2pa-ts
22

3+
## 0.13.2
4+
5+
### Patch Changes
6+
7+
- 362c715: Fixed MP3 detection to handle raw MP3 files without ID3 tags
8+
9+
The MP3 asset detection now properly handles MP3 files that start with audio frame data instead of an ID3 tag header. This fixes the "unsupported image format" error when protecting MP3 files generated by encoders like lamejs that produce raw audio frames.
10+
11+
Changes:
12+
- Added proper 11-bit sync word detection (`0xFF` + `(byte1 & 0xE0) === 0xE0`) for MP3 frame headers
13+
314
## 0.13.1
415

516
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@trustnxt/c2pa-ts",
3-
"version": "0.13.1",
3+
"version": "0.13.2",
44
"type": "module",
55
"author": "TrustNXT GmbH <mail@trustnxt.com>",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)