An open API service indexing awesome lists of open source software.

https://github.com/elementary/switchboard-plug-sound

Switchboard Sound Plug
https://github.com/elementary/switchboard-plug-sound

gtk gtk3 hacktoberfest meson pantheon pulseaudio switchboard vala

Last synced: 8 months ago
JSON representation

Switchboard Sound Plug

Awesome Lists containing this project

README

          

# Sound Settings
[![Translation status](https://l10n.elementary.io/widgets/switchboard/-/switchboard-plug-sound/svg-badge.svg)](https://l10n.elementary.io/engage/switchboard/?utm_source=widget)

![screenshot](data/screenshot-output.png?raw=true)

## Building and Installation

You'll need the following dependencies:

* libadwaita-1-dev
* libcanberra-dev
* libgranite-7-dev
* libgtk-4-dev
* libpulse-dev
* libswitchboard-3-dev
* meson
* valac

Run `meson` to configure the build environment and then `ninja` to build

meson build --prefix=/usr
cd build
ninja

To install, use `ninja install`

ninja install