Hi Rupert, On Wed, May 14, 2014 at 5:11 PM, Rupert Westenthaler < rupert.westentha...@gmail.com> wrote:
> Please Note that Xuggler is LGPL. That means that both the bundle and > the converter engine you will build on top will not be able to be > contributed to Apache Stanbol (as LGPL is not compatible with the > Apache License). This will not affect the Speech to text Enhancement > Engine based on Sphinx. > > In praxis this will mean that users will need to download and install > the Xuggler based engine themselves for being able to use other audio > formats than the one directly supported by Sphinx I want to know if Xuggler has different license, hence cannot be contributed to Apache Stanbol why not to use FFmpeg [1]. It is easy to use and is available for all the three favourite platform just by the simple command : ffmpeg -i input_file -acodec pcm_s16le -ar 16000 -ac 1 output.wav I have provided the detailed description in the link. Regards, Suman Saurabh [1] https://sites.google.com/site/gsoc2014stanbol/updates/update1-xuggler