Update Rust crate symphonia to 0.6.0 #15

Merged
redbinder0526 merged 1 commit from renovate/symphonia-0.x into main 2026-05-21 12:00:59 +02:00
Owner

This PR contains the following updates:

Package Type Update Change
symphonia dependencies minor 0.5.40.6.0

Release Notes

pdeljanov/Symphonia (symphonia)

v0.6.0

Compare Source

Welcome to Symphonia 0.6! 👋

Symphonia 0.6 is the culmination of two years of effort to rework Symphonia from an audio-focused multimedia framework to one that can be extended to support video and subtitles as well. While Symphonia does not yet support video and subtitle decoders, the groundwork laid in this release should allow easier prototyping of those features, and to more seamlessly introduce them in the future. As such there are significant breaking changes present in this release for existing users.

See the migration guide for detailed information on how to move to Symphonia 0.6.0.

New Features

  • Format readers and decoders may now be registered with a preference tier/priority
  • Format and metadata readers now provide methods to get information about themselves
  • Format readers can now expose attachments (e.g., attached fonts)
  • Decoders can now decode from non-owning packets, eliminating a copy if using a non-Symphonia demuxer
  • ID3v1, APEv1, and APEv2 metadata formats are now supported
  • Added support for chapters for Matroska, ID3v2, and Vorbis Comments
  • Added support for Matroska metadata
  • Image format and parameter detection for visuals
  • Metadata tags that have an official or defacto meaning are parsed where possible (e.g., a track number tag is parsed into an u64)
  • MediaSourceStream, and all downstream consumers (e.g., FormatReader), are now generic across the lifetime
  • SIMD optimizations are enabled by default

Bug Fixes & Improvements

[!NOTE]
This section is not a detailed list of API changes. Please see the migration guide for a detailed listing.

  • Redesigned all audio primitives
  • Redesigned most metadata primitives
  • Redesigned timestamp, time base, and duration types
  • Format readers now return Ok(None) when the media has ended
  • Probe now uses a scoring system to better avoid false positives
  • Metadata encountered while probing for the media format are queued to the format reader
  • Track-level information not related to the codec (e.g., all timing information) have been moved out of codec parameters and is more reliably populated
  • Codec parameters are more reliably populated
  • Rewrote Matroska demuxer to be safer
  • Rewrote portions of MP4 demuxer to be safer
  • Improved implementations of AIFF and CAF
  • Many fixes from panics discovered through fuzzing
  • Myriad miscellaneous fixes
  • Decoding performance improvements
  • Reduced binary size
  • Improved documentation
  • Established an official project MSRV policy: Incrementing the MSRV is a breaking change

New Contributors

Full Changelog: https://github.com/pdeljanov/Symphonia/compare/v0.5.4...v0.6.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [symphonia](https://github.com/pdeljanov/Symphonia) | dependencies | minor | `0.5.4` → `0.6.0` | --- ### Release Notes <details> <summary>pdeljanov/Symphonia (symphonia)</summary> ### [`v0.6.0`](https://github.com/pdeljanov/Symphonia/releases/tag/v0.6.0) [Compare Source](https://github.com/pdeljanov/Symphonia/compare/v0.5.5...v0.6.0) Welcome to Symphonia 0.6! :wave: Symphonia 0.6 is the culmination of two years of effort to rework Symphonia from an audio-focused multimedia framework to one that can be extended to support video and subtitles as well. While Symphonia does not yet support video and subtitle decoders, the groundwork laid in this release should allow easier prototyping of those features, and to more seamlessly introduce them in the future. As such there are significant breaking changes present in this release for existing users. See the [migration guide](https://github.com/pdeljanov/Symphonia/blob/main/docs/guides/migration/0p6.md) for detailed information on how to move to Symphonia 0.6.0. #### New Features - Format readers and decoders may now be registered with a preference tier/priority - Format and metadata readers now provide methods to get information about themselves - Format readers can now expose attachments (e.g., attached fonts) - Decoders can now decode from non-owning packets, eliminating a copy if using a non-Symphonia demuxer - ID3v1, APEv1, and APEv2 metadata formats are now supported - Added support for chapters for Matroska, ID3v2, and Vorbis Comments - Added support for Matroska metadata - Image format and parameter detection for visuals - Metadata tags that have an official or defacto meaning are parsed where possible (e.g., a track number tag is parsed into an `u64`) - `MediaSourceStream`, and all downstream consumers (e.g., `FormatReader`), are now generic across the lifetime - SIMD optimizations are enabled by default #### Bug Fixes & Improvements > \[!NOTE] > This section is not a detailed list of API changes. Please see the migration guide for a detailed listing. - Redesigned all audio primitives - Redesigned most metadata primitives - Redesigned timestamp, time base, and duration types - Format readers now return `Ok(None)` when the media has ended - Probe now uses a scoring system to better avoid false positives - Metadata encountered while probing for the media format are queued to the format reader - Track-level information not related to the codec (e.g., all timing information) have been moved out of codec parameters and is more reliably populated - Codec parameters are more reliably populated - Rewrote Matroska demuxer to be safer - Rewrote portions of MP4 demuxer to be safer - Improved implementations of AIFF and CAF - Many fixes from panics discovered through fuzzing - Myriad miscellaneous fixes - Decoding performance improvements - Reduced binary size - Improved documentation - Established an official project MSRV policy: Incrementing the MSRV is a breaking change #### New Contributors - [@&#8203;acieslewicz](https://github.com/acieslewicz) made their first contribution in [#&#8203;384](https://github.com/pdeljanov/Symphonia/pull/384) - [@&#8203;aentity](https://github.com/aentity) made their first contribution in [#&#8203;263](https://github.com/pdeljanov/Symphonia/pull/263) - [@&#8203;baylesj](https://github.com/baylesj) made their first contribution in [#&#8203;400](https://github.com/pdeljanov/Symphonia/pull/400) - [@&#8203;qarmin](https://github.com/qarmin) made their first contribution in [#&#8203;497](https://github.com/pdeljanov/Symphonia/pull/497) - [@&#8203;sscobici](https://github.com/sscobici) made their first contribution in [#&#8203;317](https://github.com/pdeljanov/Symphonia/pull/317) - [@&#8203;velvid](https://github.com/velvid) made their first contribution in [#&#8203;399](https://github.com/pdeljanov/Symphonia/pull/399) **Full Changelog**: <https://github.com/pdeljanov/Symphonia/compare/v0.5.4...v0.6.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - At any time (no schedule defined) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNTAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjE1MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Update Rust crate symphonia to 0.6.0
Some checks failed
Build and Test / splatie (push) Failing after 4m22s
ca08fba444
kitten force-pushed renovate/symphonia-0.x from ca08fba444
Some checks failed
Build and Test / splatie (push) Failing after 4m22s
to 0ffcf540d2
All checks were successful
Build and Test / splatie (push) Successful in 18m2s
2026-05-18 22:30:04 +02:00
Compare
redbinder0526 deleted branch renovate/symphonia-0.x 2026-05-21 12:00:59 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
spacebar/spacebot!15
No description provided.