From 0059724fdc4a8eba89fdfa4d65ad72e3f8c75ff4 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 22 Sep 2022 01:44:45 +0200 Subject: Read audio data from pulseaudio as it's available and buffer it. Fixes audio recording on pulseaudio (and some pipewire configs) --- include/sound.hpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') diff --git a/include/sound.hpp b/include/sound.hpp index 666d009..39d9248 100644 --- a/include/sound.hpp +++ b/include/sound.hpp @@ -20,8 +20,6 @@ typedef struct { void *handle; - void *buffer; - int buffer_size; unsigned int frames; } SoundDevice; -- cgit v1.2.3