A Soundboard using Qt5 and miniaudio.
Go to file
mrbesen 427c9bb1a6
list of deps
2021-12-22 02:07:52 +01: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@66d741954d fixed shortcut bug (ordering is important) 2021-12-15 01:11:46 +01:00
include adding and renaming buttons 2021-12-21 20:19:24 +01:00
miniaudio@4203697b38 first working 2021-12-13 00:28:12 +01:00
src adding and renaming buttons 2021-12-21 20:19:24 +01:00
ui adding and renaming buttons 2021-12-21 20:19:24 +01:00
.gitignore updated gitignore 2021-12-18 15:39:26 +01:00
.gitmodules qxtGlobalShoprtcut remote changed 2021-12-22 02:07:45 +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 stop 2021-12-14 12:46:57 +01:00
soundboard.pro basic for add button 2021-12-21 18:04:28 +01: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