derelict-vorbis 1.0.3
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 version 1.3 for the D Programming Language.
Please see the Derelict documentation, 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.
DerelictVorbis.load();
DerelictVorbisEnc.load();
DerelictVorbisFile.load();
// Now libvorbis functions can be called.
...
}
- Registered by Mike Parker
- 1.0.3 released 7 years ago
- DerelictOrg/DerelictVorbis
- github.com/DerelictOrg/DerelictVorbis
- Boost
- Authors:
- 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 - Download Stats:
-
-
0 downloads today
-
1 downloads this week
-
1 downloads this month
-
14267 downloads total
-
- Score:
- 1.2
- Short URL:
- derelict-vorbis.dub.pm