Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
configure pulseaudio graphically
- Host: GitHub
- URL: https://github.com/benwaffle/pulse-flow
- Owner: benwaffle
- Created: 2016-12-02T15:41:39.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T13:25:20.000Z (almost 3 years ago)
- Last Synced: 2024-10-12T18:52:04.533Z (2 months ago)
- Topics: pulseaudio, vala
- Language: Vala
- Homepage:
- Size: 102 KB
- Stars: 23
- Watchers: 5
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```