derelict_extras-sndfile 3.1.0
A dynamic binding to the libsndfile 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:
DerelictSndFile
Warning: this an unofficial Derelict binding.
A dynamic binding to libsndfile for the D Programming Language. libsndfile is a library that read and write a variety of audio files.
Please see the pages Building and Linking Derelict and Using Derelict, or information on how to build DerelictSndFile and load the libsndfile library at run time. In the meantime, here's some sample code.
import derelict.sndfile.sndfile;
void main() {
// Load the libsndfile library.
DerelictSndFile.load();
// Now libsndfile functions can be called.
...
}
- Registered by ponce
- 3.1.0 released 5 years ago
- p0nce/DerelictSndFile
- github.com/p0nce/DerelictSndFile
- Boost
- Authors:
- Dependencies:
- derelict-util
- Versions:
-
3.1.0 2017-Jun-08 3.0.0 2017-Feb-24 2.0.1 2016-Jan-06 2.0.0 2015-May-24 1.0.27 2015-May-24 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
0 downloads this month
-
475 downloads total
-
- Score:
- 1.1
- Short URL:
- derelict_extras-sndfile.dub.pm