derelict-vorbis 1.0.0

A dynamic binding to the libvorbis library.


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 for the D Programming Language.

For information on how to build DerelictVorbis and link it with your programs, please see the post Using Derelict at The One With D.

For information on how to load the libvorbis library via DerelictVorbis, see the page DerelictUtil for Users at the DerelictUtil Wiki. 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 it's companing encoding and file libaries.
    DerelictVorbis.load();
    DerelictVorbisEnc.load();
    DerelictVorbisFile.load();

    // Now libvorbis functions can be called.
    ...
}
Authors:
  • Mike Parker
Dependencies:
derelict-util, 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