Recording, modifying and playing audio on iOS

后端 未结 2 1613
滥情空心
滥情空心 2021-01-28 03:33

EDIT: In the end I used exactly as I explained below, AVRecorder for recording the speech and openAL for the pitch shift and playback. It worked out quite well.

2条回答
  •  梦如初夏
    2021-01-28 04:25

    OpenAL resampling will change the pitch and the duration inversely. e.g. a sound resampled to a higher pitch will play for a shorter amount of time and thus faster.

提交回复
热议问题