However, one other thing that could be happening w the sine wave capture is that 96k is not an integer multiple of 20k. So one might get samples at different phases. I think the LCM of 96 and 20 is 480, which is 24 times 20. So about every 24 samples, things might repeat. The sawtoothness is indeed likely the result of linear interpolation. A higher order interpolation approach (cubic or splines), or upsampling w interpolation filters to the video resolution might yield better visual results at the expense of complexity. I'm not sure, but don't think ARTA and RMAA offer these interpolation alternatives.