Is there a thread or some wiki info about these opcodes? I guess I will have to learn this asm stuff as well.

EDIT: Found it








Moderators: electrogear, exonerate




tor wrote:@ Disco_Steve, Andrew J or anyone with this knowledge:
The oversampling toolkit does feed two streams in the upsampler. Both operate at the host's samplerate but one is carrying the interpolated values if I understand it correct. When i process them individually i get a result after the downsample module as if it was more accurate like real oversampling. But it does not solve the nyquist problem Bootsy point at does it?
Andrew J wrote:tor wrote:@ Disco_Steve, Andrew J or anyone with this knowledge:
The oversampling toolkit does feed two streams in the upsampler. Both operate at the host's samplerate but one is carrying the interpolated values if I understand it correct. When i process them individually i get a result after the downsample module as if it was more accurate like real oversampling. But it does not solve the nyquist problem Bootsy point at does it?
You can't just place a 1X rate filter after an upsampler. A state dependent filter (i.e. one that uses the last n input samples) needs to be rewritten to account for the fact that we're dealing with two input samples to the filter at each sample period. The filter has to process the first sample, shuffle it's buffer along by one sample, process the second sample and then shuffle again before the next sample period starts.
Please read the wiki on oversampling and pay particular attention to the section on "Processing At A Higher Sampling Rate".


Ehm.. I also see now that I have not done what you describe in the tutorial. But atm I can not understand how to do this.
Users browsing this forum: No registered users and 1 guest