aboutsummaryrefslogtreecommitdiff
path: root/include/sound.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-11-17 01:12:12 +0100
committerdec05eba <dec05eba@protonmail.com>2024-11-17 01:12:12 +0100
commit0ee68146a7cfbabdb1aa20355cb1479fe7277bd0 (patch)
tree03c101a8b46b7ddd078cb135e3311687fd50c138 /include/sound.hpp
parentbf577eec0b025f22195e0a9538e7350a9a7abbe0 (diff)
Disable application audio recording on pulseaudioHEAD4.3.0master
Diffstat (limited to 'include/sound.hpp')
-rw-r--r--include/sound.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound.hpp b/include/sound.hpp
index 048246b..f71b84d 100644
--- a/include/sound.hpp
+++ b/include/sound.hpp
@@ -74,5 +74,6 @@ 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();
+bool pulseaudio_server_is_pipewire();
#endif /* GPU_SCREEN_RECORDER_H */