Multi Voices/interpolations delay

DSP related issues, mathematics, processing and techniques
Post Reply
Tepeix
Posts: 361
Joined: Sat Oct 16, 2021 3:11 pm

Multi Voices/interpolations delay

Post by Tepeix »

Here's a multi voices/interpolations delay.

I wanted to hear all the different 4 points interpolations.

But i don't know yet if the differences i hear is psychological or real !)
(After coding all the stuff, there's the bias that i want to hear a difference)

Maybe an allpass interpolated delay will do a better job at lower cost.
But who know if in certain situation a Lagrange, cubic or my fractal fantasy could be better ?


The input should be mono. This way it only write one time 4 continuous sample by cycle.
But output and delay are streaming giving a 4 tap/head delay.
(Give the opportunity to use the SSE to calculate 4 interpolation at the same time)
No shufps bug this time ;)

Do you hear a difference ?
Attachments
Multi Voices(interpolations) delay.fsm
(96.63 KiB) Downloaded 1286 times
Post Reply