Utilities » Magnum OpenAL Info

Displays information about Magnum OpenAL capabilities.

Usage

magnum-al-info [-h|--help] [-s|--short] [--extension-strings]

Arguments:

  • -h,--help — display this help message and exit
  • -s, --short — display just essential info and exit
  • --extension-strings — list all extension strings provided by the driver (implies --short)

Usage on Emscripten

When installing Magnum, point the MAGNUM_DEPLOY_PREFIX CMake variable to your webserver location. The Magnum Info utility is then available in a magnum-al-info/ subdirectory of given location. You can pass all command-line arguments from above to it via GET parameters. See the relevant section of WindowlessEglApplication documentation for more information.

Example output

  +---------------------------------------------------------+
  | Information about Magnum engine and OpenAL capabilities |
  +---------------------------------------------------------+

Audio Renderer: OpenAL Soft by OpenAL Community
OpenAL version: 1.1 ALSOFT 1.17.2
Available devices:
    OpenAL Soft
Current device: OpenAL Soft
Vendor extension support:
    AL_EXT_FLOAT32                                                SUPPORTED
    AL_EXT_DOUBLE                                                 SUPPORTED
    AL_EXT_ALAW                                                   SUPPORTED
    AL_EXT_MULAW                                                  SUPPORTED
    AL_EXT_MCFORMATS                                              SUPPORTED
    ALC_ENUMERATION_EXT                                           SUPPORTED
    ALC_SOFTX_HRTF                                                   -
    ALC_SOFT_HRTF                                                 SUPPORTED
    ...