Multithreading in C++:
Audio Playback

Version 1.0


Objective

Implement a multithreaded architecture to read wave file and perform uninterrupted playback.

A 24-thread program that reads in wave files, coordinates loading audio data in order via a double bank buffer scheme, and performs smooth, uninterrupted audio playback.

 

Thread Objects, Conditional Variables, Futures, & Promises