Cog/Audio/Chain/DSP
Christopher Snowhill 44b8aa0dd8 Minor Bug Fix: Handle Rubber Band buffer latency
We implement this function to return the current latency buffered,
regardless of how often this function may be called. In practice, it is
only called on track completion, to time the reporting of the next track
display. We also avoid using Rubber Band's latency function, as in most
cases, this function will be called from other threads, and also, it
currently only gets called after Rubber Band has been emptied out, so it
would otherwise calculate zero samples buffered. And thirdly, Rubber
Band's latency function doesn't account for the buffered samples already
removed from it and waiting to be fed out.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-02-16 14:06:30 -08:00
..
Downmix.h Downmix: Move downmix to DSP chain and fix a bug 2025-02-13 14:56:28 -08:00
Downmix.m Downmix: Move downmix to DSP chain and fix a bug 2025-02-13 14:56:28 -08:00
DSPDownmixNode.h Audio: Fix more hangs and resume playback on start 2025-02-13 22:25:27 -08:00
DSPDownmixNode.m Bug Fix: Downmixer converter should update now 2025-02-14 18:51:31 -08:00
DSPEqualizerNode.h Audio: Fix more hangs and resume playback on start 2025-02-13 22:25:27 -08:00
DSPEqualizerNode.m Audio: Fix more hangs and resume playback on start 2025-02-13 22:25:27 -08:00
DSPFSurroundNode.h Audio: Fix more hangs and resume playback on start 2025-02-13 22:25:27 -08:00
DSPFSurroundNode.m Audio: Fix more hangs and resume playback on start 2025-02-13 22:25:27 -08:00
DSPHRTFNode.h Audio: Fix more hangs and resume playback on start 2025-02-13 22:25:27 -08:00
DSPHRTFNode.m Audio: Fix more hangs and resume playback on start 2025-02-13 22:25:27 -08:00
DSPRubberbandNode.h Minor Bug Fix: Handle Rubber Band buffer latency 2025-02-16 14:06:30 -08:00
DSPRubberbandNode.m Minor Bug Fix: Handle Rubber Band buffer latency 2025-02-16 14:06:30 -08:00
FSurroundFilter.h DSP: Move FreeSurround to DSP chain 2025-02-11 19:43:54 -08:00
FSurroundFilter.mm DSP: Move FreeSurround to DSP chain 2025-02-11 19:43:54 -08:00
HeadphoneFilter.h HRTF DSP: Support resampling impulses 2025-02-12 20:57:22 -08:00
HeadphoneFilter.mm Crash Fix: Fix HRTF resampler delay misuse 2025-02-14 18:51:27 -08:00