On 04/05/2012 04:44 PM, gouessej [via jogamp] wrote:
>
>
> Hi
>
> Is there any plan to support OpenAL Soft? Some GNU Linux distros don't
> install it by default, it would be fine to have it. Several people spoke
> about it several months ago but it has not been implemented. What is
> currently missing to make it work? If we try to load OpenAL Soft native
> libraries instead of OpenAL ones, will it work? Does it require some other
> changes?
Good call.
Currently we deploy native OpenAL libraries w/ JOAL,
maybe they are not quite complete yet ?
Of course, they may not work with a certain distribution
and I haven't tested JOAL a lot.
Currently I do something similar w/ audio video streaming
but it naturally seems that we will rely on some multimedia framework
installed like gstreamer, ffmpeg, .. etc.
Chrome and Firefox (the webrowser) for example deploy their codec libraries w/
their application AFAIK.
~Sven