On 01/13/2013 06:42 PM, Ed Kelly wrote:
It is, by default 4000000. You can load larger files by changing the message to soundfiler from:
[read -resize myfile.wav sound(
to
[sound resize 8000000; read myfile.wav sound(
or use [read -resize -maxsize 8000000 myfile.wav sound( | [soundfiler]
gfmysdr IOhannes