Ircam SuperVP real time
Recently I have acquired SuperVP from Ircam. I would like to cross synthesis in real time. All the objects examples works with sfplay loading samples. A simply way to use them into real time?
I did not see any documatione at ircam.
u could pack the offline process into a windowing system maybe and analyze and synthesize the incoming stream part by part. but that probably requires upsampling and a huge buffer/latency
Hi Carlos,
You don't really need to do much. As you mentioned, the help file uses [sfplay~] which goes directly into [supervp.cross~] using normal audio cables. Just replace [sfplay~] with [adc~] or anywhere else you are getting your audio from.
It would be different if it was using [buffer~] but [sfplay~] just sends it signal one vector at a time when it is playing.
Have fun with svp