You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Integrates APE format and codec capabilities including demuxer, decoder, and APEv2 metadata reader
Updates documentation to reflect new APE support across format tables and feature listings
Adds package metadata, license file, and README for the symphonia-bundle-ape crate to prepare for publication
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@
27
27
28
28
<p>
29
29
<strong>
30
-
Symphonia is a pure Rust audio decoding and media demuxing library supporting AAC, ADPCM, AIFF, ALAC, CAF, FLAC, MKV, MP1, MP2, MP3, MP4, OGG, Vorbis, WAV, and WebM.
30
+
Symphonia is a pure Rust audio decoding and media demuxing library supporting AAC, ADPCM, AIFF, ALAC, APE, CAF, FLAC, MKV, MP1, MP2, MP3, MP4, OGG, Vorbis, WAV, and WebM.
31
31
</strong>
32
32
</p>
33
33
@@ -88,6 +88,7 @@ A status of *Excellent* is only assigned after the feature passes all compliance
88
88
| Format | Status | Gapless*| Feature Flag | Default | Crate |
0 commit comments