Cog/Audio/Chain/DSP
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
..
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 Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00
DSPDownmixNode.m Bug Fix: Downmixer converter should update now 2025-02-14 18:51:31 -08:00
DSPEqualizerNode.h Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00
DSPEqualizerNode.m Bug Fix: Solve outstanding Equalizer bugs 2025-02-23 21:16:46 -08:00
DSPFSurroundNode.h Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00
DSPFSurroundNode.m Audio: Fix more hangs and resume playback on start 2025-02-13 22:25:27 -08:00
DSPHRTFNode.h Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00
DSPHRTFNode.m Audio: Fix more hangs and resume playback on start 2025-02-13 22:25:27 -08:00
DSPRubberbandNode.h Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -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