• Max Kellermann's avatar
    output/osx: use the fifo_buffer library instead of rolling own · 8ff0197a
    Max Kellermann authored
    The existing buffer implementation has a major flaw: it is unable to
    re-fill the buffer until it has been consumed completely, leading to
    many occasions where the render callback needs to generate silence,
    just because the play() implementation was unable to append more
    data.  The fifo_buffer library handles that well.
    8ff0197a
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...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.service.in Loading commit data...
valgrind.suppressions Loading commit data...