Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想通过以编程方式更改采样率来更改音频文件的音高。我正在使用 AVAudioRecorder 录制文件。我注意到 AVAudioPlayer 中有一个设置参数,但是它是只读的。任何人都可以伸出援助之手吗?:)
您可以操纵记录过程返回的数据,这通常是 DSP 的方式。可以通过重采样来改变声速。
看看这里