From c2ae721dcac9455479e607627f324dba6c64f610 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 16 Nov 2024 17:20:02 +0100 Subject: --info: output if app audio is supported (if compiled with it and pipewire server) --- include/sound.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/sound.hpp') diff --git a/include/sound.hpp b/include/sound.hpp index 018ff4a..048246b 100644 --- a/include/sound.hpp +++ b/include/sound.hpp @@ -42,10 +42,6 @@ struct AudioDevices { std::vector audio_inputs; }; -struct ApplicationAudio { - std::string name; -}; - struct MergedAudioInputs { std::vector audio_inputs; AudioInputType type = AudioInputType::DEVICE; @@ -78,6 +74,5 @@ void sound_device_close(SoundDevice *device); int sound_device_read_next_chunk(SoundDevice *device, void **buffer, double timeout_sec, double *latency_seconds); AudioDevices get_pulseaudio_inputs(); -std::vector get_pulseaudio_applications(); #endif /* GPU_SCREEN_RECORDER_H */ -- cgit v1.2.3