support interleaved audio properly
authorKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 6 Mar 2020 18:12:21 +0000 (19:12 +0100)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Fri, 6 Mar 2020 18:12:21 +0000 (19:12 +0100)
Now NAAudioBuffer has step field which tells the distance to the next
sample in the channel. This can be used to work with interleaved audio
stored as native samples (instead of packed buffer like before).


No differences found