How to correctly read decoded PCM samples on iOS using AVAssetReader — currently incorrect decoding

后端 未结 3 1704
失恋的感觉
失恋的感觉 2020-12-24 11:34

I am currently working on an application as part of my Bachelor in Computer Science. The application will correlate data from the iPhone hardware (accelerometer, gps) and mu

3条回答
  •  半阙折子戏
    2020-12-24 11:47

    I guess it is kind of late, but you could try this library:

    https://bitbucket.org/artgillespie/tslibraryimport

    After using this to save the audio into a file, you could process the data with render callbacks from MixerHost.

提交回复
热议问题