Awesome
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);
dcad is a D-lang implementation of the DCA (Discord Audio) format.
import dcad : DCAFile;
auto myFile = DCAFile(File("/tmp/lol.dca", "r"));
assert(myFile.frames.length > 0);