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

fix: call Audio.compress always failed under iOS 17 #284

Merged
merged 4 commits into from
Jun 14, 2024

Conversation

pipi32167
Copy link
Contributor

Summary

I found that in the latest version of iOS 17.x, calling Audio.compress to compress wav files always resulted in an error. After investigation, I found that URLWithString changed its behavior. I fixed this bug by adjusting it to another unambiguous API.

Changelog

[fix] [Audio] - call Audio.compress always failed under iOS 17

Test Plan

@numandev1 numandev1 merged commit eec428e into numandev1:main Jun 14, 2024
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.

None yet

2 participants