RSSAmplifier

Blog

Posts

edwloef.github.ioRSS feed ↗1 posts

Latest posts

Real-Time Safe Multi-Threaded DAW Audio

The problem statement At a high level, audio processing is done in chunks. The driver gives you a chunk of input data to process; you process it and return a chunk of output data. This is called the audio callback . While that output data is being played back, the driver gives you the next chunk of input data to process. If the next chunk of output data isn't ready by the time the previous…