chore(deps): bump symphonia from 0.5.5 to 0.6.0#345
Merged
Conversation
Bumps [symphonia](https://github.com/pdeljanov/Symphonia) from 0.5.5 to 0.6.0. - [Release notes](https://github.com/pdeljanov/Symphonia/releases) - [Commits](pdeljanov/Symphonia@v0.5.5...v0.6.0) --- updated-dependencies: - dependency-name: symphonia dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
867ad7f to
a2b1045
Compare
symphonia 0.6 restructured the codecs/probe modules: Hint moved to formats::probe, DecoderOptions became codecs::audio::AudioDecoderOptions, Probe::format became Probe::probe (options by value), track selection is now default_track(TrackType::Audio), and CodecRegistry::make became make_audio_decoder taking the track's audio codec params.
LargeModGames
approved these changes
Jul 6, 2026
…honia-0.6.0 # Conflicts: # Cargo.lock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps symphonia from 0.5.5 to 0.6.0.
Release notes
Sourced from symphonia's releases.
... (truncated)
Commits
980bf58chore: Release v0.6.0.2a2e1c6isomp4: Prevent some panic cases.4165bb0mpa: Accept a Xing LAME tag with a CRC of 0.f7a3680isomp4: Populate number of frames if track timescale == sample rate.ad5f2d7isomp4: Support media information and better EOS detection.79de36bisomp4, adpcm: Fix some crashes. (#497)124aaf4chore: Misc. README updates.83cfad8alac: Populate missing codec parameter fields from magic cookie.8304e2acore (formats): Ignore metadata reader errors for trailing metadata.7529deemkv: Reduce the Timebase.