derekli66 / Learning-Core-Audio-Swift-SampleCode

Swift sample code for the book, Learning Core Audio. The original sample code was written in C/Objective-C but I tried to make it in Swift version.
MIT License
158 stars 28 forks source link

Unknown type name 'CARingBuffer' in CH08-AUGraphInput #5

Closed little-dandan closed 4 years ago

little-dandan commented 4 years ago

CARingBuffer_Wrapper.cpp:15:5: Unknown type name 'CARingBuffer'

derekli66 commented 4 years ago

@little-dandan, would you please to check if CARingBuffer class exists at the following path?

/Library/Developer/CoreAudio/PublicUtility/CARingBuffer.cpp

If you have the book, "Learning Core Audio", in the Footnotes section, it will introduce you how to install CARingBuffer.

In case you don't have the book, you can use "More Developer Tools..." menu item on Xcode and find "Audio Tools for Xcode" package to install CARingBuffer.