Learning-Core-Audio-Swift-SampleCode icon indicating copy to clipboard operation
Learning-Core-Audio-Swift-SampleCode copied to clipboard

Swift sample code for the book, Learning Core Audio. The original sample code was written in C/Objective-C but I tried to make it in Swift version.

Results 1 Learning-Core-Audio-Swift-SampleCode issues
Sort by recently updated
recently updated
newest added

• mSampleRate is defined to be the number of samples per channel per second of uncompressed data. This makes it equal to the number of frames per second, which means...