2026-07-07 05:27:58 +02:00
2026-07-06 19:04:29 +02:00
2026-07-06 19:04:29 +02:00
2026-07-07 05:27:58 +02:00
2026-07-07 03:16:10 +02:00
2026-07-07 05:27:58 +02:00

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
A minimal soundboard for Linux, using PipeWire and Qt6
Readme 50 KiB
Languages
C++ 98.4%
CMake 1.6%