Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | output: play from a music_pipe object | Max Kellermann | 2009-03-09 | 1 | -7/+16 |
| | | | | | | | | Instead of passing individual buffers to audio_output_all_play(), pass music_chunk objects. Append all those chunks asynchronously to a music_pipe instance. All output threads may then read chunks from this pipe. This reduces MPD's internal latency by an order of magnitude. | ||||
* | output_all: added API documentation | Max Kellermann | 2009-02-10 | 1 | -0/+33 |
| | |||||
* | output_all: no CamelCase | Max Kellermann | 2009-02-10 | 1 | -10/+18 |
| | | | | Renamed functions and variables. | ||||
* | audio: moved code to output_all.c | Max Kellermann | 2009-02-10 | 1 | -0/+69 |
Moved code which deals with all audio outputs at once into a separate library. |