Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 782 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 782 Bytes

DAN (Discord Audio Native)

Discord Audio Native (DAN) is an implementation of the Discord UDP Socket for Voice Connections written in Rust and exposed using C.

This library is currently extremely experimental!

Features

  • IP Discovery
  • Supports Multiple Platforms*
  • Guaranteed Runtime Safety**
  • No Garbage Collector
  • Flexible Implementation
  • Language Agnostic
  • Library Agnostic

* Limited by platforms supported by Rust.
** Only guaranteed if using net module.

TODO

  • Documentation
  • More Bindings
  • Testing