diff options
author | dec05eba <dec05eba@protonmail.com> | 2024-04-14 00:53:15 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2024-04-14 00:53:15 +0200 |
commit | b554628099c72c0e78e34d04e029695c407be541 (patch) | |
tree | b64e9fa7cc34df30bfed86a38765f39ca58f6703 /include | |
parent | 2692a7d22c0b691f7f27f969c91e7af05c8ede7d (diff) |
Revert "Testing audio latency compensation"
This reverts commit 2692a7d22c0b691f7f27f969c91e7af05c8ede7d.
Diffstat (limited to 'include')
-rw-r--r-- | include/sound.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound.hpp b/include/sound.hpp index c0d0465..731e787 100644 --- a/include/sound.hpp +++ b/include/sound.hpp @@ -55,7 +55,7 @@ void sound_device_close(SoundDevice *device); Returns the next chunk of audio into @buffer. Returns the number of frames read, or a negative value on failure. */ -int sound_device_read_next_chunk(SoundDevice *device, void **buffer, double timeout_sec, double *latency_sec); +int sound_device_read_next_chunk(SoundDevice *device, void **buffer, double timeout_sec); std::vector<AudioInput> get_pulseaudio_inputs(); |