How to change audio tempo and pitch individuality using ffmpeg?

后端 未结 3 441
悲哀的现实
悲哀的现实 2020-12-03 12:27

I have managed to play audio files using ffmpeg and AudioTrack class in my android project. I can change the speed of audio using AudioTrack class setRate method. But it als

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-03 13:25

    Solution : I tried SoundTouch library. I compiled it successfully for android but then I failed to use its function because I don't know how to use this library to load audio.

    But after that I tried library called Sonic. Its basically for Speech as it use PSOLA algo to change pitch and tempo. But its ok.

提交回复
热议问题