• 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
osx_plugin.c 7.03 KB