Merge pull request #321 from Frozen-Tofu/master

no AudioObjectPropertyAddress  on iOS
This commit is contained in:
kcat
2019-08-06 23:11:55 -07:00
committed by GitHub
+2
View File
@@ -400,7 +400,9 @@ ALCenum CoreAudioCapture::open(const ALCchar *name)
AudioComponentDescription desc;
UInt32 outputFrameCount;
UInt32 propertySize;
#if !TARGET_OS_IOS
AudioObjectPropertyAddress propertyAddress;
#endif
UInt32 enableIO;
AudioComponent comp;
OSStatus err;