Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Grab it
Explore memory allocation techniques for the audio thread in this 39-minute conference talk from the Audio Developer Conference. Delve into the benefits of allocating memory on the audio thread, challenging traditional warnings against such practices. Learn how to leverage C++'s std::pmr namespace for low-latency audio processing, potentially expanding feature sets and improving code quality. Discover strategies for using custom allocators, implementing polymorphic allocators, and working with containers and collections. Examine performance benchmarks, solutions to common problems, and real-world use cases. Gain insights into free list allocation and address online questions to enhance your understanding of memory management in audio programming.
How to Allocate on the Audio Thread and Why You Might Want To - Allocations Considered Beneficial