Name
EXT_vorbis
Name Strings
AL_EXT_vorbis
Version
1.0
Number
??
Dependencies
Linux implementation -- LOKI_buffer_data_callback
MacOS implementation -- None
Windows implementation -- must have libvorbisfile.dll installed separately
Overview
This extension provides format support for ogg vorbis.
Use of this extension allows the association of ogg vorbis
data in addition to PCM formats for buffer data.
Issues
Linux --
The caveats and restrictions that relate to all formats supported
via the callback mechanism apply. Namely, certain filters that
rely on having all data present to operate (like the pitch operation)
may result in NOP. This format tag is invalid as an internalFormat
hint to functions that accept them.
All Operating Systems --
This extension can be fully utilized by using the extended token
in conjunction with BufferData.
New Procedures and Functions
None
New Tokens
AL_FORMAT_VORBIS_EXT
Additions to Specification
None
Errors
None
New State
None
New Implementation State
None