From 32b66c95fff42295bb8d3a569923a82a5de973c9 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 2 Apr 2020 23:43:56 +0200 Subject: Add pulseaudio, parse command line args --- include/sound.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/sound.hpp b/include/sound.hpp index c512c31..3c67b02 100644 --- a/include/sound.hpp +++ b/include/sound.hpp @@ -24,6 +24,4 @@ void sound_device_close(SoundDevice *device); */ int sound_device_read_next_chunk(SoundDevice *device, void **buffer); -int sound_device_get_buffer_size(SoundDevice *device); - #endif /* GPU_SCREEN_RECORDER_H */ -- cgit v1.2.3