Skip to content

ales-tsurko/LearningCoreAudioWithSwift2.0

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published