Cog/Audio/Output
Christopher Snowhill 587b7900b5
Hopefully fix memory usage during playback
Shuffle around @autoreleasepool blocks, and also add one
to the audio processing code in the playback callback, so
audio memory is released during playback instead of
accumulating.

Fixes #379

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2023-10-11 20:22:14 -07:00
..
FSurroundFilter.h Move most large stack using buffers to the heap 2022-07-24 18:41:50 -07:00
FSurroundFilter.mm Move most large stack using buffers to the heap 2022-07-24 18:41:50 -07:00
HeadphoneFilter.h Initial implementation of positional audio for macOS Sonoma 2023-10-03 04:59:54 -07:00
HeadphoneFilter.mm Initial implementation of positional audio for macOS Sonoma 2023-10-03 04:59:54 -07:00
OutputAVFoundation.h Fix clipped sample rate changing between files 2023-07-14 05:15:14 -07:00
OutputAVFoundation.m Work around rounding error with resampler flush 2023-07-14 05:16:12 -07:00
OutputCoreAudio.h Initial implementation of positional audio for macOS Sonoma 2023-10-03 04:59:54 -07:00
OutputCoreAudio.m Hopefully fix memory usage during playback 2023-10-11 20:22:14 -07:00