Over the course of the last couple of years I’ve been gradually building and refining a software framework for the purpose of creating signal processing receiver structures in C++. But as new analysis programs have been built I’ve just copied… Continue Reading →
For an audio processing application I am sampling audio data into a delay line then convolving or cross-correlating in the time domain. For short delay lines it is possible to use the memmove function without having too great an impact… Continue Reading →
For a side project involving real-time audio processing I needed a FIFO or Circular Buffer to pass sample data from the microphone sampling thread to the processing thread. The sampling thread happens more often with smaller number of samples to put… Continue Reading →
© 2021 Ben Sherlock — Powered by WordPress
Theme by Anders Noren — Up ↑