Disable application audio recording on pulseaudio

This commit is contained in:
dec05eba
2024-11-17 01:12:12 +01:00
parent bf577eec0b
commit 0ee68146a7
3 changed files with 61 additions and 6 deletions

View File

@@ -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 */