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

iOS 18 - Cut audio from time to time does not work #8

Open
omarfraiwan opened this issue Nov 17, 2024 · 1 comment
Open

iOS 18 - Cut audio from time to time does not work #8

omarfraiwan opened this issue Nov 17, 2024 · 1 comment

Comments

@omarfraiwan
Copy link

No description provided.

@starkdmi
Copy link
Owner

Any info? I have no iOS 18 devices but that code works on macOS Sequoia and iOS 18 Simulator:

let task = await AudioTool.convert(
   source: source,
   destination: destination,
   fileType: .m4a,
   settings: .init(codec: .aac),
   edit: [.cut(from: 10, to: 30)],
   skipSourceMetadata: true,
   callback: { _ in }
)

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

No branches or pull requests

2 participants