Hi all,
I am trying to play largish audio samples (5-10 mins)
I am using read -resize fileName arrayName to read a file into an array via soundfiler object
What I found is that the array only goes up to 4000000 (4mil) <-- I assume this is 4 million floating point numbers. After 4 million the array gets capped off.
Is the size limitation something built into PD?
Is there a better way to deal with samples that large?
Thnx in advance,
d