diff options
author | dec05eba <dec05eba@protonmail.com> | 2022-09-22 01:44:45 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2022-09-22 01:44:45 +0200 |
commit | 0059724fdc4a8eba89fdfa4d65ad72e3f8c75ff4 (patch) | |
tree | aab05889e2a688dbf8a0368647eb67c679fc730e /include | |
parent | 5ba4c059535c2660817f85a39c9f54502b09e5d8 (diff) |
Read audio data from pulseaudio as it's available and buffer it. Fixes audio recording on pulseaudio (and some pipewire configs)
Diffstat (limited to 'include')
-rw-r--r-- | include/sound.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
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; |