# Soundux Community

Table of Contents

Soundux Community

Soundux is a cross-platform soundboard that features a simple user interface. With Soundux you can play audio to a specific application on Linux and to your VB-CABLE sink on Windows.

Table of Contents


Preview

Dark InterfaceLight Interface
Dark InterfaceLight Interface
Settings DarkSettings Light
Search DarkSearch Light
Application Passthrough DarkApplication Passthrough Light
Seek/Pause/Stop Dark
Community Myinstant apiGrid View Light

Runtime Dependencies

These are required to run the program.

Linux

Please refer to your distro instructions on how to install:

  • pulseaudio / pipewire >= 0.3.26
  • Xorg
  • Libwnck3 (optional, for icon support)
  • Webkit2gtk
  • libappindicator3
  • youtube-dl & ffmpeg (optional, for downloader support)

Windows

  • VB-CABLE (Our installer automatically installs VB-CABLE)
  • Webview2 Runtime (Is also shipped with the installer)
  • youtube-dl & ffmpeg (optional, for downloader support)

Installation

Linux

Arch Linux and derivatives

You can install our package with your AUR helper of choice which will automatically compile and install the latest release version:

Terminal window
yay -S soundux

Ubuntu and derivatives

You can install Soundux via pacstall:

Terminal window
pacstall -I soundux

Fedora

Soundux can be installed via COPR repository:

Terminal window
sudo dnf copr enable rivenirvana/soundux
sudo dnf install soundux pipewire-devel

Windows

Download our installer or portable from the latest release on GitHub.


Compilation

Clone the repository:

Terminal window
git clone https://github.com/Soundux/Soundux.git
cd Soundux
git submodule update --init --recursive

Create a build folder and start compilation:

Terminal window
mkdir build
cd build
cmake ..
cmake --build . --config Release

To start the program:

Terminal window
./soundux # .\soundux.exe on Windows

Contributing

Contributions of any kind are welcome! Please check the GitHub repository for more details and guidelines.


License

The code is licensed under GPLv3.

My avatar

Thanks for reading my blog post! Feel free to check out my other posts or contact me via the social links in the footer.


More Posts

Comments