aboutsummaryrefslogtreecommitdiff
path: root/pulse/src
Commit message (Expand)AuthorAgeFilesLines
* Pulse: Make sure only one query is running at a time.Andreas Grois2021-11-292-13/+63
* Update pulse help string and add a few serde renames.Andreas Grois2021-11-292-4/+41
* Fix handling of specific sinks with pulse.Andreas Grois2021-11-281-4/+4
* Implement working binning and sorting for pulse audio.Andreas Grois2021-11-282-18/+94
* 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
* Add "C" to all extern keywords.Andreas Grois2021-10-291-10/+10
* Fix all "not FFI-safe" warnings.Andreas Grois2021-10-291-22/+23
* Ignore "dead code" warnings on FFI enums.Andreas Grois2021-10-282-10/+16
* Pulse now displays volume correctly.Andreas Grois2021-06-042-87/+395
* Unfinished (doesn't compile) implementation of pulse runnable loop.Andreas Grois2021-05-092-10/+152
* Make (most) pulse nullptr checks unnecessary.Andreas Grois2021-05-083-49/+65
* Revert "Make runnable's run() method take a mutable self-reference."Andreas Grois2021-05-031-1/+1
* Move pulse context out of Runnable struct.Andreas Grois2021-05-031-21/+34
* Properly quit pulse main function. Not that it'd matter.Andreas Grois2021-05-021-1/+5
* Create a pulse context. Seems to be working.Andreas Grois2021-05-021-6/+72
* Make runnable's run() method take a mutable self-reference.Andreas Grois2021-05-021-1/+1
* Factor out all unsafe code into its own module (unfinished)Andreas Grois2021-05-024-22/+112
* First draft of pulse architecture.Andreas Grois2021-05-014-0/+176