On Sun, 20 Jul 2003, Frank Barknecht wrote:
Hallo, Roman Haefeli hat gesagt: // Roman Haefeli wrote:
for some experiments with fast fourier transformation it would be nice to work with a bigger blocksize than 64 samples. but my pd computes audio only with a blocksize of 64samples (my pd runs under w98), even i try a blocksize smaller than 64 samples.
How do you try this? You can set the blocksize with the [blocksize~] internal as low as 1 and quite big, too. The blocksize is valid for the whole subpatch.
... but be sure to set the blocksize within a subpatch. It won't work (yet) if you set it in the same patch where the dac~ and/or adc~ objects are.
Guenter