Add Voice binaries (#1944)

* Add binaries and read me

* Update sending voice docs

* Undo markdown formatting
This commit is contained in:
Quin Lynch
2021-11-24 12:53:39 -04:00
committed by GitHub
parent bc440abd44
commit b5c150dc16
4 changed files with 13 additions and 1 deletions

12
voice-natives/README.md Normal file
View File

@@ -0,0 +1,12 @@
# Voice binaries
These binaries were taken from the [DSharpPlus](https://dsharpplus.github.io/natives/index.html) website and are temporary until we resolve the old url for them.
**NOTE**: You need to rename libopus.dll to opus.dll before use, otherwise audio client will complain about missing libraries.
#### Licenses
| Library | License |
| :-------: | :-------------------------------------------------------- |
| Opus | https://opus-codec.org/license/ |
| libsodium | https://github.com/jedisct1/libsodium/blob/master/LICENSE |

Binary file not shown.

Binary file not shown.