Re: Audio "click" during knob rotation
jerry@tr2.com
Sharc? Whazzat? IIRC the DSP we were using was a TMS320C31. We didn't
toggle quoted messageShow quoted text
use any of the DSP features, it was just a good cheap CPU. They sent me to a 1-week seminar to learn about it. In the class on assembly language I remarked - "Of course, all real programming is done in C". Ironically, I wound up doing my project in ASM. Another cool thing I got to do - this was around 1987 - was to write a program that converted a Compaq 286 into a recording oscilloscope. That one really brought home the power of circular buffers - sized to a power of 2. The CPU had segment registers, and each segment was max 64K. In my sample-gathering interrupt routine, I used a 64K circular buffer. That got me the wraparound for free - 0xffff + 1 = 0. Also - zero minus one = 0xffff. - Jerry
On 2021-06-23 11:29, Julian N4JO wrote:
Thanks for that story, Jerry. I know exactly where you're coming from
|
|