• 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
output_thread.c 3.79 KB