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

Add ALAC / AIFF Support #598

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

Keinsleif
Copy link
Contributor

@Keinsleif Keinsleif commented Jul 19, 2024

Add ALAC/AIFF playback support.

The change is just add the following feature flags that enable symphonia's feature flags.
"symphonia-alac" enable alac playback
"symphonia-aiff" enable aiff playback

  • Why these flags are not added in "symphonia-all" feature?
    "symphonia/alac" and "symphonia/aiff" features are not enabled by default in symphonia.

Fix #193

@Keinsleif Keinsleif closed this Jul 19, 2024
@Keinsleif Keinsleif reopened this Jul 19, 2024
@dvdsk dvdsk merged commit e4a7af0 into RustAudio:master Jul 19, 2024
13 of 22 checks passed
@dvdsk
Copy link
Collaborator

dvdsk commented Jul 19, 2024

Thanks for noticing and fixing this!

@Keinsleif Keinsleif deleted the features/alac_aiff_support branch July 20, 2024 01:39
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.

ALAC/AIFF support
2 participants