elslooo / guitar-tuner

This repository hosts the result of a four-part series on Fourier transform.
https://elsl.ooo/2016/02/12/digital-tuner-ios-swift.html
MIT License
94 stars 22 forks source link

Will not work with AudioKit v3 #1

Open csann opened 7 years ago

csann commented 7 years ago

Please upgrade this to v3!

Please, please, please

addy28 commented 7 years ago

@csann is it working with previous versions ??

csann commented 7 years ago

Sorry. I don’t have any previous versions of AudioKit to test it with. AudioKit made many changes from v2 to v3.

On Oct 19, 2016, at 4:28 PM, addy28 notifications@github.com wrote:

@csann https://github.com/csann is it working with previous versions ??

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/elslooo/guitar-tuner/issues/1#issuecomment-254946325, or mute the thread https://github.com/notifications/unsubscribe-auth/AB2NDQR9X-07cDzAe6vuVmOEsGUJ6Tk6ks5q1ouJgaJpZM4KYH78.

denisb411 commented 7 years ago

Yes, it is still working with the newest swift. You just have to keep using AudioKit 2.2, and of course, make some code adaptations (of which 90% xcode do it for you).

elslooo commented 7 years ago

For what it's worth, you can get AudioKit 2.x by default by running pod install. The problem with AudioKit 3.x is that they replaced the algorithm that is relevant to my blog posts with something completely different (autocorrelation if I remember correctly).

Sm038229 commented 7 years ago

By running 'pod install' it installs AudioKit 3.5.3 and gives an error as 'Module compiled with Swift 3.0.2 cannot be imported in Swift 3.1'. So please give a solution for it in XCode 8.3.2.

denisb411 commented 7 years ago

@Sm038229 you have to manually modify the version you want to install. Follow the instructions: https://elsl.ooo/2016/02/12/digital-tuner-ios-swift.html

doriansgithub commented 6 years ago

what would be a rough estimate of the time necessary to update this to AK4?

doriansgithub commented 6 years ago

Loading AudioKit 2.3 unto our project, while using the xcworkspace, produces two errors:

error: Invalid bitcode signature clang: error: linker command failed with exit code 1 (use -v to see invocation)