Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |