Summary: | Add a flag to favour OpenALSoft | ||
---|---|---|---|
Product: | [JogAmp] Joal | Reporter: | Julien Gouesse <gouessej> |
Component: | core | Assignee: | Sven Gothel <sgothel> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | CC: | gouessej, xerxes |
Priority: | --- | ||
Version: | 1.0 | ||
Hardware: | All | ||
OS: | all | ||
Type: | --- | SCM Refs: |
joal 92e931caf64cf24e2b885d2552e64aebcf70a45a
|
Workaround: | --- | ||
Bug Depends on: | 567 | ||
Bug Blocks: |
Description
Julien Gouesse
2013-01-06 23:07:45 CET
I have observed this bug as well during jMonkeyEngine 3 startup. The issue is really about missing support for OpenAL EFX extension in JOAL itself. I will mark this bug to depend on PR567 https://jogamp.org/bugzilla/show_bug.cgi?id=567 OpenAL Library Selection (Bug 662): Use String value of new property 'joal.openal.lib'. OSX: Prefer system OpenAL (nou OpenAL-Soft output device support) + * Select preferred OpenAL native library type via system properties, + * i.e. System-OpenAL or bundled Soft-OpenAL.<br/> + * If the preferred choice fails, implementation falls back to the other. + * <PRE> + -Djoal.openal.lib=auto Prefer System-OpenAL over bundled Soft-OpenAL for OSX. Prefer bundled Soft-OpenAL over System-OpenAL for all others. This is the default + -Djoal.openal.lib=system Prefer System-OpenAL over bundled Soft-OpenAL for all. + -Djoal.openal.lib=soft Prefer bundled Soft-OpenAL over System-OpenAL for all. + </PRE> + * Note: You may use the 'jnlp.' prefix, allowing using above property names w/ Applets and WebStart, + * e.g. 'jnlp.joal.openal.lib=system'. + * </p> |