A Soundboard using Qt5 and miniaudio.
Go to file
mrbesen e4d6a15682
simple button search
2022-09-21 00:33:41 +02:00
.vscode fixed include problem 2021-12-21 20:19:00 +01:00
Log@96d10d6e72 basic config working 2021-12-13 14:48:43 +01:00
QxtGlobalShortcut@0b6f10adc8 updated to new qxtglobal shortcut version; fixed bug with reloading config disables buttons 2022-02-28 14:40:54 +01:00
debian debian packaging 2022-09-13 01:19:23 +02:00
include simple button search 2022-09-21 00:33:41 +02:00
miniaudio@4203697b38 first working 2021-12-13 00:28:12 +01:00
src simple button search 2022-09-21 00:33:41 +02:00
ui simple button search 2022-09-21 00:33:41 +02:00
.gitignore debian packaging 2022-09-13 01:19:23 +02:00
.gitmodules removed qxtGlobalshortcut 2022-02-28 14:23:52 +01:00
Readme.md list of deps 2021-12-22 02:07:52 +01:00
pulseaudiosetup.sh typo in pulseaudio setup fixed 2021-12-21 18:01:45 +01:00
soundboard.desktop build appimages 2022-04-22 17:05:21 +02:00
soundboard.json.backup basics for settings Dialog 2022-04-02 23:42:56 +02:00
soundboard.json.example added master volume config value 2022-04-02 14:45:54 +02:00
soundboard.pro simple button search 2022-09-21 00:33:41 +02:00
testqt_de_DE.ts first working 2021-12-13 00:28:12 +01:00

Readme.md

qt dependencies

apt install qtmultimedia5-dev libqt5x11extras5-dev qtbase5-dev

other build deps:

apt install make g++

usefull:

apt install qtcreator