sbooth / SFBAudioEngine

A powerhouse of audio functionality for macOS, iOS, and tvOS
https://sbooth.github.io/SFBAudioEngine/
MIT License
569 stars 86 forks source link

How to use in existed project #165

Closed Dearich closed 4 years ago

Dearich commented 4 years ago

Hello, please tell me how can I use your lib in my project. Thank you for your answer.

sbooth commented 4 years ago

Without more information on your project it's difficult to answer this question.

Dearich commented 4 years ago

I want to use your perfect lib in one existed project, I try to convert .ogg to .aac and play it. should I insert your lib like a framework ? Thank you

sbooth commented 4 years ago

Yes, a framework is the easiest way to use SFBAudioEngine. I just updated the project files today with universal targets.

Dearich commented 4 years ago

Thank you a lot. I will try to use it today.