dcad 1.0.0
dca d implementation
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:
dcad
dcad is a D-lang implementation of the DCA (Discord Audio) format.
Example
import dcad : DCAFile;
auto myFile = DCAFile(File("/tmp/lol.dca", "r"));
assert(myFile.frames.length > 0);
- Registered by Andrei Z
- 1.0.0 released 7 years ago
- b1naryth1ef/dcad
- github.com/b1naryth1ef/dcad
- GPL-2.0
- Authors:
- Dependencies:
- opus
- Versions:
-
1.0.0 2017-Jun-03 0.0.10 2017-Apr-21 0.0.9 2017-Feb-13 0.0.8 2016-Aug-14 0.0.7 2016-Aug-14 - Download Stats:
-
-
0 downloads today
-
0 downloads this week
-
2 downloads this month
-
909 downloads total
-
- Score:
- 0.6
- Short URL:
- dcad.dub.pm