gpt4 book ai didi

ios - 更改 AVAudioNode 的输出格式

转载 作者:塔克拉玛干 更新时间:2023-11-02 21:11:04 25 4
gpt4 key购买 nike

我正在尝试更改 AVAudioMixerNode 的输出格式,以便它以较低的采样率而不是默认格式输出单声道音频。我是否必须子类化 AVAudioMixerNode 类并覆盖 outputFormatForBus 函数才能做到这一点,还是有其他方法?

最佳答案

查看 AVAudioEngine 的文档对于这种方法:

- (void)connect:(AVAudioNode *)node1 
to:(AVAudioNode *)node2
format:(AVAudioFormat *)format

注意格式参数:

If not NULL, the format of the source audio node’s output bus is set to this AVAudioFormat object. In all cases, the format of the destination audio node’s input bus is set to match that of the source audio node’s output bus.

每当 AVAudioMixerNode 输出总线连接时,指定单声道、较低采样率 AVAudioFormat

关于ios - 更改 AVAudioNode 的输出格式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34068617/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com