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);
Authors:
  • Andrei Zbikowski
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
Show all 12 versions
Download Stats:
  • 0 downloads today

  • 0 downloads this week

  • 0 downloads this month

  • 906 downloads total

Score:
0.6
Short URL:
dcad.dub.pm