From 1d8d95fba49a6c1eb6304d439b671f39595b984d Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 16 Feb 2023 23:39:02 +0100 Subject: Add option to merge audio devices by separating audio inputs with | in one -a --- include/sound.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/sound.hpp') diff --git a/include/sound.hpp b/include/sound.hpp index 710533e..6ffa6c5 100644 --- a/include/sound.hpp +++ b/include/sound.hpp @@ -31,6 +31,10 @@ struct AudioInput { std::string description; }; +struct MergedAudioInputs { + std::vector audio_inputs; +}; + /* Get a sound device by name, returning the device into the @device parameter. The device should be closed with @sound_device_close after it has been used -- cgit v1.2.3