kingnight / LearningCoreAudioWithSwift2.0

All the examples of the Learning Core Audio book rewritten with Swift 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LearningCoreAudioWithSwift2.0

Every example from the Learning Core Audio book rewritten with Swift 2.0.

Known issues

CH08_AUGraphInput

The output can be silent when you use different devices for the input and output. As a workaround, try to change the size of the ring buffer.

CH11_MIDIWifiSource

The MIDIWifiSource crashes on iOS 9 + OS X 10.10. I was unable to test it with different OS's versions.

In case you're interesting in debugging it, the crash happens when the connection is initialized:

let connection = MIDINetworkConnection(host: host)

I spend too much time for open source, but too little for commercial stuff. As the result I always lack money. If you like some of my projects, or music, or some of my contributions helped you, please consider donation.

  • Bitcoin: bc1q0p7tmxyyd0pn7qsfxwlm00ncazdzz24p8lagqp
  • Ethereum: 0x55B6805f462e19aaBdB304bc85F94099eac060CE

About

All the examples of the Learning Core Audio book rewritten with Swift 2.0


Languages

Language:Swift 70.4%Language:C++ 21.6%Language:C 6.7%Language:Objective-C++ 0.8%Language:Objective-C 0.5%