like mixing 6 channel surround down to stereo? xuggler throws: ERROR com.xuggle.xuggler - Error: inputChannels > 2; unsupported

link|improve this question
feedback

1 Answer

The Xuggle provided resampler can only do stereo or mono. You'll need to write your own resampler, but you can use the IAudioSamples.getData(...) methods to get access to the raw data to do your own resampling and mixing.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.