Re: [chuck-users] Raspberry pi and ChucK and performance

For anyone heading pi-wards in future, I tried out Perry's advice and found
dropping to 32khz as well as smarter resource management means I can run
three concurrent SndBufs (with pans) and a three effect fx chain (including
a mighty JCReverb!) simultaneously. It's modest, but enough for me to
achieve the ambient driftyness I wanted. YMMV!
Cheers
Stuart
From: Perry Cook

I also recommend trying the "experimental" --adaptive:N flag (for N = 128,
256, 512, etc.) for use on embedded platforms. This enables block
processing (with block size N), which can result in a dramatic performance
increase in some cases. It will cause problems though if you are using
feedback loops without delay, or delays shorter than the buffer length N.
spencer
On Thu, Jan 30, 2014 at 12:59 AM, Stuart McDonald
participants (2)
-
Spencer Salazar
-
Stuart McDonald