Yimura / DisTream

Stream audio content to a Discord voice channel.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DisTream

What is this? Eh it's too early to tell...

How to setup

Clone the repo locally:

git clone https://github.com/Yimura/DisTream.git --recursive
cd DisTream

Make sure you have the following development libraries installed: - boost - websocketpp

Install these through your package manager or any other way that works best for your use case.

The following libraries are included in the repo: - cpp-cryptlite - json

Building the project

premake5 gmake2

# debug build
make

# release build
make config=release

About

Stream audio content to a Discord voice channel.


Languages

Language:C++ 90.8%Language:Lua 6.9%Language:Dockerfile 1.5%Language:Shell 0.8%