I used wavread() to read in 3 wave files:
[wave_1 f1]=wavread(s1);
[wave_2 f2]=wavread(s2);
[wave_3 f3]=wavread(s3);
where s1,s2,s3 are the paths for the wave files. The problem is that they are played all at once. How can I play the first, then the second, then the third one after the another?
wavreaddoesn't play the file... – Oli Charlesworth Dec 23 '11 at 1:41