Audio

Efficient Real-Time Synchronization in Audio Processing with std::memory_order_release and std::memory_order_acquire

February 24, 2025 | Reading Time: 5 min

audio
C++
concurrency

Thread synchronization is a fundamental challenge in real-time audio processing.


Adventures in Dithering

May 21, 2022 | Reading Time: 5 min

audio
signal processing

Recently I had an opportunity to dive into the noisy world of dithering.