Micket
Member
Yes, that is what i described and found complicated to implement.dockthepod said:That's the thing, all he wants is a simple turntable style pitching, not a fancy pitch shifter. All you do is play back the sample at a slower or faster speed by basically changing the sample rate.
It's theoretically rather easy, but there is however no way to "just increase the samplerate". The best i could do is skipping some samples in the buffer, say, every other sample -> 200% playback.
But thats most likely way to fast, so with (for example) 120% then i could do play 5 out of every 6 samples, and i'm not entirely sure how good that will sound. I will definitly not code some flashier algorithm using some form of interpolation.
But what do i know, maybe it sounds acceptable with the simple method i just described.
Last edited by a moderator: