ios - Use SoundTouch framework in Swift -


can please tell me how use soundtouch framework in swift ios project detect bpm? tried things bridging headers & whatever cant work... thanks!

if still need use soundtouch in ios project, have shared github repository libraries compiled armv7, armv7s, arm64, i386 , x86_64

https://github.com/enrimr/soundtouch-ios-library

to implement compiled library in project, have add soundtouch directory (which includes libsoundtouch.a , directory headers) in xcode project.

in swift can't import .h need create .h file named <your-project-name>-bridging-header-file.h reference in projects build settings (under "swift compiler" "objective c bridging header") with:

$(srcroot)/<your-project-name>-bridging-header.h 

and must able use soundtouch class.


Comments

Popular posts from this blog

Magento/PHP - Get phones on all members in a customer group -

php - .htaccess mod_rewrite for dynamic url which has domain names -

Website Login Issue developed in magento -