3

My iOS app needs to play a video file and adjust the volume of the left and right stereo channels.

How can this be accomplished?

4

1 回答 1

0

如果您可以将音频与视频分开,您可以使用 AudioUnit 或 AudioQueues 播放音频并修改左/右声道的样本幅度。

但是,这有一些陷阱,将音频与视频同步,如果您允许用户使用控件等在视频中来回跳转,则处理(重新)同步音频。

于 2012-11-01T22:23:58.837 回答