Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default to pure-Rust Symphonia for MP3 decoding #453

Merged
merged 3 commits into from
Nov 12, 2022

Conversation

Shnatsel
Copy link
Contributor

Aliases the mp3 feature to symphonia-mp3 and introduces a separate minimp3 feature.

Tested using the music-mp3 example on default features, --all-features, --no-default-features --features=symphonia-mp3 and --no-default-features --features=minimp3.

Fixes #409. Also works around #411 in the default configuration.

README.md Outdated Show resolved Hide resolved
@est31 est31 merged commit 92142b1 into RustAudio:master Nov 12, 2022
@Shnatsel Shnatsel deleted the default-rust-mp3 branch December 22, 2022 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default to Symphonia for MP3 decoding
2 participants