Try this code fragment (based on documentation for loadwave which
is common to *BOTH* 4.1.2 and 5.1.1)
// At first we create 0.5 seconds of sound parameters.
t=soundsec(0.5);
// Then we generate the sound: a two channels sound.
s=[sin(2*%pi*440*t);sin(2*%pi*350*t)];
savewave(TMPDIR+'/foo.wav',s);
[x,y] = loadwave(TMPDIR+'/foo.wav');
critical_data = y(7)
The *QUESTION*
Why should I consider moving to 5.x?
[I've also problems with documentation (or its voids).
BURNED *again*
I had used buttondialog
regards
mike
Richard Owlett schrieb:
The heap of bugs fixes in Scilab5 mostly come from a debatable
implementation of Java code!
As a consequence, the overall performance declines... and for example
the edit-graph toolbox, now useless, has been (silently!) removed.