Cog/Audio/Chain
Christopher Snowhill 93739d5a0d
Some checks failed
Check if Cog buildable / Build Universal Cog.app (push) Has been cancelled
Output: Move HRTF and downmix to very end of chain
Make the output device a node as well, so that its buffer can be pulled
from by the HRTF and downmix nodes, which are then fed off by the output
callback, to reduce the head tracking latency as much as possible.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-06-29 19:57:27 -07:00
..
DSP HRTF: Fix deadlock with restarting motion tracking 2025-06-24 05:00:54 -07:00
AudioChunk.h Audio: General fixes and improvements 2025-02-13 06:35:38 -08:00
AudioChunk.m Bug Fix: Correct playback of DSD formats 2025-03-07 17:28:04 -08:00
BufferChain.h Sound Output: Move DSPs, restructure output buffer 2025-03-05 20:07:38 -08:00
BufferChain.m Bug Fix: Add some safety checks to URL handlers 2025-06-06 01:27:54 -07:00
ChunkList.h HDCD: Make HDCD extension processing optional 2025-04-23 21:44:06 -07:00
ChunkList.m Housecleaning: Cleaned up a bunch of warnings 2025-06-24 03:54:05 -07:00
ConverterNode.h Converter Node: Change volume scale observer 2025-05-03 01:56:29 -07:00
ConverterNode.m Converter Node: Change volume scale observer 2025-05-03 01:56:29 -07:00
DSPNode.h Core Audio: Implement proper fade on seek 2025-03-10 23:09:03 -07:00
DSPNode.m Core Audio: Implement proper fade on seek 2025-03-10 23:09:03 -07:00
InputNode.h Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00
InputNode.m Bug Fix: Attempt to make seeking more performant 2025-02-25 18:12:30 -08:00
Node.h Debugging: Implement buffer chain logging code 2025-03-04 00:43:20 -08:00
Node.m Bug Fix: Greatly improve audio buffer handling 2025-03-04 00:43:30 -08:00
OutputNode.h Output: Remove function override from header 2025-06-24 00:39:55 -07:00
OutputNode.m Output: Move HRTF and downmix to very end of chain 2025-06-29 19:57:27 -07:00
VisualizationNode.h Core Audio: Implement proper fade on seek 2025-03-10 23:09:03 -07:00
VisualizationNode.m Core Audio: Implement proper fade on seek 2025-03-10 23:09:03 -07:00