1747b852d6013081d49fac74c57a65ecf69a5736
soundboard
A minimal soundboard for Linux, using PipeWire and Qt6.
Building
This project uses CMake as it's build system. To build the project run the following commands:
$ mkdir build
$ cd build
$ cmake ..
$ make
The final soundboard executable will be located in the build directory.
Build dependencies
- Qt6, the UI framework library
Runtime dependencies
- MPV, the media player
Description
Languages
C++
98.4%
CMake
1.6%