Multithreading in C++:
Runtime audio engine
Version 1.0
Objective
Build a multithreaded runtime audio game engine library written in C++
Features of this engine are asynchronous real-time loading/streaming, dynamic preemptive priority system, seamless transitioning between discrete sound calls without application intervention, application define user callbacks, and more.