aboutsummaryrefslogtreecommitdiff
path: root/pulse/src/config.rs
Commit message (Collapse)AuthorAgeFilesLines
* Factor out FormatableFloatValue from pulse pluginAndreas Grois2024-01-241-163/+12
| | | | to maybe reuse it in future plugins
* Run clippy and fix all lints.Andreas Grois2021-11-291-7/+5
|
* Update pulse help string and add a few serde renames.Andreas Grois2021-11-291-2/+5
|
* Implement working binning and sorting for pulse audio.Andreas Grois2021-11-281-11/+79
|
* Draft of binning code.Andreas Grois2021-11-281-2/+57
|
* Draft for volume binning config support.Andreas Grois2021-11-281-7/+37
|
* Rework Balance/Volume Settings to use the same generic struct.Andreas Grois2021-11-281-23/+95
| | | | | This is unfinished. The serialize/deserialize methods currently just return errors.
* Factor out all unsafe code into its own module (unfinished)Andreas Grois2021-05-021-6/+6
|
* First draft of pulse architecture.Andreas Grois2021-05-011-0/+66