A question regarding resampling in LinuxSampler

Everything and anything, but nothing about the LinuxSampler project.
Post Reply
iurie
Newbie
Posts: 1
Joined: Tue Aug 13, 2019 11:09 am

A question regarding resampling in LinuxSampler

Post by iurie » Tue Aug 13, 2019 5:19 pm

Hi!

First of all I wanted to thank you for the LinuxSampler because I use it in almost all of my tracks I am composing.

I have studied a little the code of LinuxSampler to understand how you are doing pitch shifting of samples (i.e. key to pitch in real-time), because I want
to implement pitch-sifting by resampling for one of my free software project.
I have tested LinuxSmapler and it works really well, even with pure sine samples. From what I have understood from LinuxSampler code you are
using resampling with linear interpolation (or cubic) for this pupose, but maybe I am wrong.
How are you doing pitch shifting? Are doing by resampling? How are you dealing with the case when to increase the pitch, i.e to decrease the sampler rate,
and you don't get unwanted frequencies. Are you applying low pass antialsing filter?

Best regards,
Iurie

Post Reply