Cog/Audio
Christopher Snowhill d32f77d02f
Some checks are pending
Check if Cog buildable / Build Universal Cog.app (push) Waiting to run
Visualization: Correct possible race condition
It's safer to ignore an out of range latency value before it's actually
assigned, rather than letting it slip through before gating it with the
control variable. So, assign the ignore latency state before assigning
latency itself, since neither side is synchronization locked, because it
used to just be one variable, which was fairly safe to leave unsynced,
but now it's two.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-07-01 04:55:33 -07:00
..
Chain Output: Move HRTF and downmix to very end of chain 2025-06-29 19:57:27 -07:00
CogAudio.xcodeproj Housecleaning: More project file cleanups 2025-06-24 03:54:22 -07:00
Output Output: Move HRTF and downmix to very end of chain 2025-06-29 19:57:27 -07:00
ThirdParty Housecleaning: Cleaned up a bunch of warnings 2025-06-24 03:54:05 -07:00
Utils [Cog Audio] Rename Semaphore.h to CogSemaphore.h 2022-08-05 22:18:40 -07:00
Visualization Visualization: Correct possible race condition 2025-07-01 04:55:33 -07:00
AudioContainer.h [Sandbox] Suggest URLs that are contained in CUEs 2022-06-26 02:59:37 -07:00
AudioContainer.m [Sandbox] Suggest URLs that are contained in CUEs 2022-06-26 02:59:37 -07:00
AudioDecoder.h Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00
AudioDecoder.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioMetadataReader.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioMetadataReader.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioMetadataWriter.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioMetadataWriter.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioPlayer.h Bug Fix: Attempt to make seeking more performant 2025-02-25 18:12:30 -08:00
AudioPlayer.m Playback: Redo seeking to stick with the open file 2025-06-26 21:53:14 -07:00
AudioPropertiesReader.h CUE Reader: Fix enumerating sheets and tag reading 2022-02-13 12:18:58 -08:00
AudioPropertiesReader.m CUE Reader: Fix enumerating sheets and tag reading 2022-02-13 12:18:58 -08:00
AudioSource.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
AudioSource.m Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
CogAudio-Bridging-Header.h [Cog Audio] Add a Swift bridging header 2022-08-05 21:38:54 -07:00
CogAudio_Prefix.pch Fix some more warnings. 2021-01-27 05:12:07 +03:00
CogPluginMulti.h [Sandbox] Suggest URLs that are contained in CUEs 2022-06-26 02:59:37 -07:00
CogPluginMulti.m [Input API] Change input readAudio method 2022-07-10 15:14:47 -07:00
Helper.h Volume slider changes 2023-06-08 02:10:15 -07:00
Helper.m Volume slider changes 2023-06-08 02:10:15 -07:00
Info.plist Updated everything else to ARC, and plugged a release cycle. 2016-05-05 13:05:39 -07:00
Plugin.h Metadata: Move encoding helper to CogAudio 2025-03-10 14:55:56 -07:00
PluginController.h Cleanup: Massive code cleanup and reorganization 2025-02-26 01:15:03 -08:00
PluginController.mm Metadata: Move encoding helper to CogAudio 2025-03-10 14:55:56 -07:00
Status.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00