[LAU] vibrato depth increasing in PCM synthesis through python

SxDx sed at free.fr
Tue Oct 2 18:52:38 UTC 2012


The last one in the series, sorry for the mess...

so replace:
gi=n.cumsum(dD,0,n.int)%Dv
by:
gi=n.cumsum(dD)
gi=n.array(gi, dtype=int)%Dv


More information about the Linux-audio-user mailing list