How to reverse an audio file?

后端 未结 4 518
渐次进展
渐次进展 2020-11-29 09:49

I\'d like to reverse an existing audio file (e.g. WAV, CAF, ...) on iOS. Any suggestions on how to achieve this? Open-source libraries?

4条回答
  •  一整个雨季
    2020-11-29 10:32

    A WAV file just contains raw PCM samples. If you play them in the reverse order, you will get the reverse sound. See this question for details. (and also this search)

提交回复
热议问题