cog/Audio/Output
Christopher Snowhill 8d10aa7e80 [Audio Output] Fix serious memory leakage
For one thing, the example code I followed was Swift and handled auto
releasing handles in the background, while Objective-C requires manual
handle reference management.

For two, there was no autoreleasepool around the block handling the
input audio chunks, which need to be released as they are pulled out and
disposed of. This also contributed to memory leakage.

Signed-off-by: Christopher Snowhill <kode54@gmail.com>
2022-06-25 06:00:34 -07:00
..
OutputAVFoundation.h [Audio Output] Correctly delay layout updates 2022-06-25 00:07:20 -07:00
OutputAVFoundation.m [Audio Output] Fix serious memory leakage 2022-06-25 06:00:34 -07:00