Cog/Audio
Christopher Snowhill c4ed14aa53 Bug Fix: Hopefully fix flickering visualizations
Now buffer twice as much audio as would be requested for a single
visualization PCM/FFT chunk, which should hopefully prevent it from
flickering due to running out of audio because of too low latency.

Now it buffers up to two chunks at the current hard coded visualization
sample rate, which works out to about 186 milliseconds.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2025-02-16 14:19:43 -08:00
..
Chain Bug Fix: Hopefully fix flickering visualizations 2025-02-16 14:19:43 -08:00
CogAudio.xcodeproj Downmix: Move downmix to DSP chain and fix a bug 2025-02-13 14:56:18 -08:00
Output Audio: Attempt to reduce glitching from seeking 2025-02-14 18:50:50 -08:00
ThirdParty Audio/extrapolator: Fix short prime length 2025-01-03 02:20:56 -08:00
Utils [Cog Audio] Rename Semaphore.h to CogSemaphore.h 2022-08-05 22:18:30 -07:00
Visualization Visualization: Optimize Swift code handling arrays 2025-02-13 19:58:20 -08:00
AudioContainer.h [Sandbox] Suggest URLs that are contained in CUEs 2022-06-26 02:54:19 -07:00
AudioContainer.m [Sandbox] Suggest URLs that are contained in CUEs 2022-06-26 02:54:19 -07:00
AudioDecoder.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -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: Set seek position when resuming paused 2025-02-15 21:46:57 -08:00
AudioPlayer.m Bug Fix: Set seek position when resuming paused 2025-02-15 21:46:57 -08: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:36:39 -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:54:19 -07:00
CogPluginMulti.m [Input API] Change input readAudio method 2022-07-10 15:22:04 -07:00
Helper.h Volume slider changes 2023-06-08 03:40:04 -07:00
Helper.m Volume slider changes 2023-06-08 03:40:04 -07:00
Info.plist Updated everything else to ARC, and plugged a release cycle. 2016-05-05 13:05:39 -07:00
Plugin.h [Input API] Change input readAudio method 2022-07-10 15:22:04 -07:00
PluginController.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00
PluginController.mm Update PluginController.mm 2024-08-17 03:22:34 -07:00
Status.h Reformat my own source code with clang-format 2022-02-06 21:49:27 -08:00