-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
mp3 cargo feature causes iOS apps to get rejected from app store #3145
Copy link
Copy link
Closed
Labels
A-AudioSounds playback and modificationSounds playback and modificationC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorS-BlockedThis cannot move forward until something else changesThis cannot move forward until something else changes
Description
Quoting @HackerFoo from discord:
Heads up, using the mp3 Bevy feature will cause your iOS app to get rejected because minimp3 depends on slice_deque which uses an internal API for memory allocation.
Rodio has an extra backend "Symphonia" which can also do mp3. Should be easy to enable if you need it
Sounds like we should evaluate Symphonia as a backend.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-AudioSounds playback and modificationSounds playback and modificationC-BugAn unexpected or incorrect behaviorAn unexpected or incorrect behaviorS-BlockedThis cannot move forward until something else changesThis cannot move forward until something else changes