• Max Kellermann's avatar
    audio_output: added method pause() · 6e21e24c
    Max Kellermann authored
    pause() puts the audio output into pause mode: if supported, it may
    perform a special action, which keeps the device open, but does not
    play anything.  Output plugins like "shout" might want to play silence
    during pause, so their clients won't be disconnected.  Plugins which
    do not support pausing will simply be closed, and have to be reopened
    when unpaused.
    
    This pach includes an implementation for the shout plugin, which
    sends silence chunks.
    6e21e24c
Name
Last commit
Last update
bs Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
ChangeLog Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
build.mk Loading commit data...
configure.ac Loading commit data...