views:

37

answers:

1

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

A: 

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.

Xuggle