A Discord Audio (DCA) encoder in C
  • C 94.9%
  • CMake 5.1%
Find a file
2016-05-08 17:27:53 +02:00
include/dca Fine, screw setters 2016-05-08 17:27:53 +02:00
src Fine, screw setters 2016-05-08 17:27:53 +02:00
.editorconfig editorconfig 2016-04-29 10:00:34 +02:00
.gitignore Sublime Text project 2016-04-28 21:16:18 +02:00
CMakeLists.txt Documentation is important 2016-04-28 20:54:25 +02:00
dca.sublime-project clang linter :D 2016-04-30 18:56:15 +02:00
Doxyfile Documentation is important 2016-04-28 20:54:25 +02:00
README.md Yes, I can do DCA0 2016-05-08 17:12:58 +02:00

dCa

The only Discord Audio encoder you'll ever need (probably).

It's written in C, it should be pretty fast, it wraps ffmpeg, and it can be used as a library. You could probably write bindings to other languages too!

Building

You need CMake v3.1 or later.

cmake .
make
./bin/dca

Feaures

  • Encoding
  • DCA 0
  • DCA 1
    • Magic Bytes
    • Tool Header
    • OPUS Header
    • Origin Header
    • Info Header
    • Extra Headers
  • File Inspection
  • Decoding