• Max Kellermann's avatar
    output/openal: improve synchronization · 78c4351e
    Max Kellermann authored
    This plugin's use of the "Timer" library was wrong; it added the same
    amount of virtual data in every iteration in _play(), but did not
    actually play something.  This created an artificial, but useless,
    delay.  This patch implements the method _cancel(), and implements
    hard-coded sleep values.  This is only slightly better, but does not
    attempt to look sane.
    78c4351e
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...