A custom discord client that supports streaming with audio on Linux.
Go to file
Malte Jürgens d57155b25d
bump version to 1.0.0-rc.2
2022-07-16 17:23:25 +02:00
assets bump version to 1.0.0-rc.2 2022-07-16 17:23:25 +02:00
src bump version to 1.0.0-rc.2 2022-07-16 17:23:25 +02:00
.gitignore Initial commit 2022-07-07 21:21:25 +02:00
CMakeLists.txt Implement Stream Dialog 2022-07-09 22:07:14 +02:00
README Initial commit 2022-07-07 21:21:25 +02:00
resources.qrc Initial commit 2022-07-07 21:21:25 +02:00

README

-- Build instructions --

mkdir build
cd build
cmake ../
make

./discord-screenaudio


-- Tutorials and resources --

Qt online docs
https://doc.qt.io/