I need to decode Audio packet having 32 bits per sample. I am using xuggler library in Java. Problem is: Xuggler does not support audio having 32 bits per sample (as mentioned in IAudioSamples.java ). 1. Is there any other way to decode 32 bit audio (FMT_S32) using xuggler? 2. Is there any other java library which I can use inplace of xuggler to decode 32 bit audio?
|
feedback
|