-
Notifications
You must be signed in to change notification settings - Fork 524
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
AUGraph Deprecation. Future for StreamingKit? #443
Comments
Yes, It would be cool to fix all the deprecated methods and warnings! But why Swift? Objective-c is very stable and can be used easily with a Swift project... |
I'd be fine with Obj-C -- It's pure conjecture, but I figured if someone took on porting StreamingKit from AUGraph to AVAudioEngine it would in essence be 'starting over' to some degree...And if that were the case it may be better to do it in Swift to future-proof it. |
Hey, just release my version of StreamingKit in Swift with AVAudioEngine, not battle tested but worth a try. Will add a readme and coocapods/spm/carthage support in the coming days. All thanks should go to @tumtumtum 🙇♂️ for StreamingKit |
@dimitris-c Looks promising! Look forward to trying it out. |
Since Apple is formally deprecating AudioGraph in favor of AVAudioEngine going forward, are there any plans to migrate this great project towards Swift and the newer AVAudioEngine Framework?
Perhaps there is already something else that can replace it?
https://developer.apple.com/documentation/ios_ipados_release_notes/ios_ipados_13_beta_7_release_notes?fbclid=IwAR3GrEym2tTS5cD-OifDW0KojZKZVCCj8z99Ti9n3Xo8oV-9b71Pekjaz7o
The text was updated successfully, but these errors were encountered: