Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
bongo-devs
/
Symphonia
Public
forked from
pdeljanov/Symphonia
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Mar 25, 2026
meta,riff: Fix implicit id3v2 feature dependency for RIFF ID3 reader.
pdeljanov
committed
ef76b91
View commit details
Copy full SHA for ef76b91
Browse repository at this point
chore: Inherit common dependencies from workspace.
pdeljanov
committed
8a70942
View commit details
Copy full SHA for 8a70942
Browse repository at this point
Commits on Mar 24, 2026
chore: Fix links to the old default branch.
pdeljanov
committed
50f7bf9
View commit details
Copy full SHA for 50f7bf9
Browse repository at this point
riff: Require ID3v2 support for metadata.
pdeljanov
committed
17287c1
View commit details
Copy full SHA for 17287c1
Browse repository at this point
ci: Run CI on main and rel- branches.
pdeljanov
committed
744a200
View commit details
Copy full SHA for 744a200
Browse repository at this point
chore: Release v0.6.0-alpha.1.
pdeljanov
committed
3bc744e
View commit details
Copy full SHA for 3bc744e
Browse repository at this point
vorbis: Support unpacking Vorbis extradata packed with Xiph lacing. (#463)
Show description for 6afb515
baylesj
authored
6afb515
View commit details
Copy full SHA for 6afb515
Browse repository at this point
symphonia: Enable SIMD optimizations by default.
pdeljanov
committed
cf7b31e
View commit details
Copy full SHA for cf7b31e
Browse repository at this point
Commits on Mar 22, 2026
core,aac,mp3: Reduce binary size.
Show description for 7b85918
pdeljanov
and
baylesj
committed
7b85918
View commit details
Copy full SHA for 7b85918
Browse repository at this point
Commits on Mar 18, 2026
core (meta): Make MetadataOptions non_exhaustive.
pdeljanov
committed
d00dab6
View commit details
Copy full SHA for d00dab6
Browse repository at this point
Commits on Mar 16, 2026
core: Make Options structs non_exhaustive.
Show description for 68af242
pdeljanov
committed
68af242
View commit details
Copy full SHA for 68af242
Browse repository at this point
Commits on Mar 15, 2026
chore: Fix clippy lints.
pdeljanov
committed
1b841fb
View commit details
Copy full SHA for 1b841fb
Browse repository at this point
core: Move enable gapless option to audio decoder options.
pdeljanov
committed
5e22c73
View commit details
Copy full SHA for 5e22c73
Browse repository at this point
Commits on Mar 14, 2026
check: Fix enabled features for symphonia.
pdeljanov
committed
9499a60
View commit details
Copy full SHA for 9499a60
Browse repository at this point
core (audio): Add missing generic audio slice wrapper.
pdeljanov
committed
592fdb5
View commit details
Copy full SHA for 592fdb5
Browse repository at this point
Commits on Mar 12, 2026
docs: Update Getting Started guide for v0.6.
pdeljanov
committed
233f016
View commit details
Copy full SHA for 233f016
Browse repository at this point
Commits on Feb 22, 2026
fuzz: Add format reader fuzz targets. (#451)
Show description for daa813a
baylesj
authored
daa813a
View commit details
Copy full SHA for daa813a
Browse repository at this point
Commits on Feb 13, 2026
fuzz: Check fuzzers as part of CI workflow. (#443)
Show description for 67ec5f3
baylesj
authored
67ec5f3
View commit details
Copy full SHA for 67ec5f3
Browse repository at this point
fuzz: Expand fuzzing coverage and fix FLAC & ALAC OOM/panic bugs. (#442)
Show description for 93b20ff
baylesj
authored
93b20ff
View commit details
Copy full SHA for 93b20ff
Browse repository at this point
Commits on Feb 12, 2026
fuzz (alac,flac): Fix overflowing additions found while fuzzing. (#445)
baylesj
authored
99a8c51
View commit details
Copy full SHA for 99a8c51
Browse repository at this point
Commits on Feb 10, 2026
mpa: Prevent overflow when calculating seek position. (#441)
aschey
authored
449b188
View commit details
Copy full SHA for 449b188
Browse repository at this point
Commits on Feb 9, 2026
flac: Fix validation checks found by fuzzing. (#438)
Show description for 600c75c
baylesj
authored and
pdeljanov
committed
600c75c
View commit details
Copy full SHA for 600c75c
Browse repository at this point
Fix existing fuzz test builds.
pdeljanov
committed
2675f10
View commit details
Copy full SHA for 2675f10
Browse repository at this point
chore: Fix clippy lint.
pdeljanov
committed
d4f6b49
View commit details
Copy full SHA for d4f6b49
Browse repository at this point
core (formats): Move Packet from formats module to packet module.
Show description for ede642b
pdeljanov
committed
ede642b
View commit details
Copy full SHA for ede642b
Browse repository at this point
Commits on Feb 8, 2026
core (formats): Introduce a PacketBuilder.
Show description for 8368547
pdeljanov
committed
8368547
View commit details
Copy full SHA for 8368547
Browse repository at this point
core (formats): Use signed timestamps.
Show description for 666b213
pdeljanov
committed
666b213
View commit details
Copy full SHA for 666b213
Browse repository at this point
Commits on Feb 7, 2026
core (formats): Packet timestamp is the presentation timestamp (PTS).
Show description for 511152f
pdeljanov
committed
511152f
View commit details
Copy full SHA for 511152f
Browse repository at this point
Commits on Dec 10, 2025
vorbis: Better adjust codebook bits-per-read to save memory.
pdeljanov
committed
4295a84
View commit details
Copy full SHA for 4295a84
Browse repository at this point
Commits on Dec 8, 2025
core (io): Improve efficiency of partial bit fetching.
pdeljanov
committed
5199046
View commit details
Copy full SHA for 5199046
Browse repository at this point
core (io): Further improve VLC decoding.
Show description for 02fe8d0
pdeljanov
committed
02fe8d0
View commit details
Copy full SHA for 02fe8d0
Browse repository at this point
Commits on Dec 7, 2025
core (io): Remove sparse (underspecified) codebook support.
Show description for f8a7b79
pdeljanov
committed
f8a7b79
View commit details
Copy full SHA for f8a7b79
Browse repository at this point
Commits on Dec 6, 2025
chore: Add profiling target.
Show description for 239d84c
pdeljanov
committed
239d84c
View commit details
Copy full SHA for 239d84c
Browse repository at this point
aac: Parse ID_FIL to detect and exclude SBR streams.
pdeljanov
committed
6600c8e
View commit details
Copy full SHA for 6600c8e
Browse repository at this point
Commits on Nov 29, 2025
chore: Add LICENSE files to all crates.
Show description for ec7dff7
pdeljanov
committed
ec7dff7
View commit details
Copy full SHA for ec7dff7
Browse repository at this point
Previous
Next
You can’t perform that action at this time.