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

https://github.com/benwaffle/pulse-flow

configure pulseaudio graphically
https://github.com/benwaffle/pulse-flow

pulseaudio vala

Last synced: over 1 year ago
JSON representation

configure pulseaudio graphically

Awesome Lists containing this project

README

          

# pulse-flow

A pulseaudio configuration tool

![](demo.png)

### Dependencies
- [meson (build)](http://mesonbuild.com)

### Run
```
$ git clone https://github.com/benwaffle/pulse-flow.git
$ cd pulse-flow
$ meson build
$ ninja -C build
$ build/pulse-flow
```