The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Audio::Beep::Win32::API - Audio::Beep player using Win32 API call

SYNOPSIS

    my $player = Audio::Beep::Win32::API->new();

NOTES

This player makes a call to the Windows API. It works only on NT, 2000 or XP. Windows 95/98/ME have this API call but does another thing (plays a standard beep).

Requires Win32::API module. You can find sources on CPAN. Some PPM precompiled packages can be found at http://dada.perl.it/PPM/

BUGS

This module is not thoroughly tested. Please report any bug you may find.

COPYRIGHT

Copyright 2003-2004 Giulio Motta giulienk@cpan.org.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.