I realized that soundfiler truncate the file to 4000000 elements.
Is there a way to load a file into an array, withuot this restriction?
What I'm trying to do is:
1. record the file with [writesf~] (this file could be long, about 5 or 7 minutes)
2. finish the recording
3. load it into an array, not play
4. reverse it
5. write it into other file
6. play with [readsf~]
But, I can't load the entire file.
Any idea, please let me know.
Thanks.
_Ricardo
On Sun, 22 Jun 2008 09:06:12 -0500
> Thanks Andy, what do you mean with not very long?You might find that files over about 2 mins will play back
with poor quality on a 32 bit machine.
--
>
> I am working with 4 channels, so I chose writesf~ + soundfiler +
> tabread4~ and everything is working fine.
>
> _Ricardo
Use the source