Go to file
Aron Heinecke a23b9f121b Discord -> teamspeak pipe without audio hearable
Teamspeak bot displays "talking" but nothing can be heard.
Just piping opus 1:1 from discord to ts.
Won't work for >1 person in a channel.

Signed-off-by: Aron Heinecke <aron.heinecke@t-online.de>
2021-05-10 14:01:35 +02:00
src Discord -> teamspeak pipe without audio hearable 2021-05-10 14:01:35 +02:00
.gitignore Add first working build. 2021-05-10 00:27:18 +02:00
Cargo.lock Add first working build. 2021-05-10 00:27:18 +02:00
Cargo.toml Add first working build. 2021-05-10 00:27:18 +02:00
README.md Add first working build. 2021-05-10 00:27:18 +02:00

SDL setup

See sdl2 crate

windows

For Rustup users, this folder will be in

C:\Users\{Your Username}\.rustup\toolchains\{current toolchain}\lib\rustlib\{current toolchain}\lib

Copy SDL2.dll from

SDL2-devel-2.0.x-VC\SDL2-2.0.x\lib\x64\

into your cargo project, right next to your Cargo.toml