508 B
508 B
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