• Max Kellermann's avatar
    pipe: added music_buffer, rewrite music_pipe · 01cf7fea
    Max Kellermann authored
    Turn the music_pipe into a simple music_chunk queue.  The music_chunk
    allocation code is moved to music_buffer, and is now managed with a
    linked list instead of a ring buffer.  Two separate music_pipe objects
    are used by the decoder for the "current" and the "next" song, which
    greatly simplifies the cross-fading code.
    01cf7fea
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...