Cog/Audio/Chain
Christopher Snowhill 30d9eeec2b Cleanup: Massive code cleanup and reorganization
Cleaned up project settings to current defaults, except for the macOS
deployment version, which is still 10.13. Cleaned up a lot of headers
and such to include with angle braces instead of double quotes. Enabled
build sandbox in a lot of places. Disabled subproject signing in several
places, for libraries and frameworks which will be stripped and signed
when they are copied into place in the final build.

Also, while trying to solve compilation issues, the visualization
controller was reverted to the Objective C implementation, which is
probably faster anyway. Stupid Swift/Objective-C language mixing issues.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-02-26 01:15:03 -08:00
..
DSP Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00
AudioChunk.h Audio: General fixes and improvements 2025-02-13 06:35:38 -08:00
AudioChunk.m Audio: General fixes and improvements 2025-02-13 06:35:38 -08:00
BufferChain.h Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00
BufferChain.m Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00
ChunkList.h Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00
ChunkList.m Audio: Fix more hangs and resume playback on start 2025-02-13 22:25:27 -08:00
ConverterNode.h Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00
ConverterNode.m Audio: Fix more hangs and resume playback on start 2025-02-13 22:25:27 -08:00
DSPNode.h Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00
DSPNode.m Audio: Improve buffer signaling 2025-02-13 19:58:30 -08: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 Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00
Node.m Bug Fix: Attempt to make seeking more performant 2025-02-25 18:12:30 -08:00
OutputNode.h Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00
OutputNode.m Bug Fix: Attempt to make seeking more performant 2025-02-25 18:12:30 -08:00
VisualizationNode.h Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00
VisualizationNode.m Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00