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.
像将 6 声道环绕声混合到立体声?xuggler 抛出:错误 com.xuggle.xuggler - 错误:inputChannels > 2;不支持
Xuggle 提供的重采样器只能做立体声或单声道。您需要编写自己的重采样器,但您可以使用 IAudioSamples.getData(...) 方法来访问原始数据以进行自己的重采样和混合。