derelict-vorbis 2.0.0-beta.2

A dynamic binding to libvorbis.


To use this package, run the following command in your project's root directory:

Manual usage
Put the following dependency into your project's dependences section:

DerelictVorbis

A dynamic binding to libvorbis version 1.3 for the D Programming Language.

Please see the sections on Compiling and Linking and The Derelict Loader, for information on how to build DerelictVorbis and load libvorbis at run time. In the meantime, here's some sample code.

import derelict.vorbis.vorbis;
import derelict.vorbis.enc;
import derelict.vorbis.file;

void main() {
    // Load the libvorbis library and its companion encoding and file libaries.
    import derelict.vorbis;

    /* Alternatively:
    import derelict.vorbis.codec,
           derelict.vorbis.enc,
           derelict.vorbis.file;
    */
    DerelictVorbis.load();
    DerelictVorbisEnc.load();
    DerelictVorbisFile.load();

    // Now libvorbis functions can be called.
    ...
}
Authors:
  • Mike Parker
Dependencies:
derelict-ogg
Versions:
2.0.0-beta.2 2017-Aug-12
2.0.0-beta.1 2017-Jun-04
2.0.0-alpha.3 2017-Apr-16
2.0.0-alpha.2 2017-Apr-16
2.0.0-alpha.1 2017-Mar-29
Show all 13 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 1 downloads this month

  • 14262 downloads total

Score:
1.2
Short URL:
derelict-vorbis.dub.pm