Hi,
This is a limitation of Palm OS and LyME, caused by Palm OS limits
on contiguous memory chunk size. You can play more samples
by creating an array of int8 or int16. With double, 0:7500 takes
7501*8 bytes, which is roughly the limit.
To repeat samples, you can write
audioplay(samples, audioset('Repeat',n))
Hth,
Yves