04-26-2007, 03:51 PM
My co-worker wrote a quick bit of code to play a tone in SAS. If any of you are able to run SAS code (doubt it)
First number is the frequency. Second number is the length.
data one;
call sound(11000,2000);
run;
My work laptop could play as low as 37, but there seemed to be lots of distortion.
First number is the frequency. Second number is the length.
data one;
call sound(11000,2000);
run;
My work laptop could play as low as 37, but there seemed to be lots of distortion.