A custom discord client that supports streaming with audio on Linux.
Go to file
Malte Jürgens c4c32b1615
it doesnt work
2022-07-13 22:00:30 +02:00
assets Implement Stream Dialog 2022-07-09 22:07:14 +02:00
scripts it doesnt work 2022-07-13 22:00:30 +02:00
src close stream dialog with main window 2022-07-13 17:56:07 +02:00
.gitignore Initial commit 2022-07-07 21:21:25 +02:00
CMakeLists.txt it doesnt work 2022-07-13 22:00:30 +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/