http://www.perlmonks.org?node_id=595680

cronk has asked for the wisdom of the Perl Monks concerning the following question:

I currently use Audio::Beep to produce simple sine wave tones to my pc speaker. beep(324,1500) 324Hz for 1500 milliseconds for example. Is there a way or CPAN package that will allow such simple requests to be played through the standard speakers via the sound card? Thanks.