Re: vibrato depth increasing in PCM synthesis through python

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



it works with gi=n.cumsum(dD,0,n.int)%Dv
for me.

it was not working beforehand, in this version:
https://gist.github.com/3815747/9721cfc5eff7a4dd706a7f1e80a6264d3bd6915d
when i assumed frequency variation and did the LUT
procedure normally, without the cumsum which takes in
account individual steps and resulting positions.

can you post the .wav that https://gist.github.com/3815747
outputs?

thanks for the feedback and the C version!

2012/10/2 SxDx <sed@xxxxxxx>
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



--
GNU/Linux User #479299
labmacambira.sf.net
_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@xxxxxxxxxxxxxxxxxxxx
http://lists.linuxaudio.org/listinfo/linux-audio-user

[Index of Archives]     [Linux Sound]     [ALSA Users]     [Pulse Audio]     [ALSA Devel]     [Sox Users]     [Linux Media]     [Kernel]     [Photo Sharing]     [Gimp]     [Yosemite News]     [Linux Media]

  Powered by Linux