Read audio data from pulseaudio as it's available and buffer it. Fixes audio recording on pulseaudio (and some pipewire configs)
This commit is contained in:
@@ -20,8 +20,6 @@
|
||||
|
||||
typedef struct {
|
||||
void *handle;
|
||||
void *buffer;
|
||||
int buffer_size;
|
||||
unsigned int frames;
|
||||
} SoundDevice;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user