> for the record, on my PentiumII 333 (128mb RAM),
> under Windows2000beta, saolc (compiled for Pentium with VC++v5) takes
> around 9 seconds to create vowels.aif; the compiled sa.c from sfront
> takes under 1 second (i.e about the time it takes me to start and stop
> my stopwatch) to create vowels.wav.
Under linux (ecgs-2.91.66), on a 450Mhz PIII, 128MB RAM:
sfront -aout output.wav -orc vowels.saol -sco vowels.sasl
gcc -O3 sa.c -lm -o sa
% /usr/bin/time -p ./sa
real 0.34
user 0.34
sys 0.00
% /usr/bin/time ./sa
0.34user 0.00system 0:00.34elapsed 99%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (91major+12minor)pagefaults 0swaps
--jl
This archive was generated by hypermail 2b29 : Wed May 10 2000 - 12:15:27 EDT