A Soundboard using Qt5 and miniaudio.
Go to file
mrbesen b9b5ebf3f8
added master volume config value
2022-04-02 14:45:54 +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
include added master volume config value 2022-04-02 14:45:54 +02:00
miniaudio@4203697b38 first working 2021-12-13 00:28:12 +01:00
src added master volume config value 2022-04-02 14:45:54 +02:00
ui edit button width 2022-04-02 13:10:30 +02:00
.gitignore minimal windows compatability 2022-02-26 16:00:02 +01: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.json.example added master volume config value 2022-04-02 14:45:54 +02:00
soundboard.pro edit Shortcut in manager directly 2022-04-02 13:46:11 +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