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

Mac Catalyst (UIKit for Mac) support #137

Open
virusys opened this issue Feb 12, 2021 · 0 comments
Open

Mac Catalyst (UIKit for Mac) support #137

virusys opened this issue Feb 12, 2021 · 0 comments

Comments

@virusys
Copy link

virusys commented Feb 12, 2021

Hi there;

I'm working on porting an iOS libpd project to Mac using Mac Catalyst, and I'm currently looking for a CoreAudio wrapper to process input/output samples in libpd from an Audio Unit. I was referred to this project by the main libpd dev; and while I was able to get Novocaine's sample projects to work, the project exits on launch in my Mac Catalyst project after calling [Novocaine audioManager].

Here's the error I receive:

 [as] AudioSessionClientImpl.mm:232:-[AudioSessionClientImpl AudioSessionGetPropertyImpl:size:data:]: Error: AudioSession not initialized
Error: Couldn't check the audio route ('!ini')

CoreAudio seems to be pretty tricky on the Catalyst platform because its not really the Mac platform, and not really iOS. If you had any suggestions for possible workarounds please let me know — otherwise I'll keep researching ✌️

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

1 participant