X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/disorder/blobdiff_plain/c4e0bd8e3a69003164a1ba88195882db9d347523..f75ab9d3d9335b87c183caba8d45af5a9721b29e:/lib/configuration.h diff --git a/lib/configuration.h b/lib/configuration.h index acb96b7..9a85e5d 100644 --- a/lib/configuration.h +++ b/lib/configuration.h @@ -171,6 +171,9 @@ struct config { /** @brief Command execute by speaker to play audio */ const char *speaker_command; + /** @brief Pause mode for command backend */ + const char *pause_mode; + /** @brief Target sample format */ struct stream_header sample_format;