Skip to content

b1naryth1ef/dcad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);