Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Swift Core Audio Learning Resources

I am trying to learn iOS Core Audio for Swift. I started out with Swift right away and I got no understanding of Objective-C. I am an Engineer with training in Sound engineering so I don't need to learn the basics of "sound" (samplerate, bitdepth, etc.) just the way it is approached in Core Audio, iOS, Swift.

Can you recommend any tutorials, guides, documentations or books (free or paid doesn't matter) that explain how to use Core Audio in Swift?

Thanks for your support, Tobias

like image 431
Tobias Schmidt Avatar asked Feb 24 '15 23:02

Tobias Schmidt


1 Answers

Chris Adamson's book is in Objective-C, but covers Core Audio quite well. Ask The Google for his name and you'll find some of his articles. Many things transfer to Swift fairly easily. My blog has several examples.

Core MIDI is another thing though. Swift support of Core MIDI is still problematic.

like image 169
Gene De Lisa Avatar answered Oct 05 '22 23:10

Gene De Lisa