aboutsummaryrefslogtreecommitdiffstats
path: root/src/output_all.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output: play from a music_pipe objectMax Kellermann2009-03-091-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 documentationMax Kellermann2009-02-101-0/+33
|
* output_all: no CamelCaseMax Kellermann2009-02-101-10/+18
| | | | Renamed functions and variables.
* audio: moved code to output_all.cMax Kellermann2009-02-101-0/+69
Moved code which deals with all audio outputs at once into a separate library.