• Max Kellermann's avatar
    output: play from a music_pipe object · 3291666b
    Max Kellermann authored
    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.
    3291666b
output_all.h 2.92 KB