Cog/Audio/Chain/DSP
Christopher Snowhill e1a3e3d2dc Bug Fix: Rubber Band should now flush last chunk
There is a race condition with the next Node in the chain and the End of
Stream marker, considering how tiny the buffering is for these DSPs. Set
End of Stream instead after inserting the end of stream flush chunk.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-02-27 00:55:18 -08:00
..
Downmix.h Downmix: Move downmix to DSP chain and fix a bug 2025-02-13 14:56:18 -08:00
Downmix.m Downmix: Move downmix to DSP chain and fix a bug 2025-02-13 14:56:18 -08:00
DSPDownmixNode.h Cleanup: Massive code cleanup and reorganization 2025-02-25 23:56:31 -08:00
DSPDownmixNode.m Bug Fix: Do not perform cascading reset on DSPs 2025-02-27 00:53:50 -08:00
DSPEqualizerNode.h Cleanup: Massive code cleanup and reorganization 2025-02-25 23:56:31 -08:00
DSPEqualizerNode.m Bug Fix: Do not perform cascading reset on DSPs 2025-02-27 00:53:50 -08:00
DSPFSurroundNode.h Cleanup: Massive code cleanup and reorganization 2025-02-25 23:56:31 -08:00
DSPFSurroundNode.m Bug Fix: Do not perform cascading reset on DSPs 2025-02-27 00:53:50 -08:00
DSPHRTFNode.h Cleanup: Massive code cleanup and reorganization 2025-02-25 23:56:31 -08:00
DSPHRTFNode.m Bug Fix: Do not perform cascading reset on DSPs 2025-02-27 00:53:50 -08:00
DSPRubberbandNode.h Cleanup: Massive code cleanup and reorganization 2025-02-25 23:56:31 -08:00
DSPRubberbandNode.m Bug Fix: Rubber Band should now flush last chunk 2025-02-27 00:55:18 -08:00
FSurroundFilter.h DSP: Move FreeSurround to DSP chain 2025-02-11 23:04:18 -08:00
FSurroundFilter.mm DSP: Move FreeSurround to DSP chain 2025-02-11 23:04:18 -08:00
HeadphoneFilter.h HRTF DSP: Support resampling impulses 2025-02-12 20:59:55 -08:00
HeadphoneFilter.mm Crash Fix: Fix HRTF resampler delay misuse 2025-02-14 18:45:18 -08:00