iOS audio manipulation - play local .caf file backwards

后端 未结 5 1813
遇见更好的自我
遇见更好的自我 2021-01-14 12:55

I\'m wanting to load a local .caf audio file and reverse the audio (play it backwards). I\'ve gathered that I basically need to flip an array of buffer data from posts like

5条回答
  •  情歌与酒
    2021-01-14 13:26

    you can use libsox for iphone framework to apply audio effects easily.

    it includes a sample project that shows how to do it.

    libsox ios

提交回复
热议问题