Hi,
the object 'soundfiler' canŽt plot to an array more than 4000000 samples, witch is no more than a minute and a half (1Ž30").
Can anyone tell me how do you load a bigger sound (say 7Ž00") to an array?
thanks! ref
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
Hi Renato,
Renato Fabbri wrote:
Can anyone tell me how do you load a bigger sound (say 7´00") to an array?
Include the string "-maxsize n" in your "read $sample $array" message, where n = largest number of samples allowed.
d.
i was wondering, if i have 640mB RAM, can i load in more than 640mB worth of samples?
ie, does soundfiler store the info directly in RAM ???
Yes, it's directly in the RAM. If you run out of RAM, then it has to swap things to disk. This can cause interruptions or just generally slow down your system response. Also keep in mind that it "inflates" everything to 32 bit, so double the memory usage that you calculate if you are using 16 bit samples.
d.
hard off wrote:
i was wondering, if i have 640mB RAM, can i load in more than 640mB worth of samples?
ie, does soundfiler store the info directly in RAM ???