Skip to content

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

Notifications You must be signed in to change notification settings

tmatthias29/LearningCoreAudioWithSwift2.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LearningCoreAudioWithSwift2.0

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

Known issues

CH08_AUGraphInput

If you use different devices for input and output the output can be silence. In such case try to increase or decrease size of the ring buffer.

CH11_MIDIWifiSource

The MIDIWifiSource is crashing with iOS 9 + OS X 10.10 (I've no possibility to test it with another configurations). The problem is in creating of connection (line #50):

let connection = MIDINetworkConnection(host: host)

I didn't found how to fix it yet.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 70.4%
  • C++ 28.3%
  • Other 1.3%