| That is very interesting to hear. I find that csoundPerformBuffer() is
very useful, to process bigger chunks in one go, and as you point
out it's preferrable to processing ksmps samples when kr is quite
high. I think it is good that we have this intermediary buffer in
Csound.
Victor
----- Original Message -----
From: "Lilith Bryant"
To:
Sent: Thursday, April 03, 2008 8:00 PM
Subject: [Csnd] Re: Re: CSound (Python) API & Output Buffers
> a) python is most certainly too slow. even just running a loop of
> csoundPerformKsmps is noticably (i.e. 5-10 times) slower than running a
> loop
> of csoundPerformBuffer, even without processing any samples in python.
> especially when kr=sr
|