Your Very Own Mosquito
Wednesday, 14. June 2006, 16:27:57
Well, ever since the media has been reporting the "teenbuzz" ringtone...i wondered if it really worked...
So i tried to recreate the effect on our very own computer...
a c++ program...
#include <dos.h>
int main(void)
{
sound(12900); //change the frequency
delay(1000);
nosound();
return 0;
}
the program generates a "beep" for one second of the given frequency...
People over 30 can only hear for a frequency below 12900....
i hope you guys/gals can compile?
have fun...