我尝试使用特定的PTS播放音频(= DTS。解码时间戳。)
所以,我尝试使用带有inStartTime参数的AudioQueueEnqueueBufferWithParameters()来延迟播放每个缓冲区的开始,但这不起作用。
我知道在android中,MediaCodec类的queueInputBuffer方法可以用PTS播放音频数据。 (见说明:MediaCodec.queueInputBuffer)
我想在iOS中找到与MediaCodec的queueInputBuffer方法类似的API。
如果iOS中没有API, 如何使用特定PTS播放每个音频缓冲区?