LoginSignup
0
0

More than 5 years have passed since last update.

AVAudioPCMBufferがAVAudioPCMFormatFloat32の場合

Last updated at Posted at 2015-06-03

私的メモ

ハマった点

C側でconst float ** を定義すると何故か UnsafeMutablePointer<UnsafePointer>の順序になる。元の定義はUnsafePointr<UnsafeMutablePointer>なので逆?この理由はよくわからないが無理やりキャストして呼び出してみたところ問題なくアクセスできた。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0