Browse Source

Add Voice binaries (#1944)

* Add binaries and read me

* Update sending voice docs

* Undo markdown formatting
tags/3.0.0
Quin Lynch GitHub 3 years ago
parent
commit
b5c150dc16
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 13 additions and 1 deletions
  1. +1
    -1
      docs/guides/voice/sending-voice.md
  2. +12
    -0
      voice-natives/README.md
  3. BIN
      voice-natives/vnext_natives_win32_x64.zip
  4. BIN
      voice-natives/vnext_natives_win32_x86.zip

+ 1
- 1
docs/guides/voice/sending-voice.md View File

@@ -18,7 +18,7 @@ when developing on .NET Core, this is where you execute `dotnet run`
from; typically the same directory as your csproj). from; typically the same directory as your csproj).


For Windows Users, precompiled binaries are available for your For Windows Users, precompiled binaries are available for your
convienence [here](https://discord.foxbot.me/binaries/).
convienence [here](https://github.com/discord-net/Discord.Net/tree/dev/voice-natives).


For Linux Users, you will need to compile [Sodium] and [Opus] from For Linux Users, you will need to compile [Sodium] and [Opus] from
source, or install them from your package manager. source, or install them from your package manager.


+ 12
- 0
voice-natives/README.md 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 |

BIN
voice-natives/vnext_natives_win32_x64.zip View File


BIN
voice-natives/vnext_natives_win32_x86.zip View File


Loading…
Cancel
Save