Cog/Audio/Chain
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
..
DSP Bug Fix: Rubber Band should now flush last chunk 2025-02-27 00:55:18 -08:00
AudioChunk.h Audio: General fixes and improvements 2025-02-13 06:34:21 -08:00
AudioChunk.m Audio: General fixes and improvements 2025-02-13 06:34:21 -08:00
BufferChain.h Cleanup: Massive code cleanup and reorganization 2025-02-25 23:56:31 -08:00
BufferChain.m Cleanup: Massive code cleanup and reorganization 2025-02-25 23:56:31 -08:00
ChunkList.h Cleanup: Massive code cleanup and reorganization 2025-02-25 23:56:31 -08:00
ChunkList.m Bug Fix: Clear counter correctly on reset 2025-02-27 00:51:47 -08:00
ConverterNode.h Cleanup: Massive code cleanup and reorganization 2025-02-25 23:56:31 -08:00
ConverterNode.m Audio: Fix more hangs and resume playback on start 2025-02-13 22:25:36 -08:00
DSPNode.h Cleanup: Massive code cleanup and reorganization 2025-02-25 23:56:31 -08:00
DSPNode.m Audio: Improve buffer signaling 2025-02-13 19:55:39 -08:00
InputNode.h Cleanup: Massive code cleanup and reorganization 2025-02-25 23:56:31 -08:00
InputNode.m Bug Fix: Attempt to make seeking more performant 2025-02-25 18:12:17 -08:00
Node.h Cleanup: Massive code cleanup and reorganization 2025-02-25 23:56:31 -08:00
Node.m Bug Fix: Attempt to make seeking more performant 2025-02-25 18:12:17 -08:00
OutputNode.h Cleanup: Massive code cleanup and reorganization 2025-02-25 23:56:31 -08:00
OutputNode.m Bug Fix: Attempt to make seeking more performant 2025-02-25 18:12:17 -08:00
VisualizationNode.h Cleanup: Massive code cleanup and reorganization 2025-02-25 23:56:31 -08:00
VisualizationNode.m Bug Fix: Do not perform cascading reset on DSPs 2025-02-27 00:53:50 -08:00