• 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
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
valgrind.suppressions Loading commit data...