Audio::Beep::BSD::beep 0.11 review

Download
by rbytes.net on

Audio::Beep::BSD::beep is an Audio::Beep player module using the beep program. IMPORTANT! This player module IS NOT TESTED! I f

License: Perl Artistic License
File size: 33K
Developer: Giulio Motta
0 stars award from rbytes.net

Audio::Beep::BSD::beep is an Audio::Beep player module using the beep program.

IMPORTANT!

This player module IS NOT TESTED! I found docs about the BSD beep program but I never had a chance to use it or test it. So use it AT YOUR OWN RISK and report me bugs if possible.

SYNOPIS

my $player = Audio::Beep::BSD::beep->new([%options]);

USAGE

The new class method can receive as option in hash fashion the following directives
path => '/full/path/to/beep'

With the path option you can set the full path to the beep program in the object. If you don't use this option the new method will look anyway in some likely places where beep should be before returning undef.

device => '/dev/myspeaker'

Use the device option if your speaker device is different from "/dev/speaker". AFAIK this device exists only on i386 architecture. That also means that this module won't probably work for different architectures.

Requirements:
Perl

Audio::Beep::BSD::beep 0.11 keywords