views:

153

answers:

1

Hi All,

How to build the libsox.la library and integrate into xCode for editing audio in iPhone ?

thanks

A: 

Assuming you have already either built the library or downloaded a pre-built version, then all you need to do is add the library to your Xcode project in exactly the same way that you would add a source file, i.e. either drag it to the project window or use the menus: Project => Add to Project....

Paul R