Here is a link to setting the OpenEars framework in Xcode: http://www.politepix.com/openears/configuring
However, I do the trick using Theos, so I need to configure it manually, I suppose, by editing the makefile made by Theos. Can anyone with more experience explain how each of the steps on the page will be transferred to my context.
To a large extent, this means that I need to add OpenEars as the target dependency, and then a link to libOpenEarsLibrary.a and AudioToolbox.framework and AVFoundation.framework and libiconv.2.4.0.dylib, add OpenEars / CMULibraries / flite-1.4 -release / include and OpenEars / CMULibraries / pocketsphinx-0.6.1 / include and OpenEars / CMULibraries / sphinxbase-0.6.1 / include and OpenEars / OpenEarsLibrary / Classes / include in my header search path and finally set "Compile for thumb "to no, I could do it in Xcode, but I am not editing the Xcode project here, I only have a Theos project with a makefile. So what should I do?
source
share