Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Track default devices with PipeWire | Chris Robinson | 2021-08-18 | 1 | -20/+183 | |
| | ||||||
* | Support getting device latency with PipeWire | Chris Robinson | 2021-08-18 | 1 | -1/+93 | |
| | ||||||
* | Track the actual update size used for PipeWire updates | Chris Robinson | 2021-08-18 | 1 | -1/+37 | |
| | ||||||
* | Minor naming and comment typo fix | Chris Robinson | 2021-08-15 | 1 | -4/+4 | |
| | ||||||
* | Add enumeration support to the PipeWire backend | Chris Robinson | 2021-08-14 | 1 | -45/+667 | |
| | | | | | This does not currently track the default devices, and simply gives which came up first. More work is needed to find the default source/sink node IDs. | |||||
* | Implement PipeWire playback | Chris Robinson | 2021-08-06 | 1 | -71/+434 | |
| | | | | | Not yet an auto-selected backend. This doesn't yet support enumeration, or matching the AL device format to the output. | |||||
* | Start a PipeWire backend | Chris Robinson | 2021-08-02 | 1 | -0/+179 | |
It's just a copy of the Null backend to start with |