-
Notifications
You must be signed in to change notification settings - Fork 320
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
Iphone ios SDK Deprecation #749
Comments
I don't understand, are you using our master branch? It does not support iOS. I believe someone is working on an iOS version but we have not merged it. |
@RossBencina any chance to shed some light on who is working on that IOS version? |
@fabiankropp Alexander Carôt posted a patched version here: https://listserv.cuit.columbia.edu/scripts/wa.exe?A2=PORTAUDIO;a47942dc.2203C&S= I think it would be best to reignite discussion on the mailing list. There are certainly people interested in it. |
Thanks for sharing, I will try to get in touch via the mailing list. To get this up to speed. I will take a look at the implementation as well. |
BTW. the mentioned "deprecation" is no deprecation, these types are just unavailable in iOS. |
Hello all.
I'm trying to build portaudio for Ios, and I think I face some deprecated types.
These defines are in AudioHardwareDeprecated.h, which not included in CoreAudio.h
I compile mac_core_utilities with this command
with meson, I'm able to compile only if I swap these two lines
What is the procedure to solve the problem :) ?
Thank you
The text was updated successfully, but these errors were encountered: