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 スロー: ERROR com.xuggle.xuggler - エラー: inputChannels > 2; サポートされていません
Xuggleが提供するリサンプラーは、ステレオまたはモノラルのみを実行できます。独自のリサンプラーを作成する必要がありますが、IAudioSamples.getData(...)メソッドを使用して生データにアクセスし、独自のリサンプリングとミキシングを行うことができます。