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
- Host: GitHub
- URL: https://github.com/benwaffle/pulse-flow
- Owner: benwaffle
- Created: 2016-12-02T15:41:39.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-02-05T13:25:20.000Z (over 4 years ago)
- Last Synced: 2025-01-14T07:32:55.079Z (over 1 year 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
- awesome-gtk - pulse-flow - PulseAudio configuration tool with a flow graph UI `#vala` `#gtk3`. (System Management / System Configuration)
README
# pulse-flow
A pulseaudio configuration tool

### 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
```