Your audio server must be configurable through pactl
run ghc AudioBuster.hs
You might want to rename ./AudioBuster to simply ./ab
–help should be available on every command
./AudioBuster initfor creating a new null-sink./AudioBuster listlist current Sinks, Sources, SinkInputs and SourceOutputs (couldvill be prettier)./AudioBuster configure./AudioBuster hcleancleans all null-sinks. This currently leaks the file created with./AudioBuster init, just delete it.
- [X] Parsing
- [X] Works (kind of)
- [X] Good User Interface
- [ ] Prettier Format, Better User Interface
- [ ] Cleanup
- [ ] Cabal setup
- [ ] Nix setup
- [ ] Documentation